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/dev-box/how-to-determine-your-quota-usage.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: How to determine your resource usage and quota
2
+
title: Determine your resource usage and quota
3
3
description: Learn how to determine where the Dev Box resources for your subscription are used and if you have any spare capacity against your quota.
4
4
services: dev-box
5
5
ms.service: dev-box
@@ -11,13 +11,14 @@ ms.date: 01/09/2024
11
11
12
12
# Determine resource usage and quota for Microsoft Dev Box
13
13
14
-
To ensure that resources are available for customers, Microsoft Dev Box has a limit on the number of each type of resource that can be used in a subscription. This limit is called a _quota_.
14
+
To ensure that resources are available for customers, Microsoft Dev Box has a limit on the number of each type of resource that can be used in a subscription. This limit is called a quota. There are different types of quota related to Dev Box that you might see in the Developer portal and Azure portal, such as quota for Dev Box vCPU for box creation as well as portal resource limits for Dev Centers, network connections, and Dev Box Definitions.
15
15
16
16
Keeping track of how your quota of virtual machine cores is being used across your subscriptions can be difficult. You might want to know what your current usage is, how much is remaining, and in what regions you have capacity. To help you understand where and how you're using your quota, Azure provides the **Usage + Quotas** page in the Azure portal.
17
17
18
18
For example, if dev box users encounter a vCPU quota error such as, *QuotaExceeded*, error during dev box creation there may be a need to increase this quota. A great place to start is to determine the current quota available.
19
19
20
-
## Determine your Dev Box usage and quota by subscription
20
+
21
+
## Determine your Dev Box usage and quota by subscription in Azure Portal
21
22
22
23
1. Sign in to the [Azure portal](https://portal.azure.com), and go to the subscription you want to examine.
23
24
@@ -61,3 +62,7 @@ Each subscription has its own **Usage + quotas** page that covers all the variou
61
62
62
63
- Check the default quota for each resource type by subscription type with [Microsoft Dev Box limits](../azure-resource-manager/management/azure-subscription-service-limits.md#microsoft-dev-box-limits)
63
64
- Learn how to [request a quota limit increase](./how-to-request-quota-increase.md)
65
+
- You can also check your Dev Box quota using either:
66
+
- REST API - [Usages - List By Location - REST API (Azure Dev Center) | Microsoft Learn](/rest/api/devcenter/administrator/usages/list-by-location?tabs=HTTP)
0 commit comments