how to set Quota at resource group level?

JA 131 Reputation points
2022-10-29T18:50:44.447+00:00

Hi team,
I am learning about the quota for machine learning service and I have a general doubt.

I can see that quotas for CPU cores is set at subscription level. Now, lets say my subscription level total CPU cores quota is 10.
And i have 2 resource groups under that subscription. Can I assign 5 -5 cores each to both of the resource groups.

so that if all the cores are taken up by the resources under 1 resource group, the other resource_group (or the ML workspace under the other resource group) should not suffer.

I am able to find out the- get details query but this one doesnt give me details specific to each resource-group or the workspace.

HTTP query -> https://management.azure.com/subscriptions/{subs_id}/providers/Microsoft.MachineLearningServices/locations/eastus/usages?api-version=2022-10-01

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,581 questions
0 comments No comments
{count} vote

Accepted answer
  1. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2022-10-29T18:59:07.337+00:00

    Hi @JA ,

    quotas can be set on Azure Subscription level only.
    There is no option to apply quotas for different Azure Resource Groups.
    There are 2 options I can see for your requirement:
    Use 2 Azure Subscriptions for each Resource Group
    Use the 2 Resource Groups in 2 different regions. There is a quota for vCPUs per region within the same Subscription.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    2 people found this answer helpful.
    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.