Skip to content

Commit 3e1605d

Browse files
committed
update limits
1 parent 3f468a9 commit 3e1605d

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

includes/dns-limits.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
author: greg-lindsay
33
ms.service: azure-resource-manager
44
ms.topic: include
5-
ms.date: 05/22/2023
5+
ms.date: 09/23/2024
66
ms.author: greglin
77
---
88
**Public DNS zones**
9-
109
| Resource | Limit |
1110
| --- | --- |
1211
| Public DNS zones per subscription |250 <sup>1</sup> |
@@ -17,7 +16,6 @@ ms.author: greglin
1716
<sup>1</sup>If you need to increase these limits, contact Azure Support.
1817

1918
**Private DNS zones**
20-
2119
| Resource | Limit |
2220
| --- | --- |
2321
| Private DNS zones per subscription |1000|
@@ -28,17 +26,43 @@ ms.author: greglin
2826
| Number of private DNS zones a virtual network can get linked to with autoregistration enabled |1|
2927
| Number of private DNS zones a virtual network can get linked |1000|
3028

31-
**Azure-provided DNS resolver**
29+
| Operation | Limit |
30+
| --- | --- |
31+
| Create |40/min|
32+
| Delete |40/min|
33+
| Get |200/min|
34+
| List by subscription |60|
35+
| List by resource group |100|
36+
| Update |20|
37+
| Move |20|
38+
39+
**Private DNS zone resource records**
40+
| Operation | Limit |
41+
| --- | --- |
42+
| Create |60/min|
43+
| Delete |60/min|
44+
| Get |200/min|
45+
| List |100/min|
46+
| Update |60|
47+
48+
**Virtual network links**
49+
| Operation | Limit |
50+
| --- | --- |
51+
| Create |60/min|
52+
| Delete |40/min|
53+
| Get |100/min|
54+
| List by virtual network |20/min|
55+
| Update |60|
3256

57+
**Azure-provided DNS resolver VM limits**
3358
| Resource | Limit |
3459
| --- | --- |
3560
| Number of DNS queries a virtual machine can send to Azure DNS resolver, per second |1000 <sup>1</sup> |
3661
| Maximum number of DNS queries queued (pending response) per virtual machine |200 <sup>1</sup> |
3762

38-
<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.
39-
40-
**DNS private resolver**<sup>1</sup>
63+
<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.
4164

65+
<br>**DNS Private Resolver**<sup>1</sup>
4266
| Resource | Limit |
4367
| --- | --- |
4468
| DNS private resolvers per subscription |15|

0 commit comments

Comments
 (0)