Skip to content

Commit 2e78fd5

Browse files
committed
rename folder, edit text
1 parent b978f97 commit 2e78fd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-cache-for-redis/cache-tutorial-aks-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ In this tutorial, you adapt the [AKS sample voting application](https://github.c
2828
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.
2929

3030
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":::
3232

3333
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.":::
3535

3636
1. Follow the steps through to create the cache.
3737

@@ -184,7 +184,7 @@ azure-vote-front LoadBalancer 10.0.166.147 20.69.136.105 80:30390/TC
184184

185185
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:
186186

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.":::
188188

189189
## Clean up your deployment
190190

@@ -197,7 +197,7 @@ kubectl delete service azure-vote-front
197197

198198
[!INCLUDE [cache-delete-resource-group](includes/cache-delete-resource-group.md)]
199199

200-
## Related Content
200+
## Related content
201201

202202
- [Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using the Azure portal](/azure/aks/learn/quick-kubernetes-deploy-portal)
203203
- [AKS sample voting application](https://github.com/Azure-Samples/azure-voting-app-redis/tree/master)

0 commit comments

Comments
 (0)