QuotaInformation
Create or update the service limits (quota) of a resource to requested value. Steps:
- Make the Get request to get the quota information for specific resource.
- To increase the quota, update the limit field in the response from Get request to new value.
- Submit the JSON to the quota request API to update the quota. The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.
put/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}
Path parameters
subscriptionIdstring required
Azure subscription id.
providerIdstring required
Azure resource provider id.
locationstring required
Azure region.
resourceNamestring required
The resource name for a resource provider, such as SKU name for Microsoft.Compute, Sku or TotalLowPriorityCores for Microsoft.MachineLearningServices
Query parameters
api-versionstring required
API version.
Request body
Response
OK. Returns Quota requests details.