You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you hardcode the GPT model or version to anything other than gpt-4o, you will encounter a <b>DeploymentModelNotSupported</b> prevent this, please use the GPT model <b>gpt-4o</b> with model version <b>2024-08-06</b>.
106
103
104
+
- The updated model may not be supported in the selected region. Please verify its availability in the [Azure AI Foundry models](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions) document.
107
105
108
106
</details>
109
107
<details>
@@ -117,25 +115,30 @@ based on available quota you can deploy application otherwise, you can request f
117
115
```
118
116
az resource show --ids <Resource ID> --query "properties.provisioningState"
- For more information refer [Resource Not Found errors solutions](https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-not-found?tabs=bicep)
121
128
122
129
</details>
123
130
<details>
124
131
<summary><b>ResourceNameInvalid</b></summary>
125
132
126
-
- Ensure the resource name is within the allowed length and naming rules defined for that specific resource type.
127
-
- Avoid using consecutive hyphens (--) in the resource name.
128
-
- Do not include unsupported special characters, as each resource type enforces specific naming validations.
133
+
- Ensure the resource name is within the allowed length and naming rules defined for that specific resource type, you can refer [Resource Naming Convention](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules) document.
- Some Locations in MACAE does not support for deployment for specific resources so please avoid using below resources
134
-
```
135
-
eastus, westus, australiacentral, easteurope2
136
-
```
139
+
- Regions are restricted to guarantee compatibility with paired regions and replica locations for data redundancy and failover scenarios based on articles [Azure regions list](https://learn.microsoft.com/en-us/azure/reliability/regions-list) and [Azure Database for MySQL Flexible Server - Azure Regions](https://learn.microsoft.com/azure/mysql/flexible-server/overview#azure-regions).
137
140
138
-
- You can request more quota, refer [Quota Request](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/create-support-request-quota-increase)
141
+
- You can request more quota, refer [Quota Request](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/create-support-request-quota-increase) Documentation
139
142
140
143
141
144
</details>
@@ -159,7 +162,7 @@ based on available quota you can deploy application otherwise, you can request f
159
162
This error can occur only when user hardcoding the CosmosDB Service name. To avoid this you can try few below suggestions.
160
163
- Verify resource names are globally unique.
161
164
- If you already created an account/resource with same name in another subscription or resource group, check and delete it before reusing the name.
162
-
- By dedaultin this template we are using unique prefix with every resource/account name to avoid this kind for errors.
165
+
- By defaultin this template we are using unique prefix with every resource/account name to avoid this kind for errors.
@@ -206,7 +210,7 @@ This error can occur only when user hardcoding the CosmosDB Service name. To avo
206
210
<details>
207
211
<summary><b>DeploymentCanceled</b></summary>
208
212
209
-
There might be multiple resionsfor this error you can follow below steps to troubleshoot.
213
+
There might be multiple reasonsfor this error you can follow below steps to troubleshoot.
210
214
1. Check deployment history
211
215
- Go to Azure Portal → Resource Group → Deployments.
212
216
- Look at the detailed error message for the deployment that was canceled — this will show which resource failed and why.
@@ -268,14 +272,12 @@ Essentially: DeploymentCanceled itself is just a wrapper error — you need to c
268
272
- This error occurs when provisioning of a resource is restricted in the selected region.
269
273
It usually happens because the service is not available in that region or provisioning has been temporarily disabled.
270
274
271
-
- Please try creating the resource in another supported region. Example of restricted regions for some services:
272
-
```
273
-
centralindia, japaneast, brazilsouth
274
-
```
275
+
- Regions are restricted to guarantee compatibility with paired regions and replica locations for data redundancy and failover scenarios based on articles [Azure regions list](https://learn.microsoft.com/en-us/azure/reliability/regions-list) and [Azure Database for MySQL Flexible Server - Azure Regions](https://learn.microsoft.com/azure/mysql/flexible-server/overview#azure-regions).
275
276
276
277
- If you need to use the same region, you can request a quota or provisioning exception.
277
278
Refer [Quota Request](https://docs.microsoft.com/en-us/azure/sql-database/quota-increase-request) for more details.
278
279
279
280
</details>
280
281
281
-
💡 Note: If you encounter any other issues, please feel free to reach out to us or you can refer [Common Deployment Errors](https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/common-deployment-errors) Documentation. Thank you!
282
+
💡 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.
283
+
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