Skip to content

Commit 6d5201a

Browse files
Merge pull request #303844 from sushantjrao/break-glass-setup
Update howto-configure-bring-your-own-storage-network-fabric.md
2 parents 3752798 + 72505a1 commit 6d5201a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/operator-nexus/howto-configure-bring-your-own-storage-network-fabric.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,18 @@ az networkfabric fabric update \
159159

160160
After making changes, ensure you run the following to apply configuration:
161161

162+
Lock fabric configuration
163+
164+
```Azure CLI
165+
az networkfabric fabric lock-fabric \
166+
--action Lock \
167+
--lock-type Configuration \
168+
--network-fabric-name "example-fabric" \
169+
--resource-group "example-rg"
170+
```
171+
172+
Commit configuration
173+
162174
```azurecli
163175
az networkfabric fabric commit-configuration \
164176
--resource-group <rgname> \

0 commit comments

Comments
 (0)