samelhousseini / km-openai

MIT License
56 stars 99 forks source link

Server farm location is hardcoded. #3

Closed amantaras closed 1 year ago

amantaras commented 1 year ago

hello team,

there is an issue with the template. If you choose a different location than westerneurope the deployment fails because the serverFarm has location harcoded to West Europe:

image

I forked the repo and I have replaced "West Europe" with

[parameters('NewOpenAIResourceLocation')]

so that now it uses always the same location.

samelhousseini commented 1 year ago

Hi Augustin, yes this was already fixed. thank you for creating the pull request.