You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-use-commit-workflow-v2.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ Any `patch` operation on parent resources or `Create`/`Update`/`Delete` (CUD) op
32
32
### Step 1: Update resources
33
33
34
34
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)`.
36
36
37
-
#### Example scenarios:
37
+
#### Example scenarios
38
38
39
39
* Create a new **Route Policy** and attach it to **Internal Network 1**
40
40
@@ -47,7 +47,7 @@ All these changes are **batched**, but **not applied** to devices yet.
47
47
48
48
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.
49
49
50
-
#### Azure CLI Command:
50
+
#### Azure CLI Command
51
51
52
52
```Azure CLI
53
53
az networkfabric fabric lock-fabric \
@@ -69,7 +69,7 @@ Validate the configuration using the `view-device-configuration` post-action. Th
69
69
> [!Important]
70
70
> BYOS must be configured on the Network Fabric.
71
71
72
-
#### Azure CLI Command:
72
+
#### Azure CLI Command
73
73
74
74
```Azure CLI
75
75
@@ -86,7 +86,7 @@ az networkfabric fabric view-device-configuration \
86
86
87
87
Unlock the configuration to make further changes, then repeat the lock/validate/commit steps.
88
88
89
-
#### Unlock Example:
89
+
#### Unlock Example
90
90
91
91
```Azure CLI
92
92
az networkfabric fabric lock-fabric \
@@ -100,7 +100,7 @@ az networkfabric fabric lock-fabric \
100
100
101
101
Commit the configuration to apply the batched changes to all relevant fabric devices.
102
102
103
-
#### Azure CLI Command:
103
+
#### Azure CLI Command
104
104
105
105
```Azure CLI
106
106
az networkfabric fabric commit-configuration \
@@ -112,7 +112,7 @@ az networkfabric fabric commit-configuration \
112
112
113
113
- Use CLI polling or Azure Activity Logs to monitor progress
114
114
115
-
> [Important]
115
+
> [!Important]
116
116
> - This workflow applies **only when the fabric is in Provisioned state** and **admin state is Enabled**. <br>
117
117
> - Locking is mandatory before commit; **commit cannot proceed without locking first**. <br>
118
118
> -**Rollback is not supported** – any incorrect configuration must be updated and re-committed. <br>
0 commit comments