"Metadata signature is invalid error" when running Restore-AzureRmApiManagement in Azure Powershell -


i trying restore backup of api management onto newly provisioned instance using restore-azurermapimanagement cmdlet follows:

restore-azurermapimanagement        -name "apimanagementresource"        -resourcegroupname $targetresourcegroup        -storagecontext $storageaccountcontext        -sourcecontainername $targetstoragecontainername        -sourceblobname $apimanagementbackupname 

after few mins returns following error:

restore-azurermapimanagement : restorefailed: verification failed:                                                       metadata signature invalid 

it quite unhelpful error message , yet find mention of in documentation online.

the backup restoring taken api management instance on subscription, , trying restore onto newly provisioned resource.

could can restore on original resource taken from?

failing that, can offer ideas on might causing this?


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -

many to many - Django Rest Framework ManyToMany filter multiple values -