diff --git a/articles/operator-nexus/howto-use-commit-workflow-v2.md b/articles/operator-nexus/howto-use-commit-workflow-v2.md index fef6797d842c0..cc5e3a11dc13e 100644 --- a/articles/operator-nexus/howto-use-commit-workflow-v2.md +++ b/articles/operator-nexus/howto-use-commit-workflow-v2.md @@ -124,6 +124,9 @@ You can retrieve the current CommitBatchId by performing a GET request on the fa Commit Discard is a POST action on NetworkFabric, allowed before a commit is performed. This operation allows a user to revert the changes made to the resources via PATCH operations for a specific commit session. Users may choose to discard pending configuration updates if issues are found during validation using ViewDeviceConfiguration. This operation restores the ARM resource state to its last known good configuration and resets the fabric state from Accepted & Locked to Succeeded. +>[!Note] +> It is recommended not to trigger a discard operation after a failed commit, as this may lead to inconsistent configurations between Azure Resource Manager (ARM) and the device. In some cases, a device refresh might be required to reconcile the configuration state across ARM and the device. + >[!Note] > You can retrieve the CommitBatchId by performing a GET request on the fabric resource with API version `2024-06-15-preview` or above.