I've set up an SSAS server on Azure and configured it to connect to an Azure storage account for backups.
Using the Azure Storage Explorer, I've also uploaded a backed-up SSAS database to this same storage account, and I'm trying to restore this backed up db to my SSAS server in Azure.
I've tried to do this using Powershell with
restore-asdatabase -restorefile "mySSASbackup.abf " -name "DBName" -server "asazure://southcentralus.asazure.windows.net/MySSASServer”
But then I get restore-asdatabase : This feature is not supported in AS Azure.
Trying via SSMS: I can connect to the server successfully, but when I try to restore a DB and click on the browse button I get an invalid UNC path notification.
Can anyone help please?