On Azure portal, the Geo-replication is disabled if the Data persistence is enabled. why?
Is it possbile to create redis cache with both Geo replica and Persistence?
On Azure portal, the Geo-replication is disabled if the Data persistence is enabled. why?
Is it possbile to create redis cache with both Geo replica and Persistence?
Below are the requirements for enabling geo-replication for Azure Redis Cache. The last item in the list confirms what you are seeing. Redis Cache data persistence requires a Storage Account in the same region as the instance being persisted. Geo-Replication does not have this requirement, and it is recommended that each instance be deployed in separate regions. Also, as part of the Geo-Replication, the primary Redis instance is being synched to the secondary. In effect, data persistence is single server functionality.
There are some prerequisites that must be met before geo-replication can be configured: