Hello,
I have an issue creating VMs in the hands on for Lab 08 - Task 1.
https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_08-Manage_Virtual_Machines.html
Please guide me how to remove or adjust the quota for my free subsription. Write the steps needed, so that I can deploy the VMSS to see how they work.
I am getting this raw error:
{
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'CreateVm-MicrosoftWindowsServer.WindowsServer-201-20250510085448' is not valid according to the validation procedure. The tracking id is '35ffc90b-e30b-4106-8778-db90bb81d2b0'. See inner errors for details.",
"details": [
{
"code": "ResourceCountExceedsLimitDueToTemplate",
"message": "Subscription 735993e7-97c6-4771-9bbd-37da1dcd6de9 has a quota of 3 for resources of type PublicIpAddress with sku SkuNotSpecified. Subscription currently has 2 resources and the template contains 2 new resources of the this type which exceeds the quota. Please contact support to increase the quota for resource type PublicIpAddress",
"details": []
},
{
"code": "QuotaExceeded",
"message": "Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: eastus, Current Limit: 4, Current Usage: 0, Additional Required: 8, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%22735993e7-97c6-4771-9bbd-37da1dcd6de9%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22eastus%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the ‘Details’ section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests"
}
]
}
Thank you
Best
Marouf