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-aks-get-started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ In this tutorial, you adapt the [AKS sample voting application](https://github.c
28
28
1. Create a new Azure Cache for Redis instance by using the Azure portal or your preferred CLI tool. Use the [quickstart guide](quickstart-create-redis.md) to get started.
29
29
30
30
For this tutorial, use a Standard C1 cache.
31
-
:::image type="content" source="media/cache-tutorial-aks-getting-started/cache-new-instance.png" alt-text="Screenshot of creating a Standard C1 cache in the Azure portal":::
31
+
:::image type="content" source="media/cache-tutorial-aks-get-started/cache-new-instance.png" alt-text="Screenshot of creating a Standard C1 cache in the Azure portal":::
32
32
33
33
1. On the **Advanced** tab, enable **Non-TLS port**.
34
-
:::image type="content" source="media/cache-tutorial-aks-getting-started/cache-non-tls.png" alt-text="Screenshot of the Advanced tab with Non-TLS enabled during cache creation.":::
34
+
:::image type="content" source="media/cache-tutorial-aks-get-started/cache-non-tls.png" alt-text="Screenshot of the Advanced tab with Non-TLS enabled during cache creation.":::
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:
186
186
187
-
:::image type="content" source="media/cache-tutorial-aks-getting-started/cache-web-voting-app.png" alt-text="Screenshot of the voting application running in a browser with buttons for cats, dogs, and reset.":::
187
+
:::image type="content" source="media/cache-tutorial-aks-get-started/cache-web-voting-app.png" alt-text="Screenshot of the voting application running in a browser with buttons for cats, dogs, and reset.":::
188
188
189
189
## Clean up your deployment
190
190
@@ -197,7 +197,7 @@ kubectl delete service azure-vote-front
0 commit comments