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: articles/dns/dns-faq-private.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ metadata:
6
6
author: greg-lindsay
7
7
ms.service: azure-dns
8
8
ms.topic: faq
9
-
ms.date: 11/30/2023
9
+
ms.date: 09/23/2024
10
10
ms.author: greglin
11
11
title: Azure Private DNS FAQ
12
12
summary: The following are frequently asked questions about Azure private DNS.
@@ -91,7 +91,7 @@ sections:
91
91
- question: |
92
92
What are the usage limits for Azure DNS Private zones?
93
93
answer: |
94
-
Refer to [Azure DNS limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-dns-limits) for details on the usage limits for Azure DNS private zones.
94
+
Refer to [Azure DNS limits](../azure-resource-manager/management/azure-subscription-service-limits.md#private-dns) for details on the usage limits for Azure DNS private zones.
95
95
96
96
- question: |
97
97
Why don’t my existing private DNS zones show up in new portal experience?
Refer to [Azure DNS limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-dns-limits) for details on the usage limits for Azure DNS public zones.
182
180
183
181
- question: |
184
182
Can I move an Azure DNS zone between resource groups or between subscriptions?
Copy file name to clipboardExpand all lines: includes/dns-limits.md
+65-7Lines changed: 65 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
author: greg-lindsay
3
3
ms.service: azure-resource-manager
4
4
ms.topic: include
5
-
ms.date: 05/22/2023
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,33 @@ 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 | 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 |
31
+
32
+
##### Public DNS resource record operations
18
33
19
-
**Private DNS zones**
34
+
| Operation | Limit (per zone) |
35
+
| --------- | ----- |
36
+
| Create | 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
44
+
45
+
##### Private DNS zones
20
46
21
47
| Resource | Limit |
22
48
| --- | --- |
@@ -28,16 +54,48 @@ ms.author: greglin
28
54
| Number of private DNS zones a virtual network can get linked to with autoregistration enabled |1|
29
55
| Number of private DNS zones a virtual network can get linked |1000|
30
56
31
-
**Azure-provided DNS resolver**
57
+
##### Private DNS zone operations
58
+
59
+
| Operation | Limit (per subscription) |
60
+
| --- | --- |
61
+
| Create |40/min|
62
+
| Delete |40/min|
63
+
| Get |200/min<sup> (per zone)|
64
+
| List by subscription |60/min|
65
+
| List by resource group |100/min (per resource group)|
66
+
| Update |20/min|
67
+
| Move |20/min|
68
+
69
+
##### Private DNS resource record operations
70
+
71
+
| Operation | Limit |
72
+
| --- | --- |
73
+
| Create |60/min|
74
+
| Delete |60/min|
75
+
| Get |200/min|
76
+
| List |100/min|
77
+
| Update |60/min|
78
+
79
+
#### Virtual network links operations
80
+
81
+
| Operation | Limit |
82
+
| --- | --- |
83
+
| Create |60/min|
84
+
| Delete |40/min|
85
+
| Get |100/min|
86
+
| List by virtual network |20/min|
87
+
| Update |60/min|
88
+
89
+
#### Azure-provided DNS resolver VM limits
32
90
33
91
| Resource | Limit |
34
92
| --- | --- |
35
93
| Number of DNS queries a virtual machine can send to Azure DNS resolver, per second |1000 <sup>1</sup> |
36
94
| Maximum number of DNS queries queued (pending response) per virtual machine |200 <sup>1</sup> |
37
95
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.
96
+
<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