Releasing a Page Blob Lease in Azure
Sometimes when firing up VMs or moving VMs from the page or blob store you’ll get an error that there is still a lease on the file. To solve this you need to release the lease. But waiting won’t do the trick, as the leases don’t have an expiration date. I found some VB.NET code…
The post Releasing a Page Blob Lease in Azure appeared first on SQL Server with Mr. Denny.