diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index c36ed0e41..ea0b18144 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -221,7 +221,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain ### 🛠️ Troubleshooting - If you encounter any issues during the deployment process, please refer [throubleshoot](../docs/Troubleshoot.md) document for detailed steps and solutions + If you encounter any issues during the deployment process, please refer [troubleshooting](../docs/TroubleShootingSteps.md) document for detailed steps and solutions. # Local setup diff --git a/docs/Troubleshoot.md b/docs/TroubleShootingSteps.md similarity index 93% rename from docs/Troubleshoot.md rename to docs/TroubleShootingSteps.md index 91886f2bc..1a194a35d 100644 --- a/docs/Troubleshoot.md +++ b/docs/TroubleShootingSteps.md @@ -1,6 +1,10 @@ - # 🛠️ Troubleshooting +When deploying Azure resources, you may come across different error codes that stop or delay the deployment process. This section lists some of the most common errors along with possible causes and step-by-step resolutions. + +Use these as quick reference guides to unblock your deployments. + +## Error Codes
ReadOnlyDisabledSubscription @@ -279,5 +283,19 @@ Essentially: DeploymentCanceled itself is just a wrapper error — you need to c
+
+MaxNumberOfRegionalEnvironmentsInSubExceeded + +- 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. +- For example, in **Sweden Central**, only **1 Container App Environment** is allowed per subscription. + +The subscription 'xxxx-xxxx' cannot have more than 1 Container App Environments in Sweden Central. + +- To fix this, you can: + - Deploy the Container App Environment in a **different region**, OR + - Request a quota increase via Azure Support → [Quota Increase Request](https://go.microsoft.com/fwlink/?linkid=2208872) + +
+ 💡 Note: If you encounter any other issues, you can refer to the [Common Deployment Errors](https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/common-deployment-errors) documentation. If the problem persists, you can also raise an bug in our [MACAE Github Issues](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/issues) for further support.