Skip to content

Commit

Permalink
doc: Add a warning for region override
Browse files Browse the repository at this point in the history
It often happens that devs overload the default values and complain that the application doesn't work. I hope this message will help clarify things.
  • Loading branch information
clemlesne committed Jan 14, 2025
1 parent f4a7884 commit dbf77c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ container_name := ghcr.io/clemlesne/call-center-ai
docker := docker
image_version := main
# App location
# Warning: Some regions may not support all services (e.g. OpenAI models, AI Search) or capabilities (e.g. Cognitive Services TTS voices). Those regions have been tested and are known to work. If you encounter issues, please refer to the Azure documentation for the latest information, or try deploying with default locations.
cognitive_communication_location := westeurope
default_location := swedencentral
openai_location := swedencentral
Expand Down

0 comments on commit dbf77c9

Please sign in to comment.