Skip to content

Commit 020a2a6

Browse files
authored
Fix tab
1 parent eaf0ed8 commit 020a2a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/service-connector/quickstart-cli-aks-connection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ az aks connection create storage-blob \
6161
> [!NOTE]
6262
> If you don't have a Blob Storage, you can run `az aks connection create storage-blob --new --workload-identity <user-identity-resource-id>"` to provision a new one and get connected to your function app straightaway.
6363
64-
---
65-
6664
### [Using an access key](#tab/Using-access-key)
6765

6866
> [!WARNING]
@@ -82,7 +80,9 @@ Provide the following information as prompted:
8280
* **Storage account name:** the account name of your Blob Storage.
8381

8482
> [!NOTE]
85-
> If you don't have a Blob Storage, you can run `az aks connection create storage-blob --new --secret` to provision a new one and directly get connected to your aks cluster.
83+
> If you don't have a Blob Storage, you can run `az aks connection create storage-blob --new --secret` to provision a new one and connect it to your AKS cluster.
84+
85+
---
8686

8787
## View connections
8888

@@ -106,4 +106,4 @@ Go to the following tutorials to start connecting AKS cluster to Azure services
106106
> [Tutorial: Connect to Azure Key Vault using CSI driver](./tutorial-python-aks-keyvault-csi-driver.md)
107107
108108
> [!div class="nextstepaction"]
109-
> [Tutorial: Connect to Azure Storage using workload identity](./tutorial-python-aks-storage-workload-identity.md)
109+
> [Tutorial: Connect to Azure Storage using workload identity](./tutorial-python-aks-storage-workload-identity.md)

0 commit comments

Comments
 (0)