When you create an application (bot) in Azure, you can choose whether or not your bot resource will have global or local data residency. Local data residency ensures that your bot's personal data is preserved, stored, and processed within certain geographic boundaries (like EU boundaries, Indian boundaries).
- https://learn.microsoft.com/en-us/azure/reliability/reliability-bot
- https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-regionalization?view=azure-bot-service-4.0
When you select a region for your Azure Bot Service, the bot's resources (such as compute and storage) are deployed in that specific region. For example, if you select the "West Europe" region, the bot's resources are hosted in data centers located in West Europe.
Selecting the West Europe region means that the data may be routed across various countries within the West Europe region, not confined to Switzerland.
Thanks,
Prasad Das
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.