What are the REST API calls per hour limitations?

GarretaJosep-7075 0 Reputation points
2024-08-20T10:52:17.38+00:00

When extracting metric values from Azure Monitor using the Metrics API, the limitation used to be 12000 API calls per hour. With the release this year of the Azure Monitor Metrics Data Plane API, this limit was increased to 360000 API calls per hour.

https://techcommunity.microsoft.com/t5/azure-observability-blog/azure-monitor-announcing-general-availability-of-azure-monitor/ba-p/4041394

Does this new limit applies to Metrics API too?

https://learn.microsoft.com/en-us/rest/api/monitor/metrics?view=rest-monitor-2023-10-01

Or does it only apply to Metrics Batch API?

https://learn.microsoft.com/en-us/rest/api/monitor/metrics-batch?view=rest-monitor-2023-10-01

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,661 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SadiqhAhmed-MSFT 49,331 Reputation points Microsoft Employee Moderator
    2024-08-23T08:30:56.6166667+00:00

    @GarretaJosep-7075 Greetings from Microsoft!

    The new limit of 360,000 API calls per hour applies specifically to the Azure Monitor Metrics Data Plane API, also known as the Metrics Batch API. The traditional Metrics API still adheres to the previous limit of 12,000 API calls per hour. If you need to handle a higher volume of requests, you should consider using the Metrics Batch API, which is designed to support batch operations and can handle a significantly larger number of API calls.

    Hope this helps. If you have any more questions or need further assistance, feel free to ask!


    If the response helped, do "Accept Answer" and up-vote it

    1 person found this answer helpful.
    0 comments No comments

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.