Created
July 1, 2015 12:43
-
-
Save bblanchon/f46f6f876c5ee97fdcb3 to your computer and use it in GitHub Desktop.
Azure delete VM status blobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-AzureStorageBlob -Container vhds | Where { $_.Name -like "*.status"} | Remove-AzureStorageBlob |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment