Skip to content

Commit b251bd2

Browse files
committed
fixes MicrosoftDocs/azure-docs#34675
1 parent b0069a3 commit b251bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/resource-manager-request-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Describes how to use throttling with Azure Resource Manager request
44
author: tfitzmac
55
ms.service: azure-resource-manager
66
ms.topic: conceptual
7-
ms.date: 05/14/2019
7+
ms.date: 07/09/2019
88
ms.author: tomfitz
99
ms.custom: seodec18
1010
---
1111
# Throttling Resource Manager requests
1212

13-
For each Azure subscription and tenant, Resource Manager allows up to 12,000 read requests per hour and 1,200 write requests per hour. These limits are scoped to the principal ID making the requests and the subscription ID or tenant ID. If your requests come from more than one principal ID, your limit across the subscription or tenant is greater than 12,000 and 1,200 per hour.
13+
For each Azure subscription and tenant, Resource Manager allows up to 12,000 read requests per hour and 1,200 write requests per hour. These limits are scoped to the security principal (user or application) making the requests and the subscription ID or tenant ID. If your requests come from more than security principal, your limit across the subscription or tenant is greater than 12,000 and 1,200 per hour.
1414

1515
Requests are applied to either your subscription or your tenant. Subscription requests are ones that involve passing your subscription ID, such as retrieving the resource groups in your subscription. Tenant requests don't include your subscription ID, such as retrieving valid Azure locations.
1616

0 commit comments

Comments
 (0)