Skip to content

Commit af50b8e

Browse files
committed
fix update call
1 parent 13dedb4 commit af50b8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/manage-node-pools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,10 @@ As your workload demands change, you can associate existing capacity reservation
276276
--location $LOCATION \
277277
--node-vm-size $VM_SKU \
278278
--node-count $NODE_COUNT \
279+
--enable-managed-identity \
279280
--assign-identity $IDENTITY_ID
280281
```
281-
282+
282283
### Associate an existing capacity reservation group with a node pool
283284
284285
Associate an existing capacity reservation group with a node pool using the [`az aks nodepool add`][az-aks-nodepool-add] command and specify a capacity reservation group with the `--crg-id` flag. The following example assumes you have a CRG named "myCRG".

0 commit comments

Comments
 (0)