"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

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -