Skip to content

Commit e7b96ff

Browse files
authored
Update how-to-determine-your-quota-usage.md
1 parent 919787c commit e7b96ff

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/dev-box/how-to-determine-your-quota-usage.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to determine your resource usage and quota
2+
title: Determine your resource usage and quota
33
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.
44
services: dev-box
55
ms.service: dev-box
@@ -11,13 +11,14 @@ ms.date: 01/09/2024
1111

1212
# Determine resource usage and quota for Microsoft Dev Box
1313

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

1616
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.
1717

1818
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.
1919

20-
## Determine your Dev Box usage and quota by subscription
20+
21+
## Determine your Dev Box usage and quota by subscription in Azure Portal
2122

2223
1. Sign in to the [Azure portal](https://portal.azure.com), and go to the subscription you want to examine.
2324

@@ -61,3 +62,7 @@ Each subscription has its own **Usage + quotas** page that covers all the variou
6162

6263
- 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)
6364
- 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)
67+
- CLI - [az devcenter admin usage | Microsoft Learn |](/cli/azure/devcenter/admin/usage?view=azure-cli-latest)
68+

0 commit comments

Comments
 (0)