Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mritsurgeon
Created February 8, 2020 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mritsurgeon/8dad539a257f0c1c253236a447a3bb79 to your computer and use it in GitHub Desktop.
Save mritsurgeon/8dad539a257f0c1c253236a447a3bb79 to your computer and use it in GitHub Desktop.
VM-Sizes azure
$vmsizeSMALL = Get-VBRAzureVMSize -Subscription $subscription -Location $location -Name Standard_A2_v2
$vmsizeMEDIUM = Get-VBRAzureVMSize -Subscription $subscription -Location $location -Name Standard_A4_v2
$vmsizeLARGE = Get-VBRAzureVMSize -Subscription $subscription -Location $location -Name Standard_A8_v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment