Skip to content

Commit fd04165

Browse files
committed
Restructure Platform Deployment Articles for Operator Nexus
1 parent e85ef91 commit fd04165

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/operator-nexus/howto-azure-operator-nexus-prerequisites.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to #Required; leave this attribute/value as-is.
1212
# Operator Nexus Azure resources prerequisites
1313

1414
To get started with Operator Nexus, you need to create a Network Fabric Controller (NFC) and then a Cluster Manager (CM)
15-
in your target Azure region. This Azure region will be connected to your on-premise instances.
15+
in your target Azure region.
1616

1717
Each NFC is associated with a CM in the same Azure region and your subscription.
1818
The NFC/CM pair lifecycle manages up to 32 Azure Operator Nexus instances deployed in your sites connected to this Azure region.
@@ -54,15 +54,15 @@ In subsequent deployments of Operator Nexus, you can skip to creating the NFC an
5454
service-provider side. For an ExpressRoute circuit to be operational,
5555
Circuit status must be Enabled, and Provider status must be
5656
Provisioned
57-
- Set up Key Vault to store encryption and security tokens, service principals,
57+
- Set up Azure Key Vault to store encryption and security tokens, service principals,
5858
passwords, certificates, and API keys
5959
- Set up Log Analytics WorkSpace (LAW) to store logs and analytics data for
6060
Operator Nexus subcomponents (Network Fabric, Cluster, etc.)
6161
- Set up Azure Storage account to store Operator Nexus data objects:
6262
- Azure Storage supports blobs and files accessible from anywhere in the world over HTTP or HTTPS
6363
- this storage isn't for user/consumer data.
6464

65-
### Install CLI Extensions and sign-in to your Azure subscription
65+
## Install CLI Extensions and sign-in to your Azure subscription
6666

6767
Install latest version of the
6868
[necessary CLI extensions](./howto-install-cli-extensions.md).
@@ -78,7 +78,8 @@ Install latest version of the
7878
>[!NOTE]
7979
>The account must have permissions to read/write/publish in the subscription
8080
81-
### Create steps
81+
## Create steps
8282

8383
- Step 1: [Create Network Fabric Controller](./howto-configure-network-fabric-controller.md)
8484
- Step 2: [Create Cluster Manager](./howto-cluster-manager.md)
85+
-

articles/operator-nexus/howto-configure-network-fabric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Expected output:
169169
}
170170
```
171171

172-
## List or get network Fabric
172+
## List or get Network Fabric
173173

174174
```azurecli
175175
az nf fabric list --resource-group "NFResourceGroup"
@@ -260,7 +260,7 @@ Expected output:
260260

261261
## Add Racks
262262

263-
On creating Network Fabric, one aggregate rack and two or more compute racks should be added to the Network Fabric. The number of racks should match the physical racks in the Operator Nexus instance
263+
On creating Network Fabric, add one aggregate rack and two or more compute racks to the Network Fabric. The number of racks should match the physical racks in the Operator Nexus instance
264264

265265
### Add Aggregate Rack
266266

0 commit comments

Comments
 (0)