- That depends on the service - for example, it's handled differently for Azure Storage, Azure SQL, and Azure VMs. In general (with some exceptions), both failover and failback between the regions would require some involvement on your part because of the potential for data loss. For example, Azure Site Recovery allows you to automate orchestration of failover and failback, but you need to initiate each.
- AKS does not support cross-region failover/failback - you need to implement either active/passive or active/active configuration. Details at https://learn.microsoft.com/en-us/azure/aks/ha-dr-overview
hth
Marcin