Teams Bot / Azure Bot Service multiple endpoints

Benoit Dupont 66 Reputation points
2022-10-31T13:33:22.517+00:00

Hello,

We have servers in US, CA, EU.
User data is on only available on user's region.

For example, when our user is registered on CA servers, the Bot needs to connect to the CA messaging endpoint.

How can I implement this use case ?
In the Azure Bot Service, there is only one messaging endpoint.

We have a global service endpoint that can tell what user in on what server.
Not sure if it would help in this case because it means the messaging endpoint needs to be updated dynamically.

Thanks

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,065 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Benoit Dupont 66 Reputation points
    2022-11-01T14:07:35.107+00:00

    My only solution would be to make a different app by region/endpoint ?