Skip to content

Commit aa01782

Browse files
authored
Merge pull request #229597 from JAC0BSMITH/Nexus_Deploy_Restructure_0303
Syntax and other formatting for Concepts
2 parents 3f86bc6 + 32e88d1 commit aa01782

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

articles/operator-nexus/concepts-observability.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "Azure Operator Nexus: observability using Azure Monitor"
3-
description: Operator Nexus uses Azure Monitor and collects and aggregates data in Azure Log Analytics workspace. The analysis, visualization, and alerting is performed on this collected data.
3+
description: Operator Nexus uses Azure Monitor and collects and aggregates data in Azure Log Analytics Workspace (LAW). The analysis, visualization, and alerting is performed on this collected data.
44
author: mukesh-dua #Required; your GitHub user alias, with correct capitalization.
55
ms.author: mukeshdua #Required; microsoft alias of author; optional team alias.
66
ms.service: azure #Required
77
ms.topic: conceptual #Required; leave this attribute/value as-is.
8-
ms.date: 01/31/2023 #Required; mm/dd/yyyy format.
8+
ms.date: 03/06/2023 #Required; mm/dd/yyyy format.
99
ms.custom: template-concept #Required; leave this attribute/value as-is.
1010
---
1111

@@ -31,7 +31,7 @@ The key highlights of Operator Nexus observability framework are:
3131
This article helps you understand Operator Nexus observability framework that consists of a stack of components:
3232

3333
- Azure Monitor collects and aggregates logging data from the Operator Nexus components
34-
- Azure Log Analytics workspace collects and aggregates logging data from multiple Azure subscriptions and tenants
34+
- Azure Log Analytics Workspace (LAW) collects and aggregates logging data from multiple Azure subscriptions and tenants
3535
- Analysis, visualization, and alerting are performed on the aggregated log data.
3636

3737
## Platform Monitoring
@@ -46,7 +46,7 @@ These logs and metrics are used to observe the state of the platform. You can se
4646
### Monitoring Data
4747

4848
Operator Nexus observability allows you to collect the same kind of data as other Azure
49-
resources. The data collected from each of your instances can be viewed in your LAW (Log Analytics workspace).
49+
resources. The data collected from each of your instances can be viewed in your LAW.
5050

5151
You can learn about monitoring Azure resources [here](/azure/azure-monitor/essentials/monitor-azure-resource#monitoring-data).
5252

@@ -60,8 +60,7 @@ The set of infrastructure components includes:
6060
* Undercloud Control Plane (Kubernetes cluster responsible for deployment and managing lifecycle of overall Platform).
6161

6262
Collection of log data from these layers is enabled by default during the creation of your Operator Nexus
63-
instance. These collected logs are routed to your Azure Monitor Log
64-
Analytics Workspace.
63+
instance. These collected logs are routed to your Azure Monitor LAW.
6564

6665
You can also collect data from the tenant layers
6766
created for running Containerized and Virtualized Network Functions. The log data that can be collected includes:
@@ -70,8 +69,7 @@ created for running Containerized and Virtualized Network Functions. The log dat
7069
* Collection of logs from AKS-Hybrid clusters and the applications deployed on top.
7170

7271
You'll need to enable the collection of the logs from the tenant AKS-Hybrid clusters and Virtual Machines.
73-
You should follow the steps to deploy the [Azure monitoring agents](/azure/azure-monitor/agents/agents-overview#install-the-agent-and-configure-data-collection). The data would be collected in your Azure Log
74-
Analytics Workspace.
72+
You should follow the steps to deploy the [Azure monitoring agents](/azure/azure-monitor/agents/agents-overview#install-the-agent-and-configure-data-collection). The data would be collected in your Azure LAW.
7573

7674
### Operator Nexus Logs storage
7775

@@ -111,17 +109,17 @@ See **[Getting Started with Azure Metrics Explorer](/azure/azure-monitor/essenti
111109
#### Workbooks
112110

113111
Workbooks combine text, log queries, metrics, and parameters for data analysis and the creation of multiple kinds of rich visualizations.
114-
You can use the sample Azure Resource Manager workbook templates for [Operator Nexus Logging and Monitoring](https://github.com/microsoft/AzureMonitorCommunity/tree/master/Azure%20Services/Azure%20Operator%20Distributed%20Services) to deploy Azure Workbooks within your Azure Log Analytics Workspace.
112+
You can use the sample Azure Resource Manager workbook templates for [Operator Nexus Logging and Monitoring](https://github.com/microsoft/AzureMonitorCommunity/tree/master/Azure%20Services/Azure%20Operator%20Distributed%20Services) to deploy Azure Workbooks within your Azure LAW.
115113

116114
#### Alerts
117115

118116
You can use the sample Azure Resource Manager alarm templates for [Operator Nexus alerting rules](https://github.com/microsoft/AzureMonitorCommunity/tree/master/Azure%20Services/Azure%20Operator%20Distributed%20Services#alert-rules). You should specify thresholds and conditions for the alerts. You can then deploy these alert templates on your on-premises environment.
119117

120-
## Log analytic workspace
118+
## Log Analytic Workspace
121119

122-
A [Log Analytics workspace (LAW)](/azure/azure-monitor/logs/log-analytics-workspace-overview)
120+
A [LAW](/azure/azure-monitor/logs/log-analytics-workspace-overview)
123121
is a unique environment to log data from Azure Monitor and
124122
other Azure services. Each workspace has its own data repository and configuration but may
125123
combine data from multiple services. Each workspace consists of multiple data tables.
126124

127-
A single Log Analytics workspace can be created to collect all relevant data or multiple workspaces based on operator requirements.
125+
A single LAW can be created to collect all relevant data or multiple workspaces based on operator requirements.

articles/operator-nexus/concepts-resource-types.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: jashobhit #Required; your GitHub user alias, with correct capitalization
55
ms.author: shobhitjain #Required; microsoft alias of author; optional team alias.
66
ms.service: azure
77
ms.topic: conceptual #Required; leave this attribute/value as-is.
8-
ms.date: 01/25/2023 #Required; mm/dd/yyyy format.
8+
ms.date: 03/06/2023 #Required; mm/dd/yyyy format.
99
ms.custom: template-concept #Required; leave this attribute/value as-is.
1010
---
1111

@@ -22,19 +22,19 @@ Figure: Resource model
2222

2323
The Operator Nexus Cluster (or Instance) platform components include the infrastructure and the platform components used to manage these infrastructure resources.
2424

25-
### Network Fabric controller
25+
### Network Fabric Controller
2626

27-
The Network fabric Controller (NFC) is a resource that automates the life cycle management of all network devices deployed in an Operator Nexus instance.
27+
The Network Fabric Controller (NFC) is a resource that automates the life cycle management of all network devices deployed in an Operator Nexus instance.
2828
NFC is hosted in a [Microsoft Azure Virtual Network](/azure/virtual-network/virtual-networks-overview) in an Azure region.
2929
The region should be connected to your on-premises network via [Microsoft Azure ExpressRoute](/azure/expressroute/expressroute-introduction).
30-
An NFC can manage the network fabric of many (subject to limits) Operator Nexus instances.
30+
An NFC can manage the Network Fabric of many (subject to limits) Operator Nexus instances.
3131

32-
### Network fabric
32+
### Network Fabric
3333

34-
The Network fabric resource models a collection of network devices, compute servers, and storage appliances, and their interconnections. The network fabric resource also includes the networking required for your Network Functions and workloads. Each Operator Nexus instance has one Network fabric.
34+
The Network Fabric resource models a collection of network devices, compute servers, and storage appliances, and their interconnections. The Network Fabric resource also includes the networking required for your network functions and workloads. Each Operator Nexus instance has one Network Fabric.
3535

36-
The Network fabric Controller (NFC) performs the lifecycle management of the network fabric.
37-
It configures and bootstraps the network fabric resources.
36+
The Network Fabric Controller (NFC) performs the lifecycle management of the Network Fabric.
37+
It configures and bootstraps the Network Fabric resources.
3838

3939
### Cluster manager
4040

@@ -45,13 +45,13 @@ The CM and the NFC are hosted in the same Azure subscription.
4545
### Cluster
4646

4747
The Cluster (or Compute Cluster) resource models a collection of racks, bare metal machines, storage, and networking.
48-
Each cluster is mapped to the on-premises Network fabric. A cluster provides a holistic view of the deployed compute capacity.
48+
Each cluster is mapped to the on-premises Network Fabric. A cluster provides a holistic view of the deployed compute capacity.
4949
Cluster capacity examples include the number of vCPUs, the amount of memory, and the amount of storage space. A cluster is also the basic unit for compute and storage upgrades.
5050

51-
### Network rack
51+
### Network Rack
5252

53-
The Network rack consists of Consumer Edge (CE) routers, Top of Rack switches (ToRs), storage appliance, Network Packet Broker (NPB), and the Terminal Server.
54-
The rack also models the connectivity to the operator's Physical Edge switches (PEs) and the ToRs on the other racks.
53+
The Network Rack consists of Consumer Edge (CE) routers, Top of Rack switches (ToRs), storage appliance, Network Packet Broker (NPB), and the Terminal Server (TS).
54+
The Rack also models the connectivity to the operator's Physical Edge switches (PEs) and the ToRs on the other Racks.
5555

5656
### Rack
5757

@@ -75,7 +75,7 @@ Workload components are resources that you use in hosting your workloads.
7575
The Network resources represent the virtual networking in support of your workloads hosted on VMs or AKS-Hybrid clusters.
7676
There are five Network resource types that represent a network attachment to an underlying isolation-domain.
7777

78-
- **Cloud Services Network Resource**: provides VMs/AKS-Hybrid clusters access to cloud services such as DNS, NTP, and user-specified Azure PaaS services. You must create at least one Cloud Services Network in each of your Operator Nexus instances. Each Cloud Service Network can be reused by many VMs and/or AKS-Hybrid clusters.
78+
- **Cloud Services Network Resource**: provides VMs/AKS-Hybrid clusters access to cloud services such as DNS, NTP, and user-specified Azure PaaS services. You must create at least one Cloud Services Network (CSN) in each of your Operator Nexus instances. Each CSN can be reused by many VMs and/or AKS-Hybrid clusters.
7979

8080
- **Default CNI Network Resource**: supports configuring of the AKS-Hybrid cluster network resources.
8181

0 commit comments

Comments
 (0)