Skip to content

Commit f209d68

Browse files
update quotacheck link
1 parent d9afd08 commit f209d68

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
@@ -35,7 +35,7 @@ Use these as quick reference guides to unblock your deployments.
3535
| Issue/Error Code | Description | Steps to Resolve |
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 |
38-
| **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 |
38+
| **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/QuotaCheck.md) file for details |
3939
| **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

0 commit comments

Comments
 (0)