Skip to content

Commit 8bfdf11

Browse files
committed
fixes for bug
1 parent 8edd5d3 commit 8bfdf11

8 files changed

+5
-55
lines changed

articles/redis/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ items:
9696
href: best-practices-memory-management.md
9797
- name: Performance testing best practice
9898
href: best-practices-performance.md
99-
- name: Azure Managed Redis tiers best practices
100-
href: best-practices-managed-cache.md
10199
- name: Vector Search
102100
href: overview-vector-similarity.md
103101
- name: Connection resilience best practices

articles/redis/best-practices-managed-cache.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

articles/redis/how-to-active-geo-replication.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,13 @@ There are a few restrictions when using active geo replication:
6363

6464
## Create or join an active geo-replication group
6565

66-
1. When creating a new Azure Managed Redis resource, select the **Advanced** tab. Complete the first part of the form including clustering policy. For more information on choosing **Clustering policy**, see [Clustering in Azure Managed Redis](architecture.md#cluster-policies).
66+
1. When creating a new Azure Managed Redis resource, select the **Active geo-replication** tab. In the working pane, select either **Create new group** or **Join existing group**. Complete the forms as needed.
6767

68-
1. Select **Configure** to set up **Active geo-replication**.
69-
70-
:::image type="content" source="media/how-to-active-geo-replication/managed-redis-active-geo-replication-configure.png" alt-text="Screenshot of advanced tab of create new Redis cache page.":::
71-
72-
1. Create a new replication group for a first cache instance. Or, select an existing one from the list.
73-
74-
:::image type="content" source="media/how-to-active-geo-replication/managed-redis-active-geo-replication-new-group.png" alt-text="Screenshot showing replication groups.":::
68+
1. Create a new replication group for a first cache instance. Or, select an existing one from the list.
7569

7670
1. Select **Configure** to finish.
7771

78-
1. Wait for the first cache to be created successfully. When complete, you see **Configured** set for **Active geo-replication**. Repeat the above steps for each cache instance in the geo-replication group.
79-
80-
:::image type="content" source="media/how-to-active-geo-replication/managed-redis-active-geo-replication-configured.png" alt-text="Screenshot showing active geo-replication is configured.":::
72+
1. Wait for the first cache to be created successfully. When complete, you see **Configured** set for **Active geo-replication**. Repeat the previous steps for each cache instance in the geo-replication group.
8173

8274
## Add an existing instance to an active geo-replication group
8375

@@ -113,14 +105,10 @@ You should remove the unavailable cache because the remaining caches in the repl
113105

114106
1. Select to **Active geo-replication** in the Resource menu on the left to see the settings in the working pane.
115107

116-
:::image type="content" source="media/how-to-active-geo-replication/managed-redis-active-geo-replication-group.png" alt-text="Screenshot of active geo-replication group.":::
117-
118108
1. Select the cache that you need to force-unlink by checking the box.
119109

120110
1. Select **Force unlink** and then **OK** to confirm.
121111

122-
:::image type="content" source="media/how-to-active-geo-replication/managed-redis-cache-active-geo-replication-unlink.png" alt-text="Screenshot of unlinking in active geo-replication.":::
123-
124112
1. Once the affected region's availability is restored, you need to delete the affected cache, and recreate it to add it back to your replication group.
125113

126114
## Set up active geo-replication using the Azure CLI or PowerShell
@@ -213,8 +201,6 @@ Once each instance is scaled to the same tier and size, all scaling locks are re
213201

214202
Due to the potential for inadvertent data loss, you can't use the `FLUSHALL` and `FLUSHDB` Redis commands with any cache instance residing in a geo-replication group. Instead, use the **Flush Cache(s)** button located at the top of the **Active geo-replication** working pane.
215203

216-
:::image type="content" source="media/how-to-active-geo-replication/managed-redis-active-flush.png" alt-text="Screenshot showing Active geo-replication selected in the Resource menu and the Flush cache feature has a red box around it.":::
217-
218204
## Geo-replication Metric
219205

220206
The _Geo Replication Healthy_ metric in the Azure Managed Redis helps monitor the health of geo-replicated clusters. You use this metric to monitor the sync status among geo-replicas.
@@ -260,7 +246,7 @@ The Azure CLI and PowerShell can also be used to trigger a flush operation. For
260246
261247
Manage access to the feature using [Azure role-based access control](/azure/role-based-access-control/overview). Only authorized users should be given access to flush all caches.
262248

263-
## Next steps
249+
## Related content
264250

265251
- [Azure Managed Redis service tiers](overview.md#choosing-the-right-tier)
266-
- [High availability for Azure Cache for Redis](high-availability.md)
252+
- [High availability for Azure Managed Redis](high-availability.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)