Skip to main content
Jorge Bernhardt Jorge Bernhardt

Stop-AzVM

2019

Convert Azure VMs to Managed Disks using PowerShell
·581 words·3 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount ConvertTo-AzVMManagedDisk Get-AzAvailabilitySet
This post will show you how to convert a virtual machine, whether within an availability group or a single instance, from unmanaged disks (Storage Account) to disks managed using Azure PowerShell.
How to Resize Azure Managed Disks
·752 words·4 mins· 100 views · 5 likes
Azure CLI Get-AzDisk Get-AzSubscription Get-AzVM
In this post, I want to show you how to expand a managed operating system disk in an Azure virtual machine, using Azure PowerShell and Azure CLI. This tutorial assumes that you already have a Microsoft Azure account configured.