You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-tutorial-active-replication.md
+61-61Lines changed: 61 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,76 +50,76 @@ To demonstrate data replication across regions, we run two instances of the same
50
50
51
51
### West namespace
52
52
53
-
1.Update the following fields in the following YAML file and save it as _app_west.yaml_.
53
+
Update the following fields in the following YAML file and save it as _app_west.yaml_.
54
54
55
-
1. Update the variable `REDIS_HOST` with the **Endpoint value** URL after removing the port suffix: 10000
56
-
1. Update `REDIS_PASSWORD` with the **Access key** of your _West US 2_ cache.
57
-
1. Update `APP_LOCATION` to display the region where this application instance is running. For this cache, configure the `APP_LOCATION` to `Seattle` to indicate this application instance is running in Seattle.
58
-
1. Verify that the variable `namespace` value is `west` in both places in the file.
55
+
1. Update the variable `REDIS_HOST` with the **Endpoint value** URL after removing the port suffix: 10000
56
+
1. Update `REDIS_PASSWORD` with the **Access key** of your _West US 2_ cache.
57
+
1. Update `APP_LOCATION` to display the region where this application instance is running. For this cache, configure the `APP_LOCATION` to `Seattle` to indicate this application instance is running in Seattle.
58
+
1. Verify that the variable `namespace` value is `west` in both places in the file.
1.Save another copy of the same YAML file as _app_east.yaml_. This time, use the values that correspond with your second cache.
117
+
Save another copy of the same YAML file as _app_east.yaml_. This time, use the values that correspond with your second cache.
118
118
119
-
1. Update the variable `REDIS_HOST` with the **Endpoint value** after removing the port suffix: 10000
120
-
1. Update `REDIS_PASSWORD` with the **Access key** of your _East US_ cache.
121
-
1. Update `APP_LOCATION` to display the region where this application instance is running. For this cache, configure the `APP_LOCATION` to _New York_ to indicate this application instance is running in New York.
122
-
1. Verify that the variable `namespace` value is `east` in both places in the file.
119
+
1. Update the variable `REDIS_HOST` with the **Endpoint value** after removing the port suffix: 10000
120
+
1. Update `REDIS_PASSWORD` with the **Access key** of your _East US_ cache.
121
+
1. Update `APP_LOCATION` to display the region where this application instance is running. For this cache, configure the `APP_LOCATION` to _New York_ to indicate this application instance is running in New York.
122
+
1. Verify that the variable `namespace` value is `east` in both places in the file.
123
123
124
124
It should look like following code:
125
125
@@ -181,7 +181,7 @@ spec:
181
181
In this section, you first install the Kubernetes CLI and then connect to an AKS cluster.
182
182
183
183
> [!NOTE]
184
-
> For this part of the tutorial, a Azure Kubernetes Service Cluster is required. For this tutorial, you deploy both instances of the application on the same AKS cluster.
184
+
> An Azure Kubernetes Service Cluster is required for this tutorial. You deploy both instances of the application on the same AKS cluster.
0 commit comments