Skip to content

Commit bc69cca

Browse files
committed
remove flag
1 parent 0a791da commit bc69cca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/aks/use-trusted-launch.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,13 @@ Perform the following steps to deploy an AKS cluster using the Azure CLI.
9696
The following example creates a cluster named *myAKSCluster* with one node in the *myResourceGroup*, and enables Secure Boot and vTPM:
9797

9898
```azurecli
99-
az aks create --name myAKSCluster --resource-group myResourceGroup --node-count 1 --enable-secure-boot --enable-vtpm --enable-managed-identity --generate-ssh-keys
99+
az aks create \
100+
--name myAKSCluster \
101+
--resource-group myResourceGroup \
102+
--node-count 1 \
103+
--enable-secure-boot \
104+
--enable-vtpm \
105+
--generate-ssh-keys
100106
```
101107
102108
2. Run the following command to get access credentials for the Kubernetes cluster. Use the [az aks get-credentials][az-aks-get-credentials] command and replace the values for the cluster name and the resource group name.

0 commit comments

Comments
 (0)