Skip to content

Commit c70465c

Browse files
committed
Merge branch 'break-glass-setup' of https://github.com/sushantjrao/azure-docs-pr-private into break-glass-setup
2 parents abceb0f + 813caf4 commit c70465c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Any `patch` operation on parent resources or `Create`/`Update`/`Delete` (CUD) op
3232
### Step 1: Update resources
3333

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

37-
#### Example scenarios:
37+
#### Example scenarios
3838

3939
* Create a new **Route Policy** and attach it to **Internal Network 1**
4040

@@ -47,7 +47,7 @@ All these changes are **batched**, but **not applied** to devices yet.
4747

4848
Lock the configuration to signal that all intended updates are completed. After this lock, **no further updates** can be made to any fabric-related resources until you unlock.
4949

50-
#### Azure CLI Command:
50+
#### Azure CLI Command
5151

5252
```Azure CLI
5353
az networkfabric fabric lock-fabric \
@@ -69,7 +69,7 @@ Validate the configuration using the `view-device-configuration` post-action. Th
6969
> [!Important]
7070
> BYOS must be configured on the Network Fabric.
7171
72-
#### Azure CLI Command:
72+
#### Azure CLI Command
7373

7474
```Azure CLI
7575
@@ -86,7 +86,7 @@ az networkfabric fabric view-device-configuration \
8686

8787
Unlock the configuration to make further changes, then repeat the lock/validate/commit steps.
8888

89-
#### Unlock Example:
89+
#### Unlock Example
9090

9191
```Azure CLI
9292
az networkfabric fabric lock-fabric \
@@ -100,7 +100,7 @@ az networkfabric fabric lock-fabric \
100100

101101
Commit the configuration to apply the batched changes to all relevant fabric devices.
102102

103-
#### Azure CLI Command:
103+
#### Azure CLI Command
104104

105105
```Azure CLI
106106
az networkfabric fabric commit-configuration \
@@ -112,7 +112,7 @@ az networkfabric fabric commit-configuration \
112112

113113
- Use CLI polling or Azure Activity Logs to monitor progress
114114

115-
> [Important]
115+
> [!Important]
116116
> - This workflow applies **only when the fabric is in Provisioned state** and **admin state is Enabled**. <br>
117117
> - Locking is mandatory before commit; **commit cannot proceed without locking first**. <br>
118118
> - **Rollback is not supported** – any incorrect configuration must be updated and re-committed. <br>

0 commit comments

Comments
 (0)