Skip to content

Commit b4911e6

Browse files
committed
updated typos
1 parent 11382f4 commit b4911e6

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

articles/operator-nexus/howto-append-a-custom-suffix-to-interface-descriptions.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This guide explains how to append a user-defined suffix (`additionalDescription`
1919

2020
## Steps to append a custom suffix
2121

22-
### 1. Check the current iterface description
22+
### 1. Check the current interface description
2323

2424
Before making changes, verify the existing interface description using the following command:
2525

@@ -59,9 +59,6 @@ az networkfabric interface update --additional-description "example-description"
5959
| `-g, --resource-group` | Defines the name of the resource group where the device is located. | No specific constraints. |
6060
| `--resource-name` | Indicates the name of the network interface resource. | No specific constraints. |
6161

62-
Let me know if you'd like any further refinements! 🚀
63-
64-
6562
### 3. Commit the configuration
6663

6764
After updating the description, apply the changes to the fabric:
@@ -76,7 +73,6 @@ Parameter Details:
7673
| `--resource-group` | `-g` | Name of the resource group. |
7774
| `--resource-name` | N/A | Name of the Network Fabric. |
7875

79-
Let me know if you need any modifications or additional parameters! 🚀
8076
### Example
8177

8278
#### **Original interface description:**

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Names, such as for resources, shouldn't contain the underscore (\_) character.
2121

2222
### Validate ExpressRoute circuit
2323

24-
Validate the ExpressRoute circuit(s) for correct connectivity (CircuitID)(AuthID); NFC provisioning would fail if connectivity is incorrect.
24+
Validate the ExpressRoute circuits for correct connectivity (CircuitID)(AuthID); NFC provisioning would fail if connectivity is incorrect.
2525

26-
## VM SKU update for Network Fabric Controller
26+
## Virtual Machine (VM) SKU update for Network Fabric Controller
2727

28-
With the latest update, all new NFC Cluster deployments will use the `Standard_D8s_v3` virtual machine SKU instead of `Standard_Ds4_v2`.
28+
With the latest update, all new NFC Cluster deployments uses `Standard_D8s_v3` virtual machine SKU instead of `Standard_Ds4_v2`.
2929
This change is required due to the limited availability of `Standard_Ds4_v2` in several Azure regions.
3030

3131
> [!Note]
@@ -58,7 +58,7 @@ To check if your subscription has sufficient vCPU quota for the new SKU 'DSv3',
5858

5959
Look for the **vCPUs** quota and ensure it meets the minimum requirement.
6060

61-
### Requesting additional vCPU Quota
61+
### Requesting more vCPU quota
6262

6363
If your quota is insufficient, request an increase by:
6464

@@ -88,7 +88,7 @@ az group create -n NFCResourceGroupName -l "<Location>"
8888
|---------|------------------------------|----------------------------|----------------------------|------------|------|
8989
| Resource-Group | A resource group is a container that holds related resources for an Azure solution. | NFCResourceGroupName | XYZNFCResourceGroupName | True | String |
9090
| Location | The Azure Region is mandatory to provision your deployment. | eastus, westus3, southcentralus, eastus2euap | eastus | True | String |
91-
| Resource-Name | The Resource-name will be the name of the Network Fabric Controller | nfcname | XYZnfcname | True | String |
91+
| Resource-Name | The Resource-name is the name of the Network Fabric Controller. | nfcname | XYZnfcname | True | String |
9292
| ipv4-address-space | IPv4 Network Fabric Controller Address Space, the default subnet block is 10.0.0.0/19, and it also shouldn't overlap with any of the ExpressRoute IPs | 10.0.0.0/19 | 10.0.0.0/19 | Not Required | String |
9393
| ipv6-address-space | IPv6 Network Fabric Controller Address Space, this parameter defaults to FC00::/59, with the permissible range being /59 | "FC00::/59" | "FC00::/59" | Not Required | String |
9494
| Express Route Circuits | The ExpressRoute circuit is a dedicated 10G link that connects Azure and on-premises. You need to know the ExpressRoute Circuit ID and Auth key for an NFC to successfully provision. There are two Express Route Circuits, one for the Infrastructure services and other one for Workload (Tenant) services | --infra-er-connections '[{"expressRouteCircuitId": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx", "expressRouteAuthorizationKey": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx"}]' <br /><br /> --workload-er-connections '[{"expressRouteCircuitId": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx", "expressRouteAuthorizationKey": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx"}]' | subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-01", "expressRouteAuthorizationKey": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx"}] | True | string |
@@ -109,10 +109,11 @@ az networkfabric controller create \
109109
--debug --no-wait
110110
```
111111

112-
**Note:** The NFC creation takes between 30-45 mins.
113-
Use the `show` command to monitor NFC creation progress.
114-
You'll see different provisioning states such as, Accepted, updating and Succeeded/Failed.
115-
Delete and recreate the NFC if the creation fails (`Failed`).
112+
> [!Note] The NFC creation takes between 30-45 mins.
113+
> Use the `show` command to monitor NFC creation progress.
114+
> You see different provisioning states such as, Accepted, updating and Succeeded/Failed.
115+
> Delete and recreate the NFC if the creation fails (`Failed`).
116+
116117
The expected output only shows running as soon as you execute via AzureCLI
117118

118119
Expected output:

0 commit comments

Comments
 (0)