Skip to content

Commit

Permalink
Update workshop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu authored Nov 12, 2024
1 parent ed74a88 commit 6d31430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workshops/advanced-aks/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ az aks create \
--network-policy cilium \
--ssh-access disabled \
--enable-managed-identity \
--enable-acns
--enable-acns \
--generate-ssh-keys
```

The command above will deploy an AKS cluster with the following configurations:
Expand Down

0 comments on commit 6d31430

Please sign in to comment.