Skip to content

Commit b71ec8d

Browse files
committed
fixed formating, links
1 parent 922f9b9 commit b71ec8d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ In this tutorial, you adapt the [AKS sample voting application](https://github.c
3737

3838
## Configure your AKS cluster
3939

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

42-
- Enable OIDC issuer and workload identity
43-
- 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.
44-
- Create a Kubernetes Service account annotated with the client ID of your user assigned managed identity
45-
- Create a federated identity credential for your AKS cluster.
42+
- Enable OIDC issuer and workload identity
43+
- 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.
44+
- Create a Kubernetes Service account annotated with the client ID of your user assigned managed identity
45+
- Create a federated identity credential for your AKS cluster.
4646

4747
## Configure your workload that connects to Azure Cache for Redis
4848

@@ -52,9 +52,9 @@ Next, set up the AKS workload to connect to Azure Cache for Redis after you conf
5252

5353
1. Build and push docker image to your Azure Container Registry using [az acr build](/cli/azure/acr#az-acr-build) command.
5454

55-
```bash
56-
az acr build --image sample/connect-from-aks-sample:1.0 --registry yourcontainerregistry --file Dockerfile .
57-
```
55+
```bash
56+
az acr build --image sample/connect-from-aks-sample:1.0 --registry yourcontainerregistry --file Dockerfile .
57+
```
5858

5959
1. Attach your container registry to your AKS cluster using following command:
6060

@@ -101,7 +101,7 @@ If you use Azure Cloud Shell, _kubectl_ is already installed, and you can skip t
101101

102102
## Run your workload
103103

104-
1. The following code describes the pod specification file that you use to run our workload. Take note that the pod has the label _azure.workloadidentity/use: "true"_ and is annotated with _serviceAccountName_ as required by AKS workload identity. Replace the value of CONNECTION_STRING, CACHE_NAME and USER_ASSIGNED_PRINCIPAL_ID environment variables that correspond with your cache and managed identity.
104+
1. The following code describes the pod specification file that you use to run our workload. Take note that the pod has the label _azure.workloadidentity/use: "true"_ and is annotated with _serviceAccountName_ as required by AKS workload identity. Replace the value of CONNECTION_STRING, CACHE_NAME and USER_ASSIGNED_PRINCIPAL_ID environment variables that correspond with your cache and managed identity.
105105

106106
```yml
107107
apiVersion: v1

0 commit comments

Comments
 (0)