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
I am trying to run the project locally but getting the following errors. Will you be able to assist by providing guidance to work around these issues.
Using repo https://github.com/Azure-Samples/contoso-chat
Used manual set up in the getting started section. All good.
Under the development section when I am trying to run azd up command it is not deploying / provisioning all the required resources.
InvalidTemplateDeployment: The template deployment 'cognitiveServices' is not valid according to the validation procedure. The tracking id is 'f2e3a9f1-fffe-475b-ac15-4962d1a7edf9'. See inner errors for details.
InsufficientQuota: This operation require 10 new capacity in quota Tokens Per Minute (thousands) - GPT-4-Turbo, which is bigger than the current available capacity 8. The current quota usage is 0 and the quota limit is 8 for quota Tokens Per Minute (thousands) - GPT-4-Turbo.
BadRequest: Semantic Search is not available in 'swedencentral' region. Please refer to https://aka.ms/semanticsearchavailability for list of available regions.
TraceID: cff9e9245df044d19bc47fc529aa42fe
Expected/desired behavior
Successful deployment and provisioning of resources
OS and Version?
Windows 10.
Note
We also increased our quota in Sweden Central via microsoft this morning. Still we are facing the issue around Quota
The text was updated successfully, but these errors were encountered:
Hi @chipko@Sannat - sorry to hear this. The repository is used both as an AI template and as an AI Tour Workshop and has definitely been through many changes. I hope to be more proactive in tracking issues.
@Sannat The error seen above relates to quota requirements. You will need a region with sufficient quota available for your subscription. We have tested this with East US and francecentral recently with success. Can you check the Quota for your project and see if there is a different region you can use that has required capacity?
@chipko Were you trying swedencentral when you had this issue? Please do try the AI Tour Workshop Self-Guided track once to let me know if that helps. I will review the current README and refresh the requirements there to match.
Thanks for reaching out. I tried the Francecentral was instructed and this is where I got my issues. I haven't tried Sweden.
Strangely I used another Azure sample that uses chatGPT 3.5 in Francecentral and this works a treat though not sure the same, it's a RAG in a data import.
I think 4o-mini is what requires quotas set. Thanks for reaching out though and I'm happy to try again soon
Hello Team,
I am trying to run the project locally but getting the following errors. Will you be able to assist by providing guidance to work around these issues.
Using repo https://github.com/Azure-Samples/contoso-chat
Used manual set up in the getting started section. All good.
Under the development section when I am trying to run azd up command it is not deploying / provisioning all the required resources.
ERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: deploying to subscription:
Deployment Error Details:
InvalidTemplateDeployment: The template deployment 'cognitiveServices' is not valid according to the validation procedure. The tracking id is 'f2e3a9f1-fffe-475b-ac15-4962d1a7edf9'. See inner errors for details.
InsufficientQuota: This operation require 10 new capacity in quota Tokens Per Minute (thousands) - GPT-4-Turbo, which is bigger than the current available capacity 8. The current quota usage is 0 and the quota limit is 8 for quota Tokens Per Minute (thousands) - GPT-4-Turbo.
BadRequest: Semantic Search is not available in 'swedencentral' region. Please refer to https://aka.ms/semanticsearchavailability for list of available regions.
TraceID: cff9e9245df044d19bc47fc529aa42fe
Expected/desired behavior
Successful deployment and provisioning of resources
OS and Version?
Note
We also increased our quota in Sweden Central via microsoft this morning. Still we are facing the issue around Quota
The text was updated successfully, but these errors were encountered: