Skip to content

Commit 6de1a4a

Browse files
Merge pull request #248634 from JnHs/jh-quotas-resturl
update REST API URL
2 parents 55daecb + 7caec48 commit 6de1a4a

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

articles/quotas/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- name: Azure PowerShell
3434
href: /powershell/module/az.quota/
3535
- name: Azure REST API
36-
href: /rest/api/reserved-vm-instances/quotaapi
36+
href: /rest/api/quota
3737
- name: Resources
3838
items:
3939
- name: Azure updates

articles/quotas/index.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
ms.topic: landing-page
1010
ms.service: azure-quotas
1111
ms.collection: collection
12-
ms.date: 04/04/2023
12+
ms.date: 08/17/2023
1313

1414
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1515

@@ -48,13 +48,7 @@ landingContent:
4848
- text: Azure PowerShell
4949
url: /powershell/module/az.quota/
5050
- text: Azure REST API
51-
url: /rest/api/reserved-vm-instances/quotaapi
52-
- linkListType: learn
53-
links:
54-
- text: Use the Quota REST API
55-
url: https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670
56-
- text: Automate quota management with the REST API
57-
url: https://azure.microsoft.com/blog/automating-quota-management-with-azure-quota-rest-api/
51+
url: /rest/api/quota
5852

5953
# Card
6054
- title: Get started

articles/quotas/quotas-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Quotas overview
33
description: Learn about to view quotas and request increases in the Azure portal.
4-
ms.date: 07/22/2022
4+
ms.date: 08/17/2023
55
ms.topic: how-to
66
---
77

88
# Quotas overview
99

1010
Many Azure services have quotas, which are the assigned number of resources for your Azure subscription. Each quota represents a specific countable resource, such as the number of virtual machines you can create, the number of storage accounts you can use concurrently, the number of networking resources you can consume, or the number of API calls to a particular service you can make.
1111

12-
The concept of quotas is designed to help protect customers from things like inaccurately resourced deployments and mistaken consumption. For Azure, it helps minimize risks from deceptive or inappropriate consumption and unexpected demand. Quotas are set and enforced in the scope of the [subscription](/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings?view=o365-worldwide).
12+
The concept of quotas is designed to help protect customers from things like inaccurately resourced deployments and mistaken consumption. For Azure, it helps minimize risks from deceptive or inappropriate consumption and unexpected demand. Quotas are set and enforced in the scope of the [subscription](/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings.
1313

1414
## Quotas or limits?
1515

@@ -31,7 +31,7 @@ Different entry points, data views, actions, and programming options are availab
3131

3232
| Option | Azure portal | Quota APIs | Support API |
3333
|---------|---------|---------|---------|
34-
| Summary | The portal provides a customer-friendly user interface for accessing quota information.<br><br>From [Azure Home](https://portal.azure.com/#home), **Quotas** is a centralized location to directly view quotas and quota usage and request quota increases.<br><br>From the Subscriptions page, **Quotas + usage** offers quick access to requesting quota increases for a given subscription.| The [Azure Quota API](/rest/api/reserved-vm-instances/quotaapi) programmatically provides the ability to get current quota limits, find current usage, and request quota increases by subscription, resource provider, and location. | The [Azure Support REST API](/rest/api/support/) enables customers to create service quota support tickets programmatically. |
34+
| Summary | The portal provides a customer-friendly user interface for accessing quota information.<br><br>From [Azure Home](https://portal.azure.com/#home), **Quotas** is a centralized location to directly view quotas and quota usage and request quota increases.<br><br>From the Subscriptions page, **Quotas + usage** offers quick access to requesting quota increases for a given subscription.| The [Azure Quota Service REST API](/rest/api/quota) programmatically provides the ability to get current quota limits, find current usage, and request quota increases by subscription, resource provider, and location. | The [Azure Support REST API](/rest/api/support/) enables customers to create service quota support tickets programmatically. |
3535
| Availability | All customers | All customers | All customers with unified, premier, professional direct support plans |
3636
| Which to choose? | Useful for customers desiring a central location and an efficient visual interface for viewing and managing quotas. Provides quick access to requesting quota increases. | Useful for customers who want granular and programmatic control of quota management for adjustable quotas. Intended for end to end automation of quota usage validation and quota increase requests through APIs. | Customers who want end to end automation of support request creation and management. Provides an alternative path to Azure portal for requests. |
3737
| Providers supported | All providers | Compute, Machine Learning | All providers |

0 commit comments

Comments
 (0)