Skip to content

Commit c442bce

Browse files
authored
Update request-limits-and-throttling.md
Add note for sovereign clouds
1 parent 1fa5204 commit c442bce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ For example, suppose you have a bucket size of 250 tokens for read requests and
3737

3838
Reading metrics using the `*/providers/microsoft.insights/metrics` API contributes significantly to overall Azure Resource Manager traffic and is a common cause of subscription throttling events. If you use this API heavily, we recommend that you switch to the `getBatch` API. You can query multiple resources in a single REST request, which improves performance and reduces throttling. For more information about converting your operations, see [How to migrate from the metrics API to the getBatch API](/azure/azure-monitor/essentials/migrate-to-batch-api).
3939

40+
These limits and architecture will also apply to all sovereign clouds by the end of 2026.
41+
4042
### How can I view my throttled requests?
4143

4244
To view your throttled requests and other Resource Manager metrics, see [Accessing Azure Resource Manager metrics](/azure/azure-resource-manager/management/monitor-resource-manager#accessing-azure-resource-manager-metrics).
@@ -61,7 +63,7 @@ The request for subscription '{0}' could not be processed due to an excessive vo
6163

6264
Customers might experience throttling due to excessive background jobs, which can be triggered by high-frequency operations or system-wide activities. While customers do not have direct control over the creation or execution of these jobs, awareness of potential throttling is important.
6365

64-
## Throttling for non-public clouds
66+
## Throttling for sovereign clouds
6567

6668
Throttling happens at two levels. Azure Resource Manager throttles requests for the subscription and tenant. If the request is under the throttling limits for the subscription and tenant, Resource Manager routes the request to the resource provider. The resource provider applies throttling limits that are tailored to its operations.
6769

0 commit comments

Comments
 (0)