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,414 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nivedipa-MSFT 3,121 Reputation points Microsoft Vendor
    2022-11-01T06:23:02.62+00:00

    There is no way to update the messaging endpoint dynamically.
    It's not possible to have the bot have multiple endpoints.

    0 comments No comments

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 ?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.