I had deleted the VM & cloud service. However the Disk is still showing attached to the deleted VM.
Now, I tried to delete the blob storage, however I got the following error:
"There is currently a lease on the blob and no lease ID was specified in the request."
I had tried using Powershell cmdlet: Remove-AzureDisk <DiskName> -DeleteVHD, & I got the error saying the Disk is attached to VM (which I had already deleted).
How do I delete the blob?
Please render your help. Thanks All