You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-check-runtime-version.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ This how-to guide explains the steps to determine the runtime version of the key
15
15
16
16
## Prerequisites
17
17
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`
22
22
23
23
## Check current Cluster runtime version
24
24
25
-
### Via Portal
25
+
### Via Azure portal
26
26
27
27
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"
28
28
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":::
30
30
31
31
### Via Azure CLI
32
32
@@ -42,10 +42,10 @@ az networkcloud cluster show --name "clusterName" --resource-group "cls_resource
42
42
43
43
## Check current Fabric runtime version
44
44
45
-
### Via Portal
45
+
### Via Azure portal
46
46
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"
47
47
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":::
49
49
50
50
### Via Azure CLI
51
51
Current Runtime fabric version is retrievable via the Azure CLI:
0 commit comments