根据位置将用户重定向到应用服务实例

Redirecting user to app service instance according to location

我有多个应用程序实例,根据位置使用不同的 Azure 应用服务计划。 是否可以根据用户的位置将用户重定向到不同的应用服务实例? (即来自西班牙的用户将被重定向到 "West Europe" 应用服务,而来自美国的用户将被重定向到 "North America" 应用服务实例)。

是的,您可以通过 Geographic traffic-routing method

使用 Azure 流量管理器

来自文档,

Traffic Manager profiles can be configured to use the Geographic routing method so that users are directed to specific endpoints (Azure, External or Nested) based on which geographic location their DNS query originates from. This empowers Traffic Manager customers to enable scenarios where knowing a user’s geographic region and routing them based on that is important.