Skip to content

Commit 4b6da92

Browse files
Update TroubleShootingSteps.md
1 parent bc20bd3 commit 4b6da92

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/TroubleShootingSteps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ Use these as quick reference guides to unblock your deployments.
88

99
| Error Code | Common Cause | Full Details |
1010
|------------|--------------|--------------|
11-
| **ContainerAppOperationError** | Improperly built container image | [View Solution](#miscellaneous) |
11+
| **InsufficientQuota** | Not enough quota available in subscription | [View Solution](#quota--capacity-limitations) |
12+
| **MissingSubscriptionRegistration** | Required feature not registered in subscription | [View Solution](#subscription--access-issues) |
1213
| **ResourceGroupNotFound** | RG doesn't exist or using old .env file | [View Solution](#resource-group--deployment-management) |
14+
| **DeploymentModelNotSupported** | Model not available in selected region | [View Solution](#regional--location-issues) |
15+
| **DeploymentNotFound** | Deployment record not found or was deleted | [View Solution](#resource-group--deployment-management) |
16+
| **ResourceNotFound** | Resource does not exist or cannot be found | [View Solution](#resource-identification--references) |
17+
| **SpecialFeatureOrQuotaIdRequired** | Subscription lacks access to specific model | [View Solution](#subscription--access-issues) |
18+
| **ContainerAppOperationError** | Improperly built container image | [View Solution](#miscellaneous) |
1319
| **ServiceUnavailable** | Service not available in selected region | [View Solution](#regional--location-issues) |
1420
| **BadRequest - DatabaseAccount is in a failed provisioning state** | Previous deployment failed | [View Solution](#resource-state--provisioning) |
15-
| **Unauthorized - Operation cannot be completed without additional quota** | Insufficient quota for requested operation | [View Solution](#subscription--access-issues) |
16-
| **DeploymentModelNotSupported** | Model not available in selected region | [View Solution](#regional--location-issues) |
21+
| **Unauthorized - Operation cannot be completed<br> without additional quota** | Insufficient quota for requested operation | [View Solution](#subscription--access-issues) |
1722
| **ResourceGroupBeingDeleted** | Resource group deletion in progress | [View Solution](#resource-group--deployment-management) |
18-
| **SpecialFeatureOrQuotaIdRequired** | Subscription lacks access to specific model | [View Solution](#subscription--access-issues) |
1923
| **FlagMustBeSetForRestore** | Soft-deleted resource requires restore flag or purge | [View Solution](#miscellaneous) |
20-
| **InsufficientQuota** | Not enough quota available in subscription | [View Solution](#quota--capacity-limitations) |
2124
| **ParentResourceNotFound** | Parent resource does not exist or cannot be found | [View Solution](#resource-identification--references) |
22-
| **MissingSubscriptionRegistration** | Required feature not registered in subscription | [View Solution](#subscription--access-issues) |
2325
| **AccountProvisioningStateInvalid** | Resource used before provisioning completed | [View Solution](#resource-state--provisioning) |
2426
| **InternalSubscriptionIsOverQuotaForSku** | Subscription quota exceeded for the requested SKU | [View Solution](#quota--capacity-limitations) |
25-
| **DeploymentNotFound** | Deployment record not found or was deleted | [View Solution](#resource-group--deployment-management) |
2627
| **InvalidResourceGroup** | Invalid resource group configuration | [View Solution](#resource-group--deployment-management) |
2728
| **RequestDisallowedByPolicy** | Azure Policy blocking the requested operation | [View Solution](#subscription--access-issues) |
28-
| **ResourceNotFound** | Resource does not exist or cannot be found | [View Solution](#resource-identification--references) |
2929

3030
## 📖 Table of Contents
3131

0 commit comments

Comments
 (0)