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/confidential-computing/confidential-enclave-nodes-aks-get-started.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
@@ -59,9 +59,9 @@ az aks create -g myResourceGroup --name myAKSCluster --generate-ssh-keys --enabl
59
59
```
60
60
The above command will deploy a new AKS cluster with system node pool of non confidential computing node. Confidential computing Intel SGX nodes are not recommended for system node pools.
61
61
62
-
### Add an user node pool with confidential computing capabilities to the AKS cluster<aid="add-a-user-node-pool-with-confidential-computing-capabilities-to-the-aks-cluster"></a>
62
+
### Add a user node pool with confidential computing capabilities to the AKS cluster<aid="add-a-user-node-pool-with-confidential-computing-capabilities-to-the-aks-cluster"></a>
63
63
64
-
Run the following command to add an user node pool of `Standard_DC4s_v3` size with three nodes to the AKS cluster. You can choose another larger sized SKU from the [list of supported DCsv2/DCsv3 SKUs and regions](../virtual-machines/dcv3-series.md).
64
+
Run the following command to add a user node pool of `Standard_DC4s_v3` size with three nodes to the AKS cluster. You can choose another larger sized SKU from the [list of supported DCsv2/DCsv3 SKUs and regions](../virtual-machines/dcv3-series.md).
65
65
66
66
```azurecli-interactive
67
67
az aks nodepool add --cluster-name myAKSCluster --name confcompool1 --resource-group myResourceGroup --node-vm-size Standard_DC4s_v3 --node-count 2
0 commit comments