Skip to content

Commit 7b93ab7

Browse files
committed
Update howto-use-commit-workflow-v2.md
1 parent 998d630 commit 7b93ab7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/operator-nexus/howto-use-commit-workflow-v2.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Any `patch` operation on parent resources or `Create`/`Update`/`Delete` (CUD) op
3030
### Step 1: Update resources
3131

3232
Make patch or CUD operations via Azure CLI, Portal, or ARM template.
33-
Once these changes are made, the fabric's configuration state will change to `Accepted (Pending Commit)`.
33+
Once these changes are made, the fabric's configuration state will changes to `Accepted (Pending Commit)`.
3434

3535
#### Example scenarios:
3636

@@ -62,7 +62,7 @@ az networkfabric fabric lock-fabric \
6262

6363
### Step 3: Validate updates (Optional but recommended)
6464

65-
Validate the configuration using the `view-device-configuration` post-action. This provides insight into the expected configuration outcomes.
65+
Validate the configuration using the `view-device-configuration` post-action. This step provides insight into the expected configuration outcomes.
6666

6767
> [!Important]
6868
> BYOS must be configured on the Network Fabric.
@@ -76,8 +76,6 @@ az networkfabric fabric view-device-configuration \
7676
--resource-group "example-rg"
7777
```
7878

79-
This provides:
80-
8179
- **Pre-Device Changes**: Current config for all devices (CE, TOR, Management Switches)
8280

8381
- **Post-Device Changes**: Preview of what will be applied after commit

0 commit comments

Comments
 (0)