Hello Santiago,
Thanks for reaching out to us, yhe error message you're encountering, "InsufficientQuota," suggests that there may be limitations on your Azure subscription that are preventing the deployment of the resources required for the Azure OpenAI demo.
Here's how you can address this issue:
- Check Quotas: Verify your Azure subscription quotas to ensure that you have sufficient resources available for deploying the Azure OpenAI service. This includes checking quotas for compute resources, storage, networking, etc. You may need to request a quota increase if you've exceeded your current limits.
- Resource Naming: Ensure that the resource names used in the deployment template are unique and compliant with Azure naming conventions. The error message mentions "cog-zb3ceobhxnmwq" as a resource that cannot be created or updated due to insufficient quota. You may need to change the resource names to avoid conflicts.
- Review Deployment Template: Double-check the deployment template (ARM template) used for deploying the Azure OpenAI service. Make sure that all parameters, variables, and resources are correctly configured and referenced. There might be errors or misconfigurations in the template that are causing the deployment to fail.
If you still see this error, please let us know, we are happy to help you find a support engineer to check on your backend data to see what happens.
Regards,
Yutong