az quota request

Note

This reference is part of the quota extension for the Azure CLI (version 2.54.0 or higher). The extension will automatically install the first time you run an az quota request command. Learn more about extensions.

Manage quota request details and status.

Commands

Name Description Type Status
az quota request list

List the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

Extension GA
az quota request show

Show the quota request details and status by quota request ID for the resources of the resource provider at a specific location.

Extension GA
az quota request status

Manage quota request status with quota.

Extension GA
az quota request status list

For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

Extension GA
az quota request status show

Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID id is returned in the response of the PUT operation.

Extension GA

az quota request list

List the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

az quota request list --scope
                      [--filter]
                      [--max-items]
                      [--next-token]
                      [--skiptoken]
                      [--top]

Examples

List quota request from network

az quota request list --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus --top 3

Required Parameters

--scope

The target azure resource URI.

Optional Parameters

--filter

Supported operators: ge, le, eq, gt, lt. Example: provisioningState eq {QuotaRequestState}, resourceName eq {resourceName}.

--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

--skiptoken

The Skiptoken parameter is used only if a previous operation returned a partial result. If a previous response contains a nextLink element, its value includes a skiptoken parameter that specifies a starting point to use for subsequent calls.

--top

Number of records to return.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az quota request show

Show the quota request details and status by quota request ID for the resources of the resource provider at a specific location.

az quota request show --id
                      --scope

Examples

Show quota request for network

az quota request show --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus --id resourcename/subRequestId

Required Parameters

--id

Quota request ID. ResourceName or subRequestId.

--scope

The target azure resource URI.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.