azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Region of "open ai

Open ikka86 opened this issue 2 years ago • 2 comments
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?

ikka86 avatar Jun 30 '23 01:06 ikka86

Same issue here

gazelle51 avatar Jul 04 '23 01:07 gazelle51

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.

pamelafox avatar Jul 06 '23 16:07 pamelafox

Now 'azd up' prompts for each location, so we can close this.

pamelafox avatar Aug 24 '23 13:08 pamelafox