Open OzBob opened 1 week ago
when do the following there is more success:
1
azd new env mini4o
nano .azure/mini4o/.env
2 add following lines: AZURE_OPENAI_CHATGPT_DEPLOYMENT_CAPACITY=8 AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION="2024-07-18" AZURE_OPENAI_CHATGPT_MODEL="gpt-4o-mini"
3
azd provision
4 choose region : eastus2
Resource Deploy error:
ServiceDeleting: Cannot provision service named 'srch-gtch6fumatxds' because a background operation is still in progress, please try again with exponential backoff or with a different service name RequestId: 4f7619e4-6703-4c0f-aba0-aacfc3bd9131
Tried azd provision
again after 1 minute, but no luck.
Tried azd provision
again after 10 minutes, more success, no error but blue spinner.
This issue is for a: (mark with an
x
)Using my MSDN VS Professional Subscription:
Minimal steps to reproduce
**AzurePortal CLI with linked storage account, run the following commands:
Any log messages given by the failure
errors part 1
Errors part 2
Errors part 3
OS and Version?
Versions
Any other details that might be useful
Having followed along creating a model in azure portal AI Studio, it turns out that currently the only regions that have a quota for 'text-embedding-3-small' are (Canada East/East US/East US 2/Japan East) and the only regions with quotas for 'gpt-35-turbo' are (East US/France Central/South Central US/UK South/West Europe).
So it turns out the only region this sample will work in is: East US!
But!, when i try that the BICEP error is: **Turbo quota error
**Suggestions?
When change https://github.com/Azure-Samples/azure-functions-openai-aisearch-dotnet/blob/main/infra/main.parameters.json#L39 to 'gpt-4o-mini', capactiy 8, version 2024-07-18.
azd provision
command still gives a '**Turbo quota error' error above.