Skip to content

Commit ae62895

Browse files
Update troubleshooting steps for Cosmos DB provisioning errors
Added guidance for resolving BadRequest errors related to failed provisioning of Azure Cosmos DB accounts.
1 parent 4899ecb commit ae62895

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/TroubleShootingSteps.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,15 @@ If the server was deleted, either restore it (if possible) or update references
546546
547547
</details>
548548
549+
<details><summary><b>BadRequest - DatabaseAccount cosmos-multiagenthkzp5 is in a failed provisioning state because the previous attempt to create it was not successful</b></summary>
550+
551+
- This error occurs when a user attempts to redeploy a resource that previously failed to provision.
552+
553+
- To resolve the issue, delete the failed deployment first, then start a new deployment.
554+
555+
- 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)
556+
557+
</details>
549558
550559
551560
💡 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.

0 commit comments

Comments
 (0)