You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-trusted-launch.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Perform the following steps to deploy an AKS cluster using the Azure CLI.
85
85
1. Create an AKS cluster using the [az aks create][az-aks-create] command. Before running the command, review the following parameters:
86
86
87
87
***--name**: Enter a unique name for the AKS cluster, such as *myAKSCluster*.
88
-
***--resource-group**: Enter the name of an existing resource group that will host the AKS cluster resource.
88
+
***--resource-group**: Enter the name of an existing resource group to host the AKS cluster resource.
89
89
***--enable-secure-boot**: Enables Secure Boot to authenticate an image signed by a trusted publisher.
90
90
***--enable-vtpm**: Enables vTPM and performs attestation by measuring the entire boot chain of your VM.
91
91
@@ -109,7 +109,7 @@ Perform the following steps to deploy an AKS cluster using the Azure CLI.
109
109
Deploy a node pool with trusted launch enabled using the [az aks nodepool add][az-aks-nodepool-add] command. Before running the command, review the following parameters:
110
110
111
111
* **--cluster-name**: Enter the name of the AKS cluster.
112
-
* **--resource-group**: Enter the name of an existing resource group that will host the AKS cluster resource.
112
+
* **--resource-group**: Enter the name of an existing resource group to host the AKS cluster resource.
113
113
* **--name**: Enter a unique name for the node pool. The name of a node pool may only contain lowercase alphanumeric characters and must begin with a lowercase letter. For Linux node pools, the length must be between 1-11 characters.
114
114
* **--node-count**: The number of nodes in the Kubernetes agent pool. Default is 3.
115
115
* **--enable-secure-boot**: Enables Secure Boot to authenticate image signed by a trusted publisher.
0 commit comments