Maulin Shah (Crest Data Systems Private Lim) Azure Cache for Redis provides several ways to trigger a manual failover between paired regions, even if the portal isn’t your preferred method. You need to execute the server-link create command with the cache names reversed like this: az redis server-link create --name cache2 --resource-group testResourceGroup --server-to-link cache1 --replication-role Secondary
cache2 is old secondary or new primary
cache1 is old primary or new secondary
Regards,
Oury