My application receives HTTP status code 429 responses. Why?

bharathn-msft 5,086 Reputation points Microsoft Employee
2020-05-13T18:07:01.323+00:00

We are receiving HTTP status code 429 responses , what are the possible reasons.

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Azure Docs

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

Accepted answer
  1. Monalla-MSFT 11,636 Reputation points
    2020-05-13T18:58:30.47+00:00

    Hello,
    Thank you for raising the question.

    You'll receive an HTTP status code 429 response under these circumstances:

    • Exceeding the daily request limit for a store in the Free tier.
    • Temporary throttling due to a high request rate for a store in the Standard tier.
    • Excessive bandwidth usage.
    • Attempting to create or modify a key when the storage quote is exceeded.
    • Check the body of the 429 response for the specific reason why the request failed.

    Check the body of the 429 response for the specific reason why the request failed.

    Here is doc reference : App Config Doc Reference

    0 comments No comments

0 additional answers

Sort by: Most helpful