Skip to content

Commit 623abb1

Browse files
committed
touchup
1 parent 1ecb717 commit 623abb1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-cache-for-redis/cache-how-to-multi-replicas.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ appliesto:
1414

1515
Azure Cache for Redis Standard and Premium tiers offer redundancy by hosting each cache on two dedicated virtual machines (VMs) configured as primary and replica. If the primary VM becomes unavailable, the replica automatically takes over as the new primary.
1616

17-
For a Premium cache, you can increase the number of replicas up to three, giving a total of four VMs backing a cache. Having multiple replicas provides higher resilience than a single replica. This article describes how to create an Azure Cache for Redis Premium cache with added replicas by using the Azure portal. You can't change the number of replicas after you create the cache.
17+
For a Premium cache, you can increase the number of replicas up to three, giving a total of four VMs backing a cache. Having multiple replicas provides higher resilience than a single replica.
18+
19+
This article describes how to create an Azure Cache for Redis Premium cache with added replicas by using the Azure portal. You can't change the number of replicas after you create the cache.
1820

1921
## Prerequisites
2022

@@ -28,13 +30,13 @@ You need an Azure subscription. If you don't have one, [create a free account](h
2830

2931
1. On the **Advanced** tab, increase the number of replicas for **Replica count** to **2** or **3** replicas.
3032

31-
:::image type="content" source="media/cache-how-to-multi-replicas/create-multi-replicas.png" alt-text="Replica count.":::
32-
3333
1. Configure clustering, data persistence, and other settings as desired.
3434

3535
> [!IMPORTANT]
3636
> You can't use Append-only File (AOF) data persistence or geo-replication if you create more than one replica.
3737
38+
:::image type="content" source="media/cache-how-to-multi-replicas/create-multi-replicas.png" alt-text="Replica count.":::
39+
3840
1. Select **Review + Create**, and when validation passes, select **Create**.
3941

4042
It takes a while for the cache to create. You can monitor progress on the Azure Cache for Redis **Overview** page. When **Status** shows as **Running**, the cache is ready to use.

0 commit comments

Comments
 (0)