Skip to content

Commit 5b8321b

Browse files
committed
Fixed numbered list, added link
1 parent 7d5c6cd commit 5b8321b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/azure-cache-for-redis/cache-tutorial-active-replication.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ In this tutorial, you will host a simple inventory application on Azure Kubernet
2727

2828
This tutorial uses a sample inventory page which shows three different T-shirt options. The user can "purchase" each T-shirt and see the inventory drop. The unique thing about this demo is that we run the inventory app in two different regions. Typically, you would have to run the database storing inventory data in a single region so that there are no consistency issues. That can result in unpleasant customer experience due to higher latency for calls across different Azure regions. By using Azure Cache for Redis Enterprise as the backend, however, you can link two caches together with active geo-replication so that the inventory remains consistent across both regions while enjoying low latency performance from Redis Enterprise in the same region.
2929

30-
## Set up an Azure Cache for Redis instance
30+
## Set up two Azure Cache for Redis instances
3131

3232
1. Create a new Azure Cache for Redis Enterprise instance in **West US 2** region by using the Azure portal or your preferred CLI tool. Alternately, you can use any region of your choice. Use the [quickstart guide](quickstart-create-redis-enterprise.md) to get started.
3333

3434
1. On the **Advanced** tab:
3535

36-
- Enable **Non-TLS access only**.
37-
- set **Clustering Policy** to Enterprise
38-
- set up active geo-replication using [this guide](cache-how-to-active-geo-replication.md)
36+
1. Enable **Non-TLS access only**.
37+
1. Set **Clustering Policy** to **Enterprise**
38+
1. Configure active geo-replication using [this guide](cache-how-to-active-geo-replication.md) to both caches to the same replication group. Create the group name with the first cache, and add the second cache to the same group.
3939

40-
> [!IMPORTANT]
41-
> This tutorial uses a non-TLS port for demonstration, but we highly recommend that you use a TLS port for anything in production.
40+
> [!IMPORTANT]
41+
> This tutorial uses a non-TLS port for demonstration, but we highly recommend that you use a TLS port for anything in production.
4242
4343
1. Set up another Azure Cache for Redis Enterprise in **East US** region with the exact same configuration as the first cache. Alternately, you can use any region of your choice. Ensure that you choose the same replication group as the first cache.
4444

@@ -106,7 +106,9 @@ spec:
106106
107107
Save another copy of the same YAML file as app_east.yaml. This time, update the REDIS_HOST, REDIS_PASSWORD and APP_LOCATION to point to Redis Enterprise instance in East US or your second region of choice.
108108
109-
## Connect to your AKS cluster
109+
## Install and connect to your AKS cluster
110+
111+
In this section, you first install the Kubernetes CLI and then connect to an AKS cluster.
110112
111113
### Install the Kubernetes CLI
112114
@@ -217,6 +219,6 @@ kubectl delete service shoppingcart-svc -n east
217219

218220
## Related Content
219221

220-
-
222+
- [Tutorial: Connect to Azure Cache for Redis from your application hosted on Azure Kubernetes Service](cache-tutorial-aks-get-started.md)
221223
- [Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using the Azure portal](/azure/aks/learn/quick-kubernetes-deploy-portal)
222224
- [AKS sample voting application](https://github.com/Azure-Samples/azure-voting-app-redis/tree/master)

0 commit comments

Comments
 (0)