There is no way to update the messaging endpoint dynamically.
It's not possible to have the bot have multiple endpoints.
Teams Bot / Azure Bot Service multiple endpoints
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
-
Nivedipa-MSFT 3,121 Reputation points Microsoft Vendor
2022-11-01T06:23:02.62+00:00
1 additional answer
Sort by: Most helpful
-
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 ?