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
# How to use Commit Workflow v2 in Azure Operator Nexus
13
13
14
-
This article describes how to use Commit Workflow Version 2 (Commit V2) in Azure Operator Nexus to safely stage, review, commit, or discard configuration changes across supported resources. Commit V2 provides a more efficient and robust method of applying changes to Nexus fabric resources compared to the earlier commit model.
14
+
This article explains how to use Commit Workflow Version 2 (Commit V2) in Azure Operator Nexus. It helps you safely stage changes, review them, commit the changes you want, or discard those you don’t—across supported resources.
15
15
16
16
## Prerequisites
17
17
@@ -92,7 +92,7 @@ az networkfabric fabric lock-fabric \
92
92
93
93
### Step 3: Validate updates (Optional but recommended)
94
94
95
-
Another key functionality commit V2 provides is to view the pending commit configuration and last committed configuration for each device (except NPB devices) so that users can compare them to validate the intended configuration. In case of any discrepancy, users can unlock the fabric, make necessary change, lock fabric, review pending commit followed by commit operation.
95
+
Another key functionality commit V2 provides is to view the pending commit configuration and last committed configuration for each device (except Network Packet Broker (NPB) devices) so that users can compare them to validate the intended configuration. If there is any discrepancy, users can unlock the fabric, make necessary change, lock fabric, review pending commit followed by commit operation.
96
96
97
97
Validate the configuration using the `view-device-configuration` post-action. This step provides insight into the expected configuration outcomes.
98
98
@@ -117,7 +117,7 @@ Configuration diff files are stored in the customer-provided storage account in
Additionally, to retrieve the current CommitBatchId, perform a GET request on the fabric resource using API version `2024-06-15-preview` or above.
120
+
You can retrieve the current CommitBatchId by performing a GET request on the fabric resource with API version `2024-06-15-preview` or higher.
121
121
122
122
### Step 3a: Discard commit batch (Optional)
123
123
@@ -129,7 +129,7 @@ After validating with ViewDeviceConfiguration, users may choose to discard pendi
129
129
130
130
> [!IMPORTANT]
131
131
> If your Network Fabric resource is associated with a User Assigned Managed Identity (UAMI)—for example, when using a customer-managed storage account—you must ensure that the Microsoft.ManagedNetworkFabric resource provider has the [Managed Identity Operator (MIO) role](./howto-configure-bring-your-own-storage-network-fabric.md#step3-assign-permissions-to-uami-for-nexus-network-fabric-resource-provider) on the UAMI.
132
-
> Without this permission, the commit discard operation will fail. This requirement is applicable only when the Network Fabric is linked to a UAMI. For deployments without UAMI, no additional permission is needed for commit discard.
132
+
> Without this permission, the commit discard operation fails. This requirement is applicable only when the Network Fabric is linked to a UAMI. Network Fabrics that are not associated with a UAMI don’t need any extra permission for commit discard.
0 commit comments