Skip to content

Commit fbf25cc

Browse files
committed
'patch-8' into fxl---shruti-PR-for-AKS-tutorial
2 parents 43bb9d4 + 8491df8 commit fbf25cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 10/01/2024
99

1010
# Tutorial: Connect to Azure Cache for Redis from your application hosted on Azure Kubernetes Service
1111

12-
In this tutorial, you adapt the [AKS sample voting application](https://github.com/Azure-Samples/azure-voting-app-redis/tree/master) to use with an Azure Cache for Redis instance instead. The original sample uses a Redis cache deployed as a container to your AKS cluster. Following some simple steps, you can configure the AKS sample voting application to connect to your Azure Cache for Redis instance.
12+
In this tutorial, you will use this [sample](https://github.com/Azure-Samples/azure-cache-redis-samples/tree/main/tutorial/connect-from-aks) to connect with an Azure Cache for Redis instance.
1313

1414
## Prerequisites
1515

@@ -37,7 +37,7 @@ In this tutorial, you adapt the [AKS sample voting application](https://github.c
3737

3838
## Run sample locally
3939

40-
To run this sample locally, configure your user principal as a Redis User on your Redis instance. The code sample will use your user principal through (DefaultAzureCredential)[https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication/?tabs=command-line#use-defaultazurecredential-in-an-application] to connect to Redis instance.
40+
To run this sample locally, configure your user principal as a Redis User on your Redis instance. The code sample will use your user principal through [DefaultAzureCredential](https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication/?tabs=command-line#use-defaultazurecredential-in-an-application) to connect to Redis instance.
4141

4242
## Configure your AKS cluster
4343

0 commit comments

Comments
 (0)