Azure Virtual Machine Limits
Not enough resources?
It is always good to keep an eye on how much more you can deploy:
# Azure CLI
az vm list-usage --location <azureRegion> --output table
# Azure PowerShell
Get-AzVMUsage -Location <azureRegion> | Format-Table