Share via

Unable to Increase Maximum Agents in Managed DevOps Pool Despite Available Azure VM SKU Quota

Tomasz Mazur 0 Reputation points
2025-10-11T08:54:48.64+00:00

In the Managed DevOps pool, we've added a separate agent pool in Azure DevOps.

However, we are unable to set the "Maximum agents" value for the "Standard D2ads v5" VM size to more than 2, despite having over 100 D2ads v5 instances available in our subscription quota for the selected region.

According to the official documentation (link), it should be possible to utilize the increased quota for D2ads v5. In our case, the quota allows for up to 650 instances, yet we are still restricted to a maximum of 2 agents.

Many thanks in advance!

settings1.png settings2.png

Azure DevOps
0 comments No comments

1 answer

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 2,290 Reputation points Microsoft External Staff Moderator
    2025-10-13T13:13:27.3866667+00:00

    Hello Tomasz Mazur,

    1. Your subscription quota (650 instances) applies to general VM deployments.
    2. Managed DevOps Pools have their own quota tracked under the Microsoft.DevOpsInfrastructure resource provider.

    Check Managed DevOps Pools quota:

    • In Azure Portal: Subscriptions → Usage + Quotas → Filter by Microsoft.DevOpsInfrastructure.
    • Or run: az vm list-usage --location <region> --output table
    • Look for entries under Managed DevOps Pools.

    If there is no available quota you need to raise Request a quota increase for Managed DevOps Pools.

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.

     User's image

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

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