Skip to content

Commit 7a6a2d2

Browse files
committed
removed unnecessary command from WI Deploy
1 parent 1211908 commit 7a6a2d2

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
@@ -45,8 +45,6 @@ export FEDERATED_IDENTITY_CREDENTIAL="myFedIdentity"
4545
Create an AKS cluster using the [az aks create][az-aks-create] command with the `--enable-oidc-issuer` parameter to use the OIDC Issuer. The following example creates a cluster named *myAKSCluster* with one node in the *myResourceGroup*:
4646

4747
```azurecli-interactive
48-
az group create --name "${RESOURCE_GROUP}" --location "${LOCATION}"
49-
5048
az aks create -g "${RESOURCE_GROUP}" -n myAKSCluster --enable-oidc-issuer --enable-workload-identity
5149
```
5250

0 commit comments

Comments
 (0)