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
|`--additional-description`| Provides an additional description for the interface update. | Alphanumeric (`A-Z`, `a-z`, `0-9`), `-`, and `_` allowed. Max 64 characters. Can be an empty string with a space or null. |
58
+
|`--device`| Specifies the name of the Network Fabric device. | No specific constraints. |
59
+
|`-g, --resource-group`| Defines the name of the resource group where the device is located. | No specific constraints. |
60
+
|`--resource-name`| Indicates the name of the network interface resource. | No specific constraints. |
61
+
62
+
Let me know if you'd like any further refinements! 🚀
51
63
52
64
53
65
### 3. Commit the configuration
54
66
55
67
After updating the description, apply the changes to the fabric:
56
68
57
69
```Azure CLI
58
-
az networkfabric fabric commit-configuration --resource-name nffab5-8-0-gf -g Fab5NF-8-0-GF
70
+
az networkfabric fabric commit-configuration --resource-group "example-rg" --resource-name "example-fabric"
|`--additional-description`| Provides an additional description for the interface update. | Alphanumeric (`A-Z`, `a-z`, `0-9`), `-`, and `_` allowed. Max 64 characters. Can be an empty string with a space or null. |
109
+
|`--device`| Specifies the name of the Network Fabric device. | No specific constraints. |
110
+
|`-g, --resource-group`| Defines the name of the resource group where the device is located. | No specific constraints. |
111
+
|`--resource-name`| Indicates the name of the network interface resource. | No specific constraints. |
112
+
85
113
### 3. Commit the configuration
86
114
87
115
After removing the suffix, apply the changes to the fabric:
88
116
89
117
```Azure CLI
90
-
az networkfabric fabric commit-configuration --resource-name nffab5-8-0-gf -g Fab5NF-8-0-GF
118
+
az networkfabric fabric commit-configuration --resource-group "example-rg" --resource-name "example-fabric"
0 commit comments