Day 2 of 100 days of Cloud Azure - Create VM

Hi Team,

I am trying to create a VM with size Standard_B1s in the West US region, but the deployment is failing due to quota/capacity constraints on the Azure side.

Currently, I do not have the Support Contributor role, so I’m unable to raise a Microsoft support case to request a quota increase or check capacity availability.

Could you please advise on the next steps

Thanks

Could you please try with below format:

az vm create
–resource-group #resource name
–name #name of VM
–image Ubuntu2204
–size Standard_B2s
–admin-username azureuser
–generate-ssh-keys
–os-disk-size-gb 30
–storage-sku Standard_LRS