Comments on: How to check the available VM Sizes (SKUs) by Azure Region https://www.thomasmaurer.ch/2021/02/how-to-check-the-available-vm-sizes-skus-by-azure-region/ Cloud and Datacenter Blog focusing on Microsoft Azure Sat, 13 Feb 2021 01:05:04 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Benjamin https://www.thomasmaurer.ch/2021/02/how-to-check-the-available-vm-sizes-skus-by-azure-region/#comment-847508 Sat, 13 Feb 2021 01:05:04 +0000 https://www.thomasmaurer.ch/?p=20298#comment-847508 This is something that I recently worked on as part of a function to built new VMs using powershell (for training purposes). I ended up using the Get-AzVMSize and assigning it to a list. From there I’m having use the list to sequentially prompt for core counts, memory size, and max disks prior to kicking out the filtered results and allowing the user select their desired VM size before passing it back to calling function. It’s an excellent command that saves me from having to know a VM size name or from having to select from a list of a few hundred

]]>
By: ICYMI: PowerShell Week of 12-February-2021 | PowerShell.org https://www.thomasmaurer.ch/2021/02/how-to-check-the-available-vm-sizes-skus-by-azure-region/#comment-847414 Fri, 12 Feb 2021 15:05:14 +0000 https://www.thomasmaurer.ch/?p=20298#comment-847414 […] How to check the available VM Sizes (SKUs) by Azure Region […]

]]>