Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Azure PowerShell Get to know about availability of the VM sizes

You may know that all Azure regions does not provide all types and sizes of VMs. So while designing a deployment it is important to understand what is in the store,

A simple Powershell would give you list of VM Sizes

Get-AzureRmVMSize -location eastus

You may also dump this to a .csv file

Get-AzureRmVMSize -location eastus | Export-CSV C:tempVMSize_EastUS.csv

Namoskar!!!

Share the post

Azure PowerShell Get to know about availability of the VM sizes

×

Subscribe to Msdn Blogs | Get The Latest Information, Insights, Announcements, And News From Microsoft Experts And Developers In The Msdn Blogs.

Get updates delivered right to your inbox!

Thank you for your subscription

×