Skip to content

Commit 6a36457

Browse files
committed
Removing redundant az cli command
1 parent 9a2c916 commit 6a36457

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ You can retrieve this information using the Azure CLI command: [az keyvault list
102102
export RG_NAME="myResourceGroup"
103103
export LOCATION="eastus"
104104
105-
az account set --subscription "${SUBSCRIPTION_ID}"
106-
107105
az identity create --name "${USER_ASSIGNED_IDENTITY_NAME}" --resource-group "${RG_NAME}" --location "${LOCATION}" --subscription "${SUBSCRIPTION_ID}"
108106
```
109107

0 commit comments

Comments
 (0)