You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/dns-limits.md
+33-7Lines changed: 33 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ ms.topic: include
5
5
ms.date: 09/23/2024
6
6
ms.author: greglin
7
7
---
8
-
**Public DNS zones**
8
+
#### Public DNS
9
+
10
+
##### Public DNS zones
9
11
10
12
| Resource | Limit |
11
13
| --- | --- |
@@ -14,9 +16,31 @@ ms.author: greglin
14
16
| Records per record set in public DNS zone |20 <sup>1</sup> |
15
17
| Number of Alias records for a single Azure resource |20|
16
18
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 |
18
31
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
20
44
21
45
| Resource | Limit |
22
46
| --- | --- |
@@ -28,6 +52,8 @@ ms.author: greglin
28
52
| Number of private DNS zones a virtual network can get linked to with autoregistration enabled |1|
29
53
| Number of private DNS zones a virtual network can get linked |1000|
30
54
55
+
##### Private DNS zone operations
56
+
31
57
| Operation | Limit |
32
58
| --- | --- |
33
59
| Create |40/min|
@@ -38,7 +64,7 @@ ms.author: greglin
38
64
| Update |20|
39
65
| Move |20|
40
66
41
-
**Private DNS zone resource records**
67
+
##### Private DNS resource record operations
42
68
43
69
| Operation | Limit |
44
70
| --- | --- |
@@ -48,7 +74,7 @@ ms.author: greglin
48
74
| List |100/min|
49
75
| Update |60/min|
50
76
51
-
**Virtual network links**
77
+
#### Virtual network links
52
78
53
79
| Operation | Limit |
54
80
| --- | --- |
@@ -58,7 +84,7 @@ ms.author: greglin
58
84
| List by virtual network |20/min|
59
85
| Update |60/min|
60
86
61
-
**Azure-provided DNS resolver VM limits**
87
+
#### Azure-provided DNS resolver VM limits
62
88
63
89
| Resource | Limit |
64
90
| --- | --- |
@@ -67,7 +93,7 @@ ms.author: greglin
67
93
68
94
<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.
0 commit comments