Skip to content

Commit 48af3ec

Browse files
authored
Merge pull request #220831 from dhruvchand/dev-box-quotas
add dev box quota limits
2 parents cfa507c + 7779082 commit 48af3ec

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@ The following table applies to v1, v2, Standard, and WAF SKUs unless otherwise s
367367

368368
[!INCLUDE [notification-hub-limits](../../../includes/notification-hub-limits.md)]
369369

370+
## Microsoft Dev Box limits
371+
372+
[!INCLUDE [dev-box-limits](../../../includes/dev-box-limits.md)]
373+
370374
## Microsoft Purview limits
371375

372376
The latest values for Microsoft Purview quotas can be found in the [Microsoft Purview quota page](../../purview/how-to-manage-quotas.md).

includes/dev-box-limits.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
author: dhruvchand
3+
ms.service: dev-box
4+
ms.topic: include
5+
ms.date: 12/07/2022
6+
ms.author: dhruvmu
7+
---
8+
9+
| Subscription type | VM Cores | Network Connections | Dev centers | Dev box definitions | Dev box projects |
10+
| ------------------ | -------- | ------------------- | ----------- | ------------------- | ---------------- |
11+
| Pay as you go | 20 | 10 | 2 | 200 | 500 |
12+
| Azure Pass | 20 | 10 | 2 | 200 | 500 |
13+
| CSP | 20 | 10 | 2 | 200 | 500 |
14+
| Free trial | 0 | 0 | 0 | 0 | 0 |
15+
| Azure for Students | 0 | 0 | 0 | 0 | 0 |
16+
| Enterprise | 80 | 10 | 5 | 200 | 500 |
17+
| MSDN | n/a | 5 | 2 | 200 | 500 |

0 commit comments

Comments
 (0)