Skip to content

Commit 14a2223

Browse files
Added MaxNumberOfRegionalEnvironmentsInSubExceeded
1 parent fd98122 commit 14a2223

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/TroubleShootingSteps.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,19 @@ Essentially: DeploymentCanceled itself is just a wrapper error — you need to c
283283

284284
</details>
285285

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+
286300
💡 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.
287301
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)