Skip to content

Commit b67d96f

Browse files
committed
fix indent
1 parent 7424f91 commit b67d96f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/service-connector/tutorial-python-aks-storage-workload-identity.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Learn how to create a pod in an AKS cluster, which talks to an Azure storage acc
4949
--node-count 1
5050
```
5151
52-
1. connect to the cluster with the following command.
52+
1. Connect to the cluster with the following command.
5353
5454
```azurecli
5555
az aks get-credentials \
@@ -75,8 +75,7 @@ Learn how to create a pod in an AKS cluster, which talks to an Azure storage acc
7575
--name MyRegistry \
7676
--sku Standard
7777
```
78-
79-
And enable anonymous pull so that AKS cluster can consume the images in the registry.
78+
And enable anonymous pull so that AKS cluster can consume the images in the registry.
8079
8180
```azurecli
8281
az acr update \

0 commit comments

Comments
 (0)