The standard and premium pricing tiers of Azure Redis Cache provide master/slave replication:
Standard—A replicated cache in a two-node primary/secondary configuration managed by Microsoft, with a high-availability SLA.
But the Azure portal provides connection details (hostname, port, key) for only a single redis instance. Is there a way to connect to connect to the slave process in a replica?