Skip to content

Commit 95a7752

Browse files
committed
clarify
1 parent d7e2d50 commit 95a7752

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ ms.date: 09/05/2024
1414

1515
This how-to guide explains the steps for installing the required az CLI and extensions required to interact with Operator Nexus.
1616

17+
Azure CLI is required to be installed prior to the extensions installations. Follow [Install Azure CLI][installation-instruction] instuctions to install it.
18+
1719
Installations of the following CLI extensions are required:
18-
`networkcloud` (for Microsoft.NetworkCloud APIs) and `managednetworkfabric` (for Microsoft.ManagedNetworkFabric APIs).
20+
- `networkcloud` for Microsoft.NetworkCloud APIs
21+
- `managednetworkfabric` for Microsoft.ManagedNetworkFabric APIs
22+
1923

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.
2124

2225
>[!NOTE]
23-
>The `--allow-preview=True` needs to be explicitely set to install the preview version of an extension.
26+
> Any upgrade of the Azure CLI will download the latest stable version of the installed extension.
27+
>The `--allow-preview=True` needs to be explicitly set to install the preview version of the extensions.
2428
2529
## Install `networkcloud` CLI extension
2630

@@ -58,7 +62,7 @@ If you haven't already installed Azure CLI: [Install Azure CLI][installation-ins
5862
5963
## Install other Azure extensions
6064
61-
Install the additional Azure CLI extensions that Nexus makes use of.
65+
Install the other Azure CLI extensions that Nexus makes use of.
6266
6367
```azurecli
6468
az extension add --yes --upgrade --name customlocation

0 commit comments

Comments
 (0)