Forum Discussion

Designer Technology Limited's avatar
Designer Technology Limited
Copper Contributor
Oct 08, 2017

Create new VM -VMsize

Hello, 

 

I am trying to make a new VM using the command:

 

$vmName = "vSQLUAT"

$vmConfig = New-AzureRmVMConfig -VMName $vmName -VMSize "Standard_A2"

 

However instead of a Standard_A2 I want to use a D3 v2 Promo, what do I need to put in place onf "Standard_A2" to achieve this? Is there a list of options for the -VMSize option?

 

No RepliesBe the first to reply

Resources