Tag: Azure
-
PowerShell to delete blobs in Azure
I was trying to delete a VHD in Azure via PowerShell, and I couldn’t find a good solution. Here is how you delete a blob in Azure Hope that helps someone.
-
My Azure ASM to ARM script
This is the “script” I used to move our older classic environment VMs to the new Azure Resource Manager. It it is not a function – I wanted to step through the process and make sure all was well at the different points in the script. The script assumes that there is only one Data…
-
PowerShell to download and install most recent Azure PowerShell cmdlets
This script will pull down the most recent Azure PowerShell cmdlets from github. This script assumes that Microsoft has not renamed the installer file, and the most recent is at the top. hope that helps someone.
