Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.26 KB

deploy_troubleshooting.md

File metadata and controls

11 lines (6 loc) · 1.26 KB

Troubleshooting deployment

If you are experiencing an error when deploying the app using the deployment steps, this guide will help you troubleshoot common issues.

  1. You're attempting to create resources in regions not enabled for Azure OpenAI (e.g. East US 2 instead of East US), or where the model you're trying to use isn't enabled. See this matrix of model availability.

  2. You've exceeded a quota, most often number of resources per region. See this article on quotas and limits.

  3. You're getting "same resource name not allowed" conflicts. That's likely because you've run the sample multiple times and deleted the resources you've been creating each time, but are forgetting to purge them. Azure keeps resources for 48 hours unless you purge from soft delete. See this article on purging resources.

  4. After running azd up and visiting the website, you see a '404 Not Found' in the browser. Wait 10 minutes and try again, as it might be still starting up. Then try running azd deploy and wait again. Please file an issue if the logs don't help you resolve the error.