Skip to content

Commit 65848d5

Browse files
authored
Merge pull request #108865 from tfitzmac/0324throttle
removed support request
2 parents bce8eb9 + 0a36a41 commit 65848d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/azure-resource-manager/management/request-limits-and-throttling.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Request limits and throttling
33
description: Describes how to use throttling with Azure Resource Manager requests when subscription limits have been reached.
44
ms.topic: conceptual
5-
ms.date: 10/26/2019
5+
ms.date: 03/24/2020
66
ms.custom: seodec18
77
---
88
# Throttling Resource Manager requests
@@ -60,10 +60,6 @@ For checking virtual machine instances within a virtual machine scale set, use t
6060

6161
[Azure Resource Graph](../../governance/resource-graph/overview.md) limits the number of requests to its operations. The steps in this article to determine the remaining requests and how to respond when the limit is reached also apply to Resource Graph. However, Resource Graph sets its own limit and reset rate. For more information, see [Resource Graph throttling headers](../../governance/resource-graph/concepts/guidance-for-throttled-requests.md#understand-throttling-headers).
6262

63-
## Request increase
64-
65-
Sometimes, throttle limits can be increased. To see if the throttling limits for your scenario can be increased, create a support request. The details of your calling pattern will be evaluated.
66-
6763
## Error code
6864

6965
When you reach the limit, you receive the HTTP status code **429 Too many requests**. The response includes a **Retry-After** value, which specifies the number of seconds your application should wait (or sleep) before sending the next request. If you send a request before the retry value has elapsed, your request isn't processed and a new retry value is returned.

0 commit comments

Comments
 (0)