When trying to fetching the keys from the application getting 429 error

Renee Decker 20 Reputation points
2024-11-06T07:57:37.7+00:00

My application encounters a status code 429 error when attempting to fetch the keys from key vault.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,313 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,106 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bhasker Donthu 535 Reputation points Microsoft Vendor
    2024-11-06T11:24:07.1866667+00:00

    Hello @Renee Decker,

    Thank you for posting your query on Microsoft Q&A.

    This Status code 429 error indicates that your application is being throttled due to too many requests being sent to the Azure Key Vault.

    Azure Key Vault enforces service limits to prevent resource misuse and maintain quality of service for all clients. When a client exceeds a service threshold, Key Vault restricts further requests from that client temporarily, returns an HTTP status code 429 (Too Many Requests), and the request fails. Note that failed requests returning a 429 status do not count toward Key Vault’s throttle limits.

    For information on this refer to below links:

    I hope this information is helpful. Please feel free to reach out if you have any further questions. If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.