Skip to content

Commit cc73c94

Browse files
committed
wait for cli release
1 parent 16bc759 commit cc73c94

File tree

4 files changed

+0
-140
lines changed

4 files changed

+0
-140
lines changed

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

Lines changed: 0 additions & 106 deletions
This file was deleted.

articles/service-connector/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ items:
4444
items:
4545
- name: Azure portal
4646
href: quickstart-portal-aks-connection.md
47-
- name: Azure CLI
48-
href: quickstart-cli-aks-connection.md
4947
- name: Tutorials
5048
expanded: false
5149
items:

articles/service-connector/tutorial-python-aks-keyvault-csi-driver.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,6 @@ Create a service connection between an AKS cluster and an Azure Key Vault using
9696
9797
:::image type="content" source="./media/aks-tutorial/kubernetes-resources.png" alt-text="Screenshot of the Azure portal, viewing kubernetes resources created by Service Connector.":::
9898
99-
### [Azure CLI](#tab/azure-cli)
100-
101-
Run the following Azure CLI command to create a service connection to an Azure Key Vault.
102-
103-
```azurecli
104-
az aks connection create keyvault --enable-csi
105-
```
106-
107-
Provide the following information as prompted:
108-
109-
* **Source compute service resource group name:** the resource group name of the AKS cluster.
110-
* **AKS cluster name:** the name of your AKS cluster that connects to the target service.
111-
* **Target service resource group name:** the resource group name of the Azure Key Vault.
112-
* **Key vault name:** the Azure Key Vault that is connected.
113-
11499
---
115100
116101
## Test the connection

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,23 +124,6 @@ Create a service connection between an AKS cluster and an Azure storage account
124124
125125
:::image type="content" source="./media/aks-tutorial/kubernetes-resources.png" alt-text="Screenshot of the Azure portal, viewing kubernetes resources created by Service Connector.":::
126126
127-
### [Azure CLI](#tab/azure-cli)
128-
129-
Run the following Azure CLI command to create a service connection to the Azure storage account, providing the following information:
130-
131-
```azurecli
132-
az aks connection create storage-blob \
133-
--workload-identity <user-identity-resource-id>
134-
```
135-
136-
Provide the following information as prompted:
137-
138-
* **Source compute service resource group name:** the resource group name of the AKS cluster.
139-
* **AKS cluster name:** the name of your AKS cluster that connects to the target service.
140-
* **Target service resource group name:** the resource group name of the Azure storage account.
141-
* **Storage account name:** the Azure storage account that is connected.
142-
* **User-assigned identity resource ID:** the resource ID of the user-assigned identity used to create workload identity.
143-
144127
---
145128
146129
## Clone sample application

0 commit comments

Comments
 (0)