brusMX / promitor-tests

A repo to obtain Azure Monitor metrics and consume them using Promitor
2 stars 2 forks source link

Max amount of requests Azure Monitor API can support? #10

Open KenPet11 opened 5 years ago

KenPet11 commented 5 years ago

Limit capacity, what is the max amount of requests we can do to the Az Monitor API?

Please document here: https://microsoft-my.sharepoint.com/:o:/p/t-kepett/EkdL181s8T5FpVX6FjK8huMBAeZv7RM6H-q4DXQxvKuKQw

tomkerkhove commented 5 years ago

Promitor exposes this via a metric: https://promitor.io/operations/#azure-resource-manager-api---consumption--throttling

You are allowed to do 12k read operations per hour for a given principle id per subscription or tenant:

For each Azure subscription and tenant, Resource Manager allows up to 12,000 read requests per hour and 1,200 write requests per hour. These limits are scoped to the principal ID making the requests and the subscription ID or tenant ID. If your requests come from more than one principal ID, your limit across the subscription or tenant is greater than 12,000 and 1,200 per hour.

Source: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-request-limits