Skip to content

Commit 0cab71b

Browse files
committed
pencil edit
1 parent 8b043d5 commit 0cab71b

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
@@ -85,7 +85,7 @@ Perform the following steps to deploy an AKS cluster using the Azure CLI.
8585
1. Create an AKS cluster using the [az aks create][az-aks-create] command. Before running the command, review the following parameters:
8686

8787
* **--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.
8989
* **--enable-secure-boot**: Enables Secure Boot to authenticate an image signed by a trusted publisher.
9090
* **--enable-vtpm**: Enables vTPM and performs attestation by measuring the entire boot chain of your VM.
9191

@@ -109,7 +109,7 @@ Perform the following steps to deploy an AKS cluster using the Azure CLI.
109109
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:
110110
111111
* **--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.
113113
* **--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.
114114
* **--node-count**: The number of nodes in the Kubernetes agent pool. Default is 3.
115115
* **--enable-secure-boot**: Enables Secure Boot to authenticate image signed by a trusted publisher.

0 commit comments

Comments
 (0)