Hi,
I've been trying to create two zone redundant app service plans in West Europe for our apps. However, I get the errors below:
Operation cannot be completed without additional AZ quota. Please file a support ticket to request a limit increase. \r\nAdditional details - Location: \r\nCurrent Limit (Premium0V3 VMs): 0. \r\nCurrent Usage: 0. \r\nAmount required for this deployment (Premium0V3 VMs): 1. \r\n(Minimum) New Limit that you should request to enable this deployment: 1. \r\nNote that if you experience multiple scaling operations failing (in addition to this one) and need to accommodate the aggregate quota requirements of these operations, you will need to request a higher quota limit than the one currently displayed.
Operation cannot be completed without additional AZ quota. Please file a support ticket to request a limit increase. \r\nAdditional details - Location: \r\nCurrent Limit (WorkflowStandard VMs): 0. \r\nCurrent Usage: 0. \r\nAmount required for this deployment (WorkflowStandard VMs): 1. \r\n(Minimum) New Limit that you should request to enable this deployment: 1. \r\nNote that if you experience multiple scaling operations failing (in addition to this one) and need to accommodate the aggregate quota requirements of these operations, you will need to request a higher quota limit than the one currently displayed.
I've sent support tickets to request quota and have received the answer below:
QMS Update - Status: ResourceType: computeCores
{
Quota Bucket: standardDDv4Family
Status Description: This functionality is currently in private preview and only available for select customers. Please resubmit your request under the Technical support path.
State: OfferCodeNotSupportedForResouceProvider
Current Quota: 0
New Quota: 2
}
Properties: [location, westeurope]
}
QMS Update - Status: ResourceType: computeCores
{
Quota Bucket: standardAv2Family
Status Description: This functionality is currently in private preview and only available for select customers. Please resubmit your request under the Technical support path.
State: OfferCodeNotSupportedForResouceProvider
Current Quota: 0
New Quota: 2
}
Properties: [location, westeurope]
}
After these responses, I've tried to resubmit my request under the Technical support path and have received the suggestions below:
Resolve issues related to quota requests in Azure App Service
Use the following guidance to resolve issues or errors you may encounter when creating a web app, such as with error "This region has quota of 0 instances for your subscription. Try selecting a different region or SKU."
- If you're getting the error "This region has quota of 0 instances for your subscription. Try selecting a different region or SKU," or you're consistently experiencing resource creation issues in a particular region:
- Try creating the resource in a geographically paired region if your business allows it.
- For example, West US 2 and West Central US are paired regions. East Asia (Hong Kong) and Southeast Asia (Singapore) are also paired regions. See Azure cross-region replication pairings for all geographies for more information.
- Each Azure region has specific characteristics that make choosing the correct region for your Azure resources essential. To learn more about the considerations for operating in multiple geographic regions, see Azure regions decision guide - Cloud Adoption Framework.
The bad news is I had already tried it using the paired region and it didn't work either. I got the same error. And using a completely different region adds a lot of extra works.
What do I need to do to increase the quota for these VMs?
Thanks in advance.