after i complete a lab on Site Recovery with Azure Replication, I encountered an error when i try clean up the resource.
"There is an active shared access signature outstanding for disk molvm_disk1_6fd65a43abc14b58857b6beba271a17a-ASRReplica. Call EndGetAccess before attaching or deleting the disk. Learn more here: aka.ms/revokeaccessapi."
the error is stem from the disk had been enable the shared read access for replication
after i run the following command in Azure CLI, then i can successfully remove the resource.
az disk revoke-access --name MyManagedDisk --resource-group MyResourceGroup
for more information, please view the link below
https://docs.microsoft.com/de-de/cli/azure/disk?view=azure-cli-latest#az-disk-revoke-access
No comments:
Post a Comment