Skip to content

Commit 591fbd8

Browse files
committed
Update to cli extensions
Various formatting and content corrections
1 parent 480c539 commit 591fbd8

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

articles/operator-nexus/howto-install-cli-extensions.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@ author: Travisivart #Required
55
ms.author: travisneely #Required
66
ms.service: azure #Required
77
ms.topic: include
8-
ms.date: 01/27/2023
8+
ms.date: 03/06/2023
99
# ms.custom: template-include #Required;
1010
---
1111

12-
# Install Azure CLI extensions
12+
# Prepare to install Azure CLI extensions
13+
This how-to guide explains the steps for installing the required az CLI and extensions required to interact with Operator Nexus.
1314

14-
Install the following CLI extensions:
15+
Installation of the following CLI extensions are required:
16+
`networkcloud` (for Microsoft.NetworkCloud APIs), `managednetworkfabric` (for Microsoft.ManagedNetworkFabric APIs) and `hybridaks` (for AKS-Hybrid APIs).
1517

16-
- `networkcloud` (for Microsoft.NetworkCloud APIs)
17-
- `managednetworkfabric` (for Microsoft.ManagedNetworkFabric APIs)
18-
- `hybridaks` (for AKS-Hybrid APIs)
18+
If you haven't already installed Azure CLI: [Install Azure CLI][installation-instruction]. The aka.ms links download the latest available version of the extension.
1919

20-
- If you haven't already installed Azure CLI: [Install Azure CLI][installation-instruction]. The aka.ms links download the latest available version of the extension.
21-
22-
- Install `networkcloud` CLI extension
20+
## Install `networkcloud` CLI extension
2321

2422
- Remove any previously installed version of the extension
2523

@@ -50,7 +48,7 @@ Install the following CLI extensions:
5048
az networkcloud --help
5149
```
5250
53-
- Install `managednetworkfabric` CLI extension
51+
## Install `managednetworkfabric` CLI extension
5452
5553
- Remove any previously installed version of the extension
5654
@@ -81,7 +79,7 @@ Install the following CLI extensions:
8179
az nf --help
8280
```
8381
84-
- Install AKS-Hybrid (`hybridaks`) CLI extension
82+
## Install AKS-Hybrid (`hybridaks`) CLI extension
8583
8684
- Remove any previously installed version of the extension
8785
@@ -112,7 +110,7 @@ Install the following CLI extensions:
112110
az hybridaks --help
113111
```
114112
115-
- Install other needed extensions
113+
## Install other Azure extensions
116114
117115
```azurecli
118116
az extension add --yes --upgrade --name customlocation
@@ -151,9 +149,5 @@ hybridaks 0.1.6
151149
ssh 1.1.3
152150
```
153151

154-
<!-- LINKS - Internal -->
155-
[howto-configure-network fabric]: ./howto-configure-network fabric.md
156-
[quickstarts-tenant-workload-deployment]: ./quickstarts-tenant-workload-deployment.md
157-
158152
<!-- LINKS - External -->
159153
[installation-instruction]: https://aka.ms/azcli

0 commit comments

Comments
 (0)