Skip to content

Commit 1661f55

Browse files
Merge pull request #269236 from tfitzmac/0315fix
fix DNS GET record set limit
2 parents 8cef95c + f2d89cb commit 1661f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 03/01/2024
5+
ms.date: 03/15/2024
66
ms.custom: devx-track-arm-template
77
---
88

@@ -111,7 +111,7 @@ In addition to those general limits, the following limits apply to DNS operation
111111
| --------- | ----- |
112112
| Create or Update | 200 per minute |
113113
| Delete | 200 per minute |
114-
| Get | 1000 per minute |
114+
| Get | 2000 per minute |
115115
| List By DNS Zone | 60 per minute |
116116
| List By Type | 60 per minute |
117117
| Update | 200 per minute |

0 commit comments

Comments
 (0)