Home › Forums › Azure › Received an error while following the guided lab for Creating an Azure Cosmos DB › Reply To: Received an error while following the guided lab for Creating an Azure Cosmos DB
-
Hello SeanC,
The validation error is happening because the lab environment enforces strict service limits. In this case, the capacity mode you selected is Serverless, but the only supported option in the lab is Provisioned throughput. This restriction is explicitly mentioned in the service limits for the guided lab you’re following.
https://portal.tutorialsdojo.com/courses/azure-playcloud-labs/lessons/azure-playcloud-labs/
To resolve the issue:
- Go back to the Capacity mode setting when creating the Cosmos DB account.
- Switch from Serverless to Provisioned throughput.
- Re-run the validation and deployment. It should succeed once the policy requirement is met.
Let me know if this helps.
Regards,
JR @ Tutorials Dojo