Lab 08 - VM Sets issues

marouf 80 Reputation points
2025-05-10T06:07:19.5433333+00:00

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
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
444 questions
0 comments No comments
{count} votes

Accepted answer
  1. Divyesh Govaerdhanan 3,885 Reputation points
    2025-05-11T13:01:05.84+00:00

    Hello,

    Welcome to Microsoft Q&A,

    In the Azure Portal, go to Quotas and select Networking,

    https://portal.azure.com/#view/Microsoft_Azure_Capacity/QuotaMenuBlade/~/overview

    User's image

    In the quotas, select the Public IP Address for the region and update the quota. Once approved, you should be able to create the new resource.

    Please Upvote and accept the answer if it helps!!

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.