az vm create -n labpsn -g labazcli1 --image UbuntuLTS --generate-ssh-keys
It is recommended to use parameter "--public-ip-sku Standard" to create new VM with Standard public IP. Please note that the default public IP used for VM creation will be changed from Basic to Standard in the future.
{"error":{"code":"InvalidTemplateDeployment","message":"The template deployment failed with error: 'The resource with id: '/subscriptions/b554f5aa-a924-455a-b7f4-1edf410e8e01/resourceGroups/labazcli1/providers/Microsoft.Compute/virtualMachines/labpsn' failed validation with message: 'The requested size for resource '/subscriptions/b554f5aa-a924-455a-b7f4-1edf410e8e01/resourceGroups/labazcli1/providers/Microsoft.Compute/virtualMachines/labpsn' is currently not available in location 'westus' zones '' for subscription 'b554f5aa-a924-455a-b7f4-1edf410e8e01'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.'."}}
O erro acima ocorre ao criar a VM Alguem sabe a solução para o erro ?