Skip to content

Commit b13bb5a

Browse files
authored
Merge pull request #287188 from greg-lindsay/dns-rates
update limits
2 parents c3424e2 + b11fb16 commit b13bb5a

File tree

4 files changed

+71
-33
lines changed

4 files changed

+71
-33
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

articles/dns/dns-faq-private.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: greg-lindsay
77
ms.service: azure-dns
88
ms.topic: faq
9-
ms.date: 11/30/2023
9+
ms.date: 09/23/2024
1010
ms.author: greglin
1111
title: Azure Private DNS FAQ
1212
summary: The following are frequently asked questions about Azure private DNS.
@@ -91,7 +91,7 @@ sections:
9191
- question: |
9292
What are the usage limits for Azure DNS Private zones?
9393
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.
9595
9696
- question: |
9797
Why don’t my existing private DNS zones show up in new portal experience?

articles/dns/dns-faq.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: greg-lindsay
77
ms.service: azure-dns
88
ms.topic: faq
9-
ms.date: 08/12/2024
9+
ms.date: 09/23/2024
1010
ms.author: greglin
1111
title: Azure DNS FAQ
1212
summary: |
@@ -176,9 +176,7 @@ sections:
176176
- question: |
177177
What are the usage limits for Azure DNS?
178178
answer: |
179-
The following default limits apply when you use Azure DNS.
180-
181-
[!INCLUDE [dns-limits](../../includes/dns-limits.md)]
179+
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.
182180
183181
- question: |
184182
Can I move an Azure DNS zone between resource groups or between subscriptions?

includes/dns-limits.md

Lines changed: 65 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
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
---
8-
**Public DNS zones**
8+
#### Public DNS
9+
10+
##### Public DNS zones
911

1012
| Resource | Limit |
1113
| --- | --- |
@@ -14,9 +16,33 @@ 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 | 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
1833

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
2046

2147
| Resource | Limit |
2248
| --- | --- |
@@ -28,16 +54,48 @@ ms.author: greglin
2854
| Number of private DNS zones a virtual network can get linked to with autoregistration enabled |1|
2955
| Number of private DNS zones a virtual network can get linked |1000|
3056

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
3290

3391
| Resource | Limit |
3492
| --- | --- |
3593
| Number of DNS queries a virtual machine can send to Azure DNS resolver, per second |1000 <sup>1</sup> |
3694
| Maximum number of DNS queries queued (pending response) per virtual machine |200 <sup>1</sup> |
3795

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.
3997

40-
**DNS private resolver**<sup>1</sup>
98+
#### DNS Private Resolver<sup>1</sup>
4199

42100
| Resource | Limit |
43101
| --- | --- |

0 commit comments

Comments
 (0)