Arun Sirpal shows how to set up geo-replication in Azure Redis Cache:
The concept of a geo-replicated partnership between a primary and secondary node is very similar to that of something you may have seen with Azure SQL DB, where the primary handles all R/W and then the changes are pushed to secondary ( async). This is no different with Redis.
Read on to see what limitations exist and how you can set up geo-replication.