@Marilyn Fernandez Got below response from internal team:
For HA I’d go with availability zones, not different regions.
If the customer wants a BC/DR scenario, multi-region deployment, traffic manager or azure front door would do the routing, web UI won’t be able to know where the request went to.
They can always leverage Traffic Maanger’s traffic view if using that service:
Traffic View in Azure Traffic Manager | Microsoft Learn
Thining a little bit further, depending on the ip being resolved when reaching a particular hostname, it could give you different ip and based off on that ip you could query some ip2geo services to identify to which region the client (web ui) is routing traffic to. Not sure if that is some acceptable idea for you or not but this is general recommendation.
Hope it helps!!!
Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics