Skip to content

Commit f2f5ae1

Browse files
MaxNumberOfRegionalEnvironmentsInSubExceeded solution update
1 parent afd8c21 commit f2f5ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TroubleShootingSteps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use these as quick reference guides to unblock your deployments.
3636
|-----------------|-------------|------------------|
3737
| **InternalSubscriptionIsOverQuotaForSku/<br>ManagedEnvironmentProvisioningError** | Subscription quota exceeded for the requested SKU | Quotas are applied per resource group, subscriptions, accounts, and other scopes. For example, your subscription might be configured to limit the number of vCPUs for a region. If you attempt to deploy a virtual machine with more vCPUs than the permitted amount, you receive an error that the quota was exceeded.<br><br>For PowerShell, use the `Get-AzVMUsage` cmdlet to find virtual machine quotas:<br>`Get-AzVMUsage -Location "West US"`<br><br>Based on available quota you can deploy application otherwise, you can request for more quota |
3838
| **InsufficientQuota** | Not enough quota available in subscription | - Check if you have sufficient quota available in your subscription before deployment<br>- To verify, refer to the [quota_check](../docs/quota_check.md) file for details |
39-
| **MaxNumberOfRegionalEnvironmentsInSubExceeded** | Maximum Container App Environments limit reached for region | - This error occurs when you try to create more than the allowed number of **Azure Container App Environments (ACA Environments)** in the same region for a subscription<br>- For example, in **Sweden Central**, only **1 Container App Environment** is allowed per subscription<br>- The subscription 'xxxx-xxxx' cannot have more than 1 Container App Environments in Sweden Central<br><br>**To fix this, you can:**<br>- Deploy the Container App Environment in a **different region**, OR<br>- Request a quota increase via Azure Support → [Quota Increase Request](https://go.microsoft.com/fwlink/?linkid=2208872) |
39+
| **MaxNumberOfRegionalEnvironmentsInSubExceeded** | Maximum Container App Environments limit reached for region |<br>This error occurs when you attempt to create more **Azure Container App Environments** than the regional quota limit allows for your subscription. Each Azure region has a specific limit on the number of Container App Environments that can be created per subscription.<br><br>**Common Causes:**<br>- Deploying to regions with low quota limits (e.g., Sweden Central allows only 1 environment)<br>- Multiple deployments without cleaning up previous environments<br>- Exceeding the standard limit of 15 environments in most major regions<br><br>**Resolution:**<br>1. **Delete unused environments** in the target region, OR<br><br>2. **Deploy to a different region** with available capacity, OR<br><br>3. **Request quota increase** via [Azure Support](https://go.microsoft.com/fwlink/?linkid=2208872)<br><br>**Reference:**<br>- [Azure Container Apps quotas](https://learn.microsoft.com/en-us/azure/container-apps/quotas)<br>- [Azure subscription and service limits](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits) |
4040
| **SkuNotAvailable** | Requested SKU not available in selected location or zone | - You receive this error in the following scenarios:<br> - When the resource SKU you've selected, such as VM size, isn't available for a location or zone<br> - If you're deploying an Azure Spot VM or Spot scale set instance, and there isn't any capacity for Azure Spot in this location. For more information, see Spot error messages |
4141

4242
--------------------------------

0 commit comments

Comments
 (0)