Michael Bender
1 TopicPowerShell Basics: Finding the right VM size with Get-AzVMSize
Finding the right virtual machine for your needs can be difficult especially with all of the options available. New options seem to come around often so you may need to regularly check the VMs available within your Azure region. Sure, you could do this through the GUI, but using PowerShell makes it quick and easy to see all of the VM sizes so you can get to building your infrastructure. That's where Get-AzVM comes in. It will help you determine the VM sizes you can deploy in specific regions, into availability sets, or what size a machine in your environment is running.20KViews4likes4Comments