Azure App Configuration Free Tier Hourly Quota

Mateusz Klys 0 Reputation points
2024-08-16T13:42:57.4333333+00:00

Hi
I'm using Azure App Configuration Free Tier and my requests are throttled long before I ever even approach 1000 requests per day. Can't figure out what is the reason for it?
User's image

Also, I can't make any sense of the number of requests. This is my code in c#

User's image

so per service using it I anticipate 24ish requests per day, but numbers seem to be much higher.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
227 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshukatara-6769 9,030 Reputation points
    2024-09-17T10:38:09.7166667+00:00

    Hello , Welcome to MS Q&A

    The number of requests in Azure App Configuration Free Tier may be higher than anticipated due to the limit of 1,000 requests per day. Once the store reaches this limit, it will return HTTP status code 429 for all requests until midnight UTC. Additionally, the Free tier does not have guaranteed throughput, which means that requests exceeding the throughput allowance will receive an HTTP status code 429 response.

    To avoid exceeding the request quota, it is recommended to design your application with a sufficient buffer against the hourly throttling limit and to consider upgrading to a higher tier if necessary.

    For more detailed information, you can refer to the following resources:

    Kindly let us know if any questions

    Please accept answer if it helps

    Thanks
    Deepanshu


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.