Skip to content

Commit 5f08c39

Browse files
committed
update limits
1 parent 465a3d4 commit 5f08c39

File tree

2 files changed

+35
-27
lines changed

2 files changed

+35
-27
lines changed

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

Lines changed: 2 additions & 20 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 are reached.
44
ms.topic: conceptual
5-
ms.date: 06/27/2024
5+
ms.date: 09/23/2024
66
ms.custom: devx-track-arm-template
77
---
88

@@ -96,25 +96,7 @@ The Microsoft.Network resource provider applies the following throttle limits:
9696
| write / delete (PUT) | 1000 per 5 minutes |
9797
| read (GET) | 10000 per 5 minutes |
9898

99-
In addition to those general limits, the following limits apply to DNS operations:
100-
101-
| DNS Zone Operation | Limit (per zone) |
102-
| --------- | ----- |
103-
| Create or Update | 40 per minute |
104-
| Delete | 40 per minute |
105-
| Get | 1000 per minute |
106-
| List | 60 per minute |
107-
| List By Resource Group | 60 per minute |
108-
| Update | 40 per minute |
109-
110-
| DNS Record Set Operation | Limit (per zone) |
111-
| --------- | ----- |
112-
| Create or Update | 200 per minute |
113-
| Delete | 200 per minute |
114-
| Get | 2000 per minute |
115-
| List By DNS Zone | 60 per minute |
116-
| List By Type | 60 per minute |
117-
| Update | 200 per minute |
99+
In addition to those general limits, see [the usage limits for Azure DNS](/azure/dns/dns-faq#what-are-the-usage-limits-for-azure-dns-).
118100

119101
### Compute throttling
120102

includes/dns-limits.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ ms.topic: include
55
ms.date: 09/23/2024
66
ms.author: greglin
77
---
8-
**Public DNS zones**
8+
#### Public DNS
9+
10+
##### Public DNS zones
911

1012
| Resource | Limit |
1113
| --- | --- |
@@ -14,9 +16,31 @@ ms.author: greglin
1416
| Records per record set in public DNS zone |20 <sup>1</sup> |
1517
| Number of Alias records for a single Azure resource |20|
1618

17-
<sup>1</sup>If you need to increase these limits, contact Azure Support.
19+
<sup>1</sup>If you need to increase these quota limits, contact Azure Support.
20+
21+
##### Public DNS zone operations
22+
23+
| Operation | Limit (per zone) |
24+
| --------- | ----- |
25+
| Create or Update | 40/min |
26+
| Delete | 40/min |
27+
| Get | 1000/min |
28+
| List | 60/min |
29+
| List By Resource Group | 60/min (per resource group) |
30+
| Update | 40/min |
1831

19-
**Private DNS zones**
32+
##### Public DNS resource record operations
33+
34+
| Operation | Limit (per zone) |
35+
| --------- | ----- |
36+
| Create or Update | 200/min |
37+
| Delete | 200/min |
38+
| Get | 2000/min |
39+
| List By DNS Zone | 60/min |
40+
| List By Type | 60/min |
41+
| Update | 200/min |
42+
43+
#### Private DNS zones
2044

2145
| Resource | Limit |
2246
| --- | --- |
@@ -28,6 +52,8 @@ ms.author: greglin
2852
| Number of private DNS zones a virtual network can get linked to with autoregistration enabled |1|
2953
| Number of private DNS zones a virtual network can get linked |1000|
3054

55+
##### Private DNS zone operations
56+
3157
| Operation | Limit |
3258
| --- | --- |
3359
| Create |40/min|
@@ -38,7 +64,7 @@ ms.author: greglin
3864
| Update |20|
3965
| Move |20|
4066

41-
**Private DNS zone resource records**
67+
##### Private DNS resource record operations
4268

4369
| Operation | Limit |
4470
| --- | --- |
@@ -48,7 +74,7 @@ ms.author: greglin
4874
| List |100/min|
4975
| Update |60/min|
5076

51-
**Virtual network links**
77+
#### Virtual network links
5278

5379
| Operation | Limit |
5480
| --- | --- |
@@ -58,7 +84,7 @@ ms.author: greglin
5884
| List by virtual network |20/min|
5985
| Update |60/min|
6086

61-
**Azure-provided DNS resolver VM limits**
87+
#### Azure-provided DNS resolver VM limits
6288

6389
| Resource | Limit |
6490
| --- | --- |
@@ -67,7 +93,7 @@ ms.author: greglin
6793

6894
<sup>1</sup>These limits are applied to every individual virtual machine and not at the virtual network level. DNS queries exceeding these limits are dropped. These limits apply to the default Azure resolver, not the DNS private resolver.
6995

70-
<br>**DNS Private Resolver**<sup>1</sup>
96+
#### DNS Private Resolver<sup>1</sup>
7197

7298
| Resource | Limit |
7399
| --- | --- |

0 commit comments

Comments
 (0)