Skip to content

Commit da38910

Browse files
authored
Merge pull request #229369 from jaredr80/NexusUpdates-0302
Nexus updates 0302
2 parents 0bfa034 + 6b045be commit da38910

File tree

5 files changed

+23
-25
lines changed

5 files changed

+23
-25
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,21 @@ Figure: Resource model
2020

2121
## Platform components
2222

23-
Your Operator Nexus Cluster (or simply instance) platform components include the infrastructure resources and the platform software resources used to manage these infrastructure resources.
23+
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

2727
The Network fabric Controller (NFC) is a resource that automates the life cycle management of all network devices deployed in an Operator Nexus instance.
28-
The NFC resource is created in the Resource group specified by you in your Azure subscription.
2928
NFC is hosted in a [Microsoft Azure Virtual Network](/azure/virtual-network/virtual-networks-overview) in an Azure region.
3029
The region should be connected to your on-premises network via [Microsoft Azure ExpressRoute](/azure/expressroute/expressroute-introduction).
31-
An NFC can manage the network fabric of many (subject to limits) Operator Nexus on-premises instances.
30+
An NFC can manage the network fabric of many (subject to limits) Operator Nexus instances.
3231

3332
### Network fabric
3433

3534
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.
3635

3736
The Network fabric Controller (NFC) performs the lifecycle management of the network fabric.
38-
It configures and bootstraps the network fabric resources.
37+
It configures and bootstraps the network fabric resources.
3938

4039
### Cluster manager
4140

articles/operator-nexus/includes/create-l2-isolation-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Azure Operator Nexus: Creation of L2 isolation-domain"
33
description: Learn how create L2 isolation-domain.
4-
author: jwheeler60 #Required; your GitHub user alias, with correct capitalization.
5-
ms.author: johnwheeler #Required; microsoft alias of author; optional team alias.
4+
author: jaredr80 #Required; your GitHub user alias, with correct capitalization.
5+
ms.author: jaredro #Required; microsoft alias of author; optional team alias.
66
ms.service: azure #Required;
77
ms.topic: include #Required; leave this attribute/value as-is.
88
ms.date: 01/26/2023 #Required; mm/dd/yyyy format.

articles/operator-nexus/includes/enable-l2-isolation-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Azure Operator Nexus: Creation of L2 isolation-domain"
33
description: Learn how create L2 isolation-domain.
4-
author: jwheeler60 #Required; your GitHub user alias, with correct capitalization.
5-
ms.author: johnwheeler #Required; microsoft alias of author; optional team alias.
4+
author: jaredr80 #Required; your GitHub user alias, with correct capitalization.
5+
ms.author: jaredro #Required; microsoft alias of author; optional team alias.
66
ms.service: azure #Required;
77
ms.topic: include #Required; leave this attribute/value as-is.
88
ms.date: 01/26/2023 #Required; mm/dd/yyyy format.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Azure Operator Nexus: Creation of L2 isolation-domain"
3-
description: Learn how create L2 isolation-domain.
4-
author: jwheeler60 #Required; your GitHub user alias, with correct capitalization.
5-
ms.author: johnwheeler #Required; microsoft alias of author; optional team alias.
2+
title: "Azure Operator Nexus: Creation of L2 isolation domain"
3+
description: Learn how create L2 isolation domain.
4+
author: jaredr80 #Required; your GitHub user alias, with correct capitalization.
5+
ms.author: jaredro #Required; microsoft alias of author; optional team alias.
66
ms.service: azure #Required;
77
ms.topic: include #Required; leave this attribute/value as-is.
88
ms.date: 01/26/2023 #Required; mm/dd/yyyy format.
99
---
1010

11-
- Create a L2 isolation-domain
11+
- Create a L2 isolation domain
1212

1313
```azurecli
1414
az nf l2domain create --resource-name "<YourL2IsolationDomainName>" \
@@ -20,7 +20,7 @@ ms.date: 01/26/2023 #Required; mm/dd/yyyy format.
2020
--mtu "<MtuOfThisNetwork>
2121
```
2222

23-
- Enable the L2 isolation-domain after it's created
23+
- Enable the L2 isolation domain after it's created
2424

2525
```azurecli
2626
az managednetworkfabric l2isolationdomain update-administrative-state \
@@ -30,4 +30,4 @@ ms.date: 01/26/2023 #Required; mm/dd/yyyy format.
3030
--state Enable
3131
```
3232

33-
- (Optional) Repeat, as needed, to create other L2 isolation-domain(s)
33+
- (Optional) Repeat, as needed, to create other L2 isolation domain(s)

articles/operator-nexus/includes/l3-isolation-domain.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Azure Operator Nexus: Creation of L3 isolation-domain"
3-
description: Learn how create L3 isolation-domain.
4-
author: jwheeler60 #Required; your GitHub user alias, with correct capitalization.
5-
ms.author: johnwheeler #Required; microsoft alias of author; optional team alias.
2+
title: "Azure Operator Nexus: Creation of L3 isolation domain"
3+
description: Learn how create L3 isolation domain.
4+
author: jaredr80 #Required; your GitHub user alias, with correct capitalization.
5+
ms.author: jaredro #Required; microsoft alias of author; optional team alias.
66
ms.service: azure #Required;
77
ms.topic: include #Required; leave this attribute/value as-is.
88
ms.date: 01/26/2023 #Required; mm/dd/yyyy format.
99
---
1010

11-
- Create a L3 isolation-domain
11+
- Create a L3 isolation domain
1212

1313
```azurecli
1414
az nf l3domain create \
@@ -19,9 +19,8 @@ ms.date: 01/26/2023 #Required; mm/dd/yyyy format.
1919
--location "<ClusterAzureRegion>"
2020
```
2121

22-
- Create an `internalnetwork` resource for every VLAN/subnet that you need to include in your L3 isolation-domain
22+
- Create an `internalnetwork` resource for every VLAN/subnet that you need to include in your L3 isolation domain
2323

24-
L3 isolation-domain, you'll need to create an `internalnetwork` resource
2524

2625
> [!NOTE]
2726
> The following example uses the minimal configuration you will need to create a valid internal network.
@@ -42,7 +41,7 @@ L3 isolation-domain, you'll need to create an `internalnetwork` resource
4241
"ipv4NeighborAddress":[{"address": "<YourSubetInfoHere> "}]}'
4342
```
4443

45-
- (Optional) Repeat, as needed, for any other `internalnetwork(s)` that have to be added to this L3 isolation-domain
44+
- (Optional) Repeat, as needed, for any other `internalnetwork(s)` that have to be added to this L3 isolation domain
4645
- Enable the L3 isolation-domain after all `internalnetworks` have been created
4746

4847
```azurecli
@@ -53,4 +52,4 @@ L3 isolation-domain, you'll need to create an `internalnetwork` resource
5352
--state Enable
5453
```
5554

56-
- Repeat to create more L3 isolation-domain(s).
55+
- Repeat to create more L3 isolation domain(s).

0 commit comments

Comments
 (0)