Skip to content

Commit 1f3527d

Browse files
Merge pull request #252628 from shpathak-msft/active-repl-demo
fxl---Active repl demo with image
2 parents ac08dd7 + 45eb57e commit 1f3527d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
app: shoppingcart
177177
```
178178

179-
## Install and connect to your AKS cluster
179+
## Install Kubernetes CLI and connect to your AKS cluster
180180

181181
In this section, you first install the Kubernetes CLI and then connect to an AKS cluster.
182182

@@ -262,9 +262,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
262262
shoppingcart-svc LoadBalancer 10.0.166.147 20.69.136.105 80:30390/TCP 90s
263263
```
264264

265-
Once the External-IP is available, open a web browser to the External-IP address of your service and you see the application running as follows:
266-
267-
<!-- screenshot for Seattle -->
265+
Once the External-IP is available, open a web browser to the External-IP address of your service and you see the application.
268266

269267
Run the same deployment steps and deploy an instance of the demo application to run in East US region.
270268

@@ -278,9 +276,13 @@ kubectl get pods -n east
278276
kubectl get service -n east
279277
```
280278

281-
With two services opened in your browser, you should see that changing the inventory in one region is almost instantly reflected in the other region. The inventory data is stored in the Redis Enterprise instances that are replicating data across regions.
279+
With each of the two services opened in a browser, you see that changing the inventory in one region is almost instantly reflected in the other region. The inventory data is stored in the Redis Enterprise instances that are replicating data across regions.
280+
281+
You did it! Click on the buttons and explore the demo.
282+
283+
:::image type="content" source="media/cache-tutorial-active-replication/cache-two-browser-region-small.png" alt-text="Screenshot of two matching browser with shopping cart app running in to different regions showing the same data." lightbox="media/cache-tutorial-active-replication/cache-two-browser-region.png":::
282284

283-
You did it! Click on the buttons and explore the demo. To reset the count, add `/reset` after the url:
285+
To reset the count, add `/reset` after the url:
284286

285287
`<IP address>/reset`
286288

470 KB
Loading
470 KB
Loading

0 commit comments

Comments
 (0)