---
title: "PATCH /{scope}/providers/Microsoft.Quota/quotas/{resourceName}"
method: PATCH
path: "/{scope}/providers/Microsoft.Quota/quotas/{resourceName}"
tags: ["CurrentQuotaLimitBases"]
---

# PATCH /{scope}/providers/Microsoft.Quota/quotas/{resourceName}

`PATCH /{scope}/providers/Microsoft.Quota/quotas/{resourceName}`

Update the quota limit for a specific resource to the specified value:
1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific resource and to calculate the new quota limit. These steps are detailed in [this example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
2. Use this PUT operation to update the quota limit. Please check the URI in location header for the detailed status of the request.

## Path parameters

- `scope` string, required
- `resourceName` string, required

## Parameters

- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref

## Request body

- CurrentQuotaLimitBase — unresolved $ref

## Response `200`

The request has succeeded.

- CurrentQuotaLimitBase — unresolved $ref

## Other responses

- `202` — Resource operation accepted.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/azure-quota-extension-api.md) · [All operations](https://skmtc.net/azure/apis/azure-quota-extension-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-quota-extension-api/revisions/d2f47e39768d/schema)
