My SaaS company has long had a Slack integration and is now developing a MSTeams integration. Each of our clients is hosted in either the US, the EU, or Australia. Ideally we can can keep their data transmission within-region for MSTeams as well.
Here’s what I think I know:
- An Azure Bot resource appears to only have one URL that can be entered into the “Messaging endpoint” field
- There are “regional Azure bots” available in EU and India, beyond the regular global option. There’s no option for Australia.
This makes me wonder if the best solution would be to publish three Azure bots, one for the US that uses our US messaging endpoint, one for the EU that uses our EU messaging endpoint, and one for Australia that uses our Australian messaging endpoint.