Skip to content

Commit b128e48

Browse files
committed
update service limits
1 parent d2f513a commit b128e48

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

includes/traffic-manager-limits.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,54 @@ title: include file
33
description: include file
44
author: greg-lindsay
55
ms.topic: include
6-
ms.date: 06/07/2021
6+
ms.date: 05/05/2025
77
ms.author: greglin
88
ms.custom: include file
99
---
1010

11+
#### Resource limits
12+
1113
| Resource | Limit |
1214
| --- | --- |
1315
| Profiles per subscription |200 <sup>1</sup> |
1416
| Endpoints per profile |200 |
1517

16-
<sup>1</sup>If you need to increase these limits, contact Azure Support.
18+
<sup>1</sup>If you need to increase these limits, contact Azure Support.
19+
20+
#### Default throttling limits
21+
22+
To ensure reliable performance and fair usage, Azure Traffic Manager enforces throttling on control plane APIs. These limits are applied per Azure subscription, typically over a 20-second interval.
23+
24+
Exceeding limits returns an HTTP 429 (too many requests) with a `retry-after` header.
25+
26+
Throttling does not affect health checks or traffic routing.
27+
28+
##### Profiles
29+
30+
| Operation | Limit (per minute) |
31+
| --- | --- |
32+
| Create/update | 600 |
33+
| Get | 450 |
34+
| Delete | 150 |
35+
| List in resouce group or subscription | 450 |
36+
| Check DNS name availability | 300 |
37+
38+
##### Endpoints
39+
40+
| Operation | Limit (per minute) |
41+
| --- | --- |
42+
| Create/update/delete | 300 |
43+
| Get | 1500 |
44+
45+
##### Metrics & heatmap
46+
47+
| Operation | Limit (per minute) |
48+
| --- | --- |
49+
| Get/create/delete user metrics key | 150 |
50+
| Get heat map | 150 |
51+
52+
##### Geo hierarchy
53+
54+
| Operation | Limit (per minute) |
55+
| --- | --- |
56+
| Get | 150 |

0 commit comments

Comments
 (0)