Skip to content

Commit 488e091

Browse files
authored
Update howto-hybrid-aks.md
1 parent a3a622e commit 488e091

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/operator-nexus/howto-hybrid-aks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Azure Operator Nexus: Interact with AKS-Hybrid Cluster"
33
description: Learn how to manage (view, list, update, delete) AKS-Hybrid clusters.
4-
author: pvapheas
5-
ms.author: pvapheas
4+
author: dramasamy
5+
ms.author: dramasamy
66
ms.service: azure
77
ms.topic: how-to
88
ms.date: 02/02/2023
@@ -66,9 +66,9 @@ To delete the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
6666
--subscription "<YourSubscription>"
6767
```
6868

69-
## Add nodepool command
69+
## Add nod epool command
7070

71-
To add a nodepool to the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
71+
To add a node pool to the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
7272
```azurecli
7373
az hybridaks nodepool add \
7474
--name <name of the nodepool> \
@@ -80,9 +80,9 @@ To add a nodepool to the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
8080
--zones <comma separated list of availability zones>
8181
```
8282

83-
## Delete nodepool command
83+
## Delete node pool command
8484

85-
To delete a nodepool from the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
85+
To delete a node pool from the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
8686

8787
```azurecli
8888
az hybridaks nodepool delete \

0 commit comments

Comments
 (0)