Where do i find Azure HTTP status 429 response-code-examples

Richard Geary 20 Reputation points
2024-07-12T14:27:28.4266667+00:00

Where do i find Azure HTTP status 429 response-code-examples for:

  • Azure Service BUS
  • Azure Event Hub
  • Azure Event Grid
  • Azure Blob Storage
  • Microsoft Fabric
  • Azure Blob Storage und MS Fabric benutzt Azure Datalake Storage gen2 API
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,425 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
592 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,625 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
598 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
351 questions
0 comments No comments
{count} votes

Accepted answer
  1. Luis Arias 5,981 Reputation points
    2024-07-12T15:42:35.5566667+00:00

    Hi Richard,

    I understood you want to get the response examples for HTTP status code 429 returned by Azure services when too many requests are sent in a given amount of time.

    About the example as I know there aren't example docuemented however the response includes a Retry-After value, which specifies the number of seconds your application should wait before sending the next request, this applies to Azure Service Bus, Azure Event Hub, Azure Event Grid, and Azure Blob Storage. So If you want to create a mechanism trigger by this response code I suggest you to check below documentation:

    If the information helped address your question, please Accept the answer.

    Luis

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. akinbade abiola 8,705 Reputation points
    2024-07-12T15:29:29.5533333+00:00