Skip to content

Commit 2716ecd

Browse files
committed
Learn Editor: Update request-limits-and-throttling.md
1 parent ae6e84c commit 2716ecd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ This article describes how Azure Resource Manager throttles requests. It shows y
1212

1313
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.
1414

15-
The following image shows how throttling is applied as a request goes from the user to Azure Resource Manager and the resource provider. Requests are initially throttled per principal ID and per Azure Resource Manager instance in the region of the user sending the request. The requests are throttled per hour. When the request is forwarded to the resource provider, requests are throttled per region of the resource rather than per Azure Resource Manager instance in region of the user. The resource provider requests are also throttled per principal user ID and per hour.
15+
Requests are initially throttled per principal ID and per Azure Resource Manager instance in the region of the user sending the request. Requests to the Azure Resource Manger instance in the region are also throttled per principal user ID and per hour. When the request is forwarded to the resource provider, requests are throttled per region of the resource rather than per Azure Resource Manager instance in region of the user.
16+
17+
> [!NOTE]
18+
> The limits of a resource provider can differ from the limits of the Azure Resource Manager instance in the region of the user.
19+
20+
The following image shows how throttling is applied as a request goes from the user to Azure Resource Manager and the resource provider.
1621

1722
:::image type="content" source="./media/request-limits-and-throttling/request-throttling.svg" alt-text="Diagram that shows how throttling is applied as a request goes from the user to Azure Resource Manager and the resource provider.":::
1823

0 commit comments

Comments
 (0)