From fd9812233a5cf02d5d313e9be564f8c1412550cc Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Thu, 21 Aug 2025 17:00:16 +0530 Subject: [PATCH 1/3] Added Error Code title and description of troubleshooting document --- docs/DeploymentGuide.md | 2 +- docs/{Troubleshoot.md => TroubleShootingSteps.md} | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) rename docs/{Troubleshoot.md => TroubleShootingSteps.md} (97%) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index c36ed0e41..3a81fcae8 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 97% rename from docs/Troubleshoot.md rename to docs/TroubleShootingSteps.md index 91886f2bc..b08bf72a5 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 From 14a2223370c86431b0c61c19b9274e27e68dacb8 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Thu, 21 Aug 2025 17:13:05 +0530 Subject: [PATCH 2/3] Added MaxNumberOfRegionalEnvironmentsInSubExceeded --- docs/TroubleShootingSteps.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/TroubleShootingSteps.md b/docs/TroubleShootingSteps.md index b08bf72a5..1a194a35d 100644 --- a/docs/TroubleShootingSteps.md +++ b/docs/TroubleShootingSteps.md @@ -283,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. From ea835ff69e656436641d2c72716441e2725f1ba6 Mon Sep 17 00:00:00 2001 From: NirajC-Microsoft Date: Thu, 21 Aug 2025 17:16:43 +0530 Subject: [PATCH 3/3] Update docs/DeploymentGuide.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/DeploymentGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 3a81fcae8..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 [troubleshooting](../docs/TroubleShootingSteps.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