Skip to content

Commit b7455ac

Browse files
authored
Merge pull request #120703 from PixelRobots/patch-18
Update use-trusted-launch.md
2 parents 3f1b15b + 3aca730 commit b7455ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-trusted-launch.md

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

9797
```azurecli
98-
az aks create --name myAKSCluster --resource-group myResourceGroup --enable-secure-boot --enable-vtpm --enable-managed-identity --generate-ssh-keys
98+
az aks create --name myAKSCluster --resource-group myResourceGroup --node-count 1 --enable-secure-boot --enable-vtpm --enable-managed-identity --generate-ssh-keys
9999
```
100100
101101
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.
@@ -214,4 +214,4 @@ In this article, you learned how to enable trusted launch. Learn more about [tru
214214
[azure-generation-two-virtual-machines]: ../virtual-machines/generation-2.md
215215
[verify-secure-boot-failures]: ../virtual-machines/trusted-launch-faq.md#verifying-secure-boot-failures
216216
[tusted-launch-ephemeral-os-sizes]: ../virtual-machines/ephemeral-os-disks.md#trusted-launch-for-ephemeral-os-disks
217-
[skip-gpu-driver-install]: gpu-cluster.md#skip-gpu-driver-installation-preview
217+
[skip-gpu-driver-install]: gpu-cluster.md#skip-gpu-driver-installation-preview

0 commit comments

Comments
 (0)