Skip to content

Commit 3f560d2

Browse files
committed
Moved image and refined text.
1 parent e8df4a5 commit 3f560d2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
:::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":::
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

0 commit comments

Comments
 (0)