Skip to content

Commit 251a488

Browse files
authored
Update formatting and headings in how-to guide
1 parent 3a5c931 commit 251a488

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/operator-nexus/howto-check-runtime-version.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ This how-to guide explains the steps to determine the runtime version of the key
1515

1616
## Prerequisites
1717

18-
1. The [Install Azure CLI](/cli/azure/install-azure-cli) must be installed.
19-
2. The `networkcloud` CLI extension is required. If the `networkcloud` extension isn't installed, it can be installed following the steps listed [here](./howto-install-cli-extensions.md)
20-
3. Access to the Azure portal for the target cluster to be upgraded.
21-
4. You must be logged in to the same subscription as your target cluster via `az login`
18+
* The [Install Azure CLI](/cli/azure/install-azure-cli) must be installed.
19+
* The `networkcloud` CLI extension is required. If the `networkcloud` extension isn't installed, it can be installed following the steps listed [here](./howto-install-cli-extensions.md)
20+
* Access to the Azure portal for the target cluster to be upgraded.
21+
* You must be logged in to the same subscription as your target cluster via `az login`
2222

2323
## Check current Cluster runtime version
2424

25-
### Via Portal
25+
### Via Azure portal
2626

2727
To check current cluster runtime version, navigate to the cluster in the Azure portal. In the cluster's overview pane, navigate to the ***Properties*** tab and look for "Cluster version"
2828

29-
:::image type="content" source="media\cluster-runtime-version-screenshot.png" alt-text="Screenshot of cluster runtime version" lightbox="media\cluster-runtime-version-screenshot.png":::
29+
:::image type="content" source="media\cluster-runtime-version-screenshot.png" alt-text="Screenshot of cluster runtime version." lightbox="media\cluster-runtime-version-screenshot.png":::
3030

3131
### Via Azure CLI
3232

@@ -42,10 +42,10 @@ az networkcloud cluster show --name "clusterName" --resource-group "cls_resource
4242

4343
## Check current Fabric runtime version
4444

45-
### Via Portal
45+
### Via Azure portal
4646
To check current fabric runtime version, navigate to the fabric in the Azure portal. In the fabric's overview pane, navigate to the ***Properties*** tab and look for "Fabric version"
4747

48-
:::image type="content" source="media\fabric-runtime-version-screenshot.png" alt-text="Screenshot of fabric runtime version" lightbox="media\fabric-runtime-version-screenshot.png":::
48+
:::image type="content" source="media\fabric-runtime-version-screenshot.png" alt-text="Screenshot of fabric runtime version." lightbox="media\fabric-runtime-version-screenshot.png":::
4949

5050
### Via Azure CLI
5151
Current Runtime fabric version is retrievable via the Azure CLI:

0 commit comments

Comments
 (0)