Skip to content

Commit efb4790

Browse files
committed
Fix link, linter issue
1 parent fbf25cc commit efb4790

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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 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.
12+
In this tutorial, you 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,16 +37,16 @@ In this tutorial, you will use this [sample](https://github.com/Azure-Samples/az
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](/dotnet/azure/sdk/authentication/?tabs=command-line#use-defaultazurecredential-in-an-application) to connect to Redis instance.
4141

4242
## Configure your AKS cluster
4343

4444
Follow these [steps](/azure/aks/workload-identity-deploy-cluster) to configure a workload identity for your AKS cluster. Complete the following steps:
4545

46-
- Enable OIDC issuer and workload identity
47-
- Skip the step to create user assigned managed identity if you already created your managed identity. If you create a new managed identity, ensure that you create a new Redis User for your managed identity and assign appropriate data access permissions.
48-
- Create a Kubernetes Service account annotated with the client ID of your user assigned managed identity
49-
- Create a federated identity credential for your AKS cluster.
46+
- Enable OIDC issuer and workload identity
47+
- Skip the step to create user assigned managed identity if you already created your managed identity. If you create a new managed identity, ensure that you create a new Redis User for your managed identity and assign appropriate data access permissions.
48+
- Create a Kubernetes Service account annotated with the client ID of your user assigned managed identity
49+
- Create a federated identity credential for your AKS cluster.
5050

5151
## Configure your workload that connects to Azure Cache for Redis
5252

0 commit comments

Comments
 (0)