From dbf77c9efb1206f19c1dc58ee1164842f03ee5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Tue, 14 Jan 2025 23:05:14 +0100 Subject: [PATCH] doc: Add a warning for region override 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index eabec91b..535a9900 100644 --- a/Makefile +++ b/Makefile @@ -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