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
|**AccountProvisioningStateInvalid**|| - The AccountProvisioningStateInvalid error occurs when you try to use resources while they are still in the Accepted provisioning state<br>- This means the deployment has not yet fully completed<br>- To avoid this error, wait until the provisioning state changes to Succeeded<br>- Only use the resources once the deployment is fully completed |
107
-
|**BadRequest - DatabaseAccount is in a failed provisioning state because the previous attempt to create it was not successful**|| - This error occurs when a user attempts to redeploy a resource that previously failed to provision<br>- To resolve the issue, delete the failed deployment first, then start a new deployment<br>- For guidance on deleting a resource from a Resource Group, refer to the following link: [Delete an Azure Cosmos DB account](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/manage-with-powershell#delete-account:~:text=%3A%24enableMultiMaster-,Delete%20an%20Azure%20Cosmos%20DB%20account,-This%20command%20deletes)|
- The AccountProvisioningStateInvalid error occurs when you try to use resources while they are still in the Accepted provisioning state.
108
+
- This means the deployment has not yet fully completed.
109
+
- To avoid this error, wait until the provisioning state changes to Succeeded.
110
+
- Only use the resources once the deployment is fully completed.
111
+
</details>
112
+
113
+
<details><summary><b>BadRequest - DatabaseAccount is in a failed provisioning state because the previous attempt to create it was not successful</b></summary>
114
+
115
+
- This error occurs when a user attempts to redeploy a resource that previously failed to provision.
116
+
117
+
- To resolve the issue, delete the failed deployment first, then start a new deployment.
118
+
119
+
- For guidance on deleting a resource from a Resource Group, refer to the following link: [Delete an Azure Cosmos DB account](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/manage-with-powershell#delete-account:~:text=%3A%24enableMultiMaster-,Delete%20an%20Azure%20Cosmos%20DB%20account,-This%20command%20deletes)
120
+
121
+
</details>
108
122
109
123
---------------------------------
110
124
@@ -113,18 +127,7 @@ Use these as quick reference guides to unblock your deployments.
113
127
| Issue/Error Code | Description | Steps to Resolve |
|**DeploymentModelNotSupported/ServiceModelDeprecated/InvalidResourceProperties**|| - 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 |
- This error occurs when you try to deploy a Cognitive Services resource that was **soft-deleted** earlier.
121
-
- Azure requires you to explicitly set the **`restore` flag** to `true` if you want to recover the soft-deleted resource.
122
-
- If you don’t want to restore the resource, you must **purge the deleted resource** first before redeploying.
123
-
Example causes:
124
-
- Trying to redeploy a Cognitive Services account with the same name as a previously deleted one.
125
-
- The deleted resource still exists in a **soft-delete retention state**.
126
-
**How to fix:**
127
-
1. If you want to restore → add `"restore": true` in your template properties<br>2. If you want a fresh deployment → purge the resource using:<br>`az cognitiveservices account purge --name <resource-name> --resource-group <resource-group> --location <location>`<br>- For more details, refer to [Soft delete and resource restore](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/delete-resource-group?tabs=azure-powershell) |
130
+
| **FlagMustBeSetForRestore/NameUnavailable/CustomDomainInUse** | | - This error occurs when you try to deploy a Cognitive Services resource that was **soft-deleted** earlier<br>- Azure requires you to explicitly set the **`restore` flag** to `true` if you want to recover the soft-deleted resource<br>- If you don't want to restore the resource, you must **purge the deleted resource** first before redeploying<br>**Example causes:**<br>- Trying to redeploy a Cognitive Services account with the same name as a previously deleted one<br>- The deleted resource still exists in a **soft-delete retention state**<br>**How to fix:**<br>1. If you want to restore → add `"restore": true` in your template properties<br>2. If you want a fresh deployment → purge the resource using: `az cognitiveservices account purge --name <resource-name> --resource-group <resource-group> --location <location>`<br>- For more details, refer to [Soft delete and resource restore](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/delete-resource-group?tabs=azure-powershell) |
128
131
|**ContainerAppOperationError**|| - The error is likely due to an improperly built container image. For resolution steps, refer to the [Azure Container Registry (ACR) – Build & Push Guide](./ACRBuildAndPushGuide.md)|
0 commit comments