I'm a little confused about deployment architecture of Azure Front Door. for a backend pool, we can add multiple backends (typically from different regions),
such as:
myappbackendpool ->
appbackend-eastus.appservice.com
appbackend-westtus.appservice.com
appbackend-europ.appservice.com
my question is, as the Front Door will eventually be deployed globally, why do we need those "backends" from different regions? Any reasons for that except for the healthy/backup considerations?