Pamela Fox
Pamela Fox
I think this is same as https://github.com/microsoft/sample-app-aoai-chatGPT/issues/70 ?
Hm, the `azd up` should have set the authentication options in App Service, per the Bicep: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/infra/core/host/appservice.bicep#L125 And you should see the authentication configuration in the Portal like this: ![Screenshot...
Can you try changing the following line in main.bicep (Line 30)? ``` param openAiResourceGroupLocation string = location ``` to ``` param openAiResourceGroupLocation string = 'eastus' ``` Then choose japan for...
Now 'azd up' prompts for each location, so we can close this.
Thanks @ahnl for the PR. I've made a few tweaks to the README and also chmod'ed the script +x. This looks good to me.
@PhilipNgo @varunr02 Are you able to create new OpenAI deployments in the Portal for gpt-3.5 turbo 0613 and text-embedding-ada-002 for the given region?
Hm, so you're saying that North Italy is the *only* region where you're able to create OpenAI resources? We don't have that enabled for the picker since it's not listed...
I'm not sure if my question is the same question or a different one, but it seems related. Does uv already support the functionality of https://pypi.org/project/pip-compile-cross-platform/ ? Can we compile...
Hi all! The "backend" service name in azure.yaml must match the tags in infra/ folder. If you are trying to deploy two backends to the same resource group, then yes,...
If anyone else is experiencing this issue, please check the "identity" tab of your deployed app, and make sure it shows the correct role assignments for OpenAI. Here's what it...