Skip to content

Commit 933b935

Browse files
Merge pull request microsoft#392 from microsoft/psl-spellingfixes-troubleshoot-doc
docs: Changed file name, Added "Error Code" Title and Description of Troubleshooting section.
2 parents b7166d2 + ea835ff commit 933b935

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
221221

222222

223223
### 🛠️ Troubleshooting
224-
If you encounter any issues during the deployment process, please refer [throubleshoot](../docs/Troubleshoot.md) document for detailed steps and solutions
224+
If you encounter any issues during the deployment process, please refer [troubleshooting](../docs/TroubleShootingSteps.md) document for detailed steps and solutions.
225225

226226
# Local setup
227227

docs/Troubleshoot.md renamed to docs/TroubleShootingSteps.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
21
# 🛠️ Troubleshooting
32

3+
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.
4+
5+
Use these as quick reference guides to unblock your deployments.
6+
7+
## Error Codes
48

59
<details>
610
<summary><b>ReadOnlyDisabledSubscription</b></summary>
@@ -279,5 +283,19 @@ Essentially: DeploymentCanceled itself is just a wrapper error — you need to c
279283

280284
</details>
281285

286+
<details>
287+
<summary><b>MaxNumberOfRegionalEnvironmentsInSubExceeded</b></summary>
288+
289+
- 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.
290+
- For example, in **Sweden Central**, only **1 Container App Environment** is allowed per subscription.
291+
292+
The subscription 'xxxx-xxxx' cannot have more than 1 Container App Environments in Sweden Central.
293+
294+
- To fix this, you can:
295+
- Deploy the Container App Environment in a **different region**, OR
296+
- Request a quota increase via Azure Support → [Quota Increase Request](https://go.microsoft.com/fwlink/?linkid=2208872)
297+
298+
</details>
299+
282300
💡 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.
283301
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.

0 commit comments

Comments
 (0)