Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions operator-nexus/howto-network-fabric-quality-of-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ Use 'Disabled' to turn QoS off

### Enable configuration lock:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section should be before the update command is run.

```Azure CLI
az networkfabric fabric configuration-lock enable \
az networkfabric fabric lock-fabric \
--subscription XXX_SUBSCRIPTION_ID \
--resource-group XXX_RESOURCE_GROUP \
--resource-name XXX_FABRIC_NAME
--network-fabric-name XXX_FABRIC_NAME \
--lock-type Configuration \
--action Lock
```
### Commit configuration:
```Azure CLI
az networkfabric fabric commit \
az networkfabric fabric commit-configuration \
--subscription XXX_SUBSCRIPTION_ID \
--resource-group XXX_RESOURCE_GROUP \
--resource-name XXX_FABRIC_NAME
Expand Down