You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/quickstart-cli-aks-connection.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,6 @@ az aks connection create storage-blob \
61
61
> [!NOTE]
62
62
> 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.
63
63
64
-
---
65
-
66
64
### [Using an access key](#tab/Using-access-key)
67
65
68
66
> [!WARNING]
@@ -82,7 +80,9 @@ Provide the following information as prompted:
82
80
***Storage account name:** the account name of your Blob Storage.
83
81
84
82
> [!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
+
---
86
86
87
87
## View connections
88
88
@@ -106,4 +106,4 @@ Go to the following tutorials to start connecting AKS cluster to Azure services
106
106
> [Tutorial: Connect to Azure Key Vault using CSI driver](./tutorial-python-aks-keyvault-csi-driver.md)
107
107
108
108
> [!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