Skip to content

Commit 2ef49e4

Browse files
author
Jill Grant
authored
Merge pull request #244889 from jashobhit/main
updated Index and TOC
2 parents c4aa5ab + ec36b55 commit 2ef49e4

File tree

2 files changed

+75
-44
lines changed

2 files changed

+75
-44
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 58 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
href: concepts-compute.md
1414
- name: Storage overview
1515
href: concepts-storage.md
16-
- name: Observability
17-
href: concepts-observability.md
1816
- name: Nexus Kubernetes
1917
href: concepts-nexus-kubernetes-cluster.md
20-
- name: FAQ
21-
href: azure-operator-nexus-faq.md
18+
- name: Observability
19+
href: concepts-observability.md
2220
- name: Quickstarts
2321
items:
2422
- name: Before you start workload deployment
@@ -39,38 +37,39 @@
3937
href: quickstarts-tenant-workload-deployment.md
4038
- name: How-To Guides
4139
items:
42-
- name: Instance Deployment and Upgrade
40+
- name: Operator Nexus Instance Deployment and Upgrade
4341
expanded: false
44-
items:
45-
- name: Before you start Operator Nexus NFC and CM deployment
46-
href: howto-azure-operator-nexus-prerequisites.md
47-
- name: Network Fabric Controller
48-
href: howto-configure-network-fabric-controller.md
49-
- name: Cluster Manager
50-
href: howto-cluster-manager.md
51-
- name: Before you start Operator Nexus platform deployment
52-
href: howto-platform-prerequisites.md
53-
- name: Network Fabric
54-
href: howto-configure-network-fabric.md
55-
- name: Cluster
56-
href: howto-configure-cluster.md
57-
- name: Cluster Upgrades
58-
href: howto-cluster-runtime-upgrade.md
59-
- name: BareMetal Actions
42+
items:
43+
- name: Management Plane
44+
expanded: false
45+
items:
46+
- name: Before you start deployment
47+
href: howto-azure-operator-nexus-prerequisites.md
48+
- name: Network Fabric Controller
49+
href: howto-configure-network-fabric-controller.md
50+
- name: Cluster Manager
51+
href: howto-cluster-manager.md
52+
- name: On-Premises Operator Nexus Instance
53+
expanded: false
54+
items:
55+
- name: Operator Nexus Instance Lifecycle Management
56+
expanded: false
57+
items:
58+
- name: Before you start Operator Nexus platform deployment
59+
href: howto-platform-prerequisites.md
60+
- name: Network Fabric
61+
href: howto-configure-network-fabric.md
62+
- name: Cluster
63+
href: howto-configure-cluster.md
64+
- name: Cluster Upgrades
65+
href: howto-cluster-runtime-upgrade.md
66+
- name: Network Fabric
6067
expanded: false
6168
items:
62-
- name: BareMetal Functions
63-
href: howto-baremetal-functions.md
64-
- name: BareMetal Run-Read Execution
65-
href: howto-baremetal-run-read.md
66-
- name: BareMetal Run-Data-Extract Execution
67-
href: howto-baremetal-run-data-extract.md
68-
- name: BareMetal BMM Access Setup
69-
href: howto-baremetal-bmm-ssh.md
70-
- name: BareMetal BMC Access Setup
71-
href: howto-baremetal-bmc-ssh.md
72-
- name: Isolation Domain
73-
href: howto-configure-isolation-domain.md
69+
- name: Isolation Domain
70+
href: howto-configure-isolation-domain.md
71+
- name: Network Fabric Route Policy
72+
href: how-to-route-policy.md
7473
- name: Nexus Kubernetes cluster
7574
expanded: false
7675
items:
@@ -82,23 +81,24 @@
8281
href: howto-kubernetes-service-load-balancer.md
8382
- name: Configure role-based access control
8483
href: howto-kubernetes-cluster-aad-rbac.md
85-
- name: Monitor Nexus Kubernetes cluster
86-
href: howto-monitor-naks-cluster.md
8784
- name: Nexus Virtual Machine
8885
expanded: false
8986
items:
9087
- name: Create virtual machine image
9188
href: howto-virtual-machine-image.md
92-
- name: Network Fabric Route Policy
93-
href: how-to-route-policy.md
94-
- name: Monitor VMs for VNF
95-
href: howto-monitor-virtualized-network-functions-virtual-machines.md
96-
- name: Cluster metrics configuration management
97-
href: howto-cluster-metrics-configuration-management.md
89+
- name: Observability
90+
expanded: false
91+
items:
92+
- name: Monitor Nexus Kubernetes cluster
93+
href: howto-monitor-naks-cluster.md
94+
- name: Monitor VMs for VNF
95+
href: howto-monitor-virtualized-network-functions-virtual-machines.md
96+
- name: Cluster metrics configuration management
97+
href: howto-cluster-metrics-configuration-management.md
98+
- name: Tracking asynchronous operations
99+
href: howto-track-async-operations-cli.md
98100
- name: Precertification
99101
href: howto-precertification.md
100-
- name: Tracking asynchronous operations
101-
href: howto-track-async-operations-cli.md
102102
- name: Install CLI Extension
103103
href: howto-install-cli-extensions.md
104104
- name: Troubleshooting
@@ -113,6 +113,21 @@
113113
href: troubleshoot-internet-host-virtual-machine.md
114114
- name: Troubleshoot BMM reboot issues
115115
href: troubleshoot-bmm-node-reboot.md
116+
- name: BareMetal Actions
117+
expanded: false
118+
items:
119+
- name: BareMetal BMM Access Setup
120+
href: howto-baremetal-bmm-ssh.md
121+
- name: BareMetal BMC Access Setup
122+
href: howto-baremetal-bmc-ssh.md
123+
- name: BareMetal Functions
124+
href: howto-baremetal-functions.md
125+
- name: BareMetal Run-Read Execution
126+
href: howto-baremetal-run-read.md
127+
- name: BareMetal Run-Data-Extract Execution
128+
href: howto-baremetal-run-data-extract.md
129+
- name: FAQ
130+
href: azure-operator-nexus-faq.md
116131
- name: Reference
117132
items:
118133
- name: Instance to on-premises WAN Connectivity

articles/operator-nexus/index.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Azure Operator Nexus, the next-generation hybrid cloud platform for operators,
99
proven to run network-intensive workloads and mission-critical applications under the stringent security,
1010
resiliency, observability, manageability, and performance required by telecommunication' operators.
11-
Learn how to deploy, manage and use Operator Nexus with these concepts, quickstarts, and how-to guides.
11+
Learn how to deploy, manage and use Operator Nexus with these concepts and quickstarts.
1212
ms.service: azure-operator-nexus
1313
ms.topic: landing-page
1414
author: jashobhit
@@ -30,6 +30,12 @@ landingContent:
3030
links:
3131
- text: Resource types
3232
url: concepts-resource-types.md
33+
- text: Compute
34+
url: concepts-compute.md
35+
- text: Storage
36+
url: concepts-storage.md
37+
- text: Nexus Kubernetes overview
38+
url: concepts-nexus-kubernetes-cluster.md
3339
- text: Observability
3440
url: concepts-observability.md
3541
- text: Frequently asked questions
@@ -72,10 +78,20 @@ landingContent:
7278
url: howto-monitor-virtualized-network-functions-virtual-machines.md
7379
- text: Cluster metrics configuration management
7480
url: howto-cluster-metrics-configuration-management.md
81+
#
82+
# Card
83+
- title: References
84+
linkLists:
7585
- linkListType: reference
7686
links:
7787
- text: List of metrics collected
7888
url: List-of-metrics-collected.md
89+
- text: Near-edge Compute
90+
url: reference-near-edge-compute.md
91+
- text: Near-edge storage
92+
url: reference-near-edge-storage.md
93+
- text: Limits & quotas
94+
url: reference-limits-and-quotas.md
7995
#
8096
# Card
8197
# - title: How-to guides

0 commit comments

Comments
 (0)