azure-search-openai-demo
azure-search-openai-demo copied to clipboard
Region of "open ai
trafficstars
I want to set the region to "East US" only for "open ai" and "Japan" for the others. How do I change the "env" file?
Same issue here
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 your location the usual way. Let me know if that doesn't work.
Now 'azd up' prompts for each location, so we can close this.