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
### Updating storage account to an existing Fabric instance
120
+
### 5.2 Updating storage account to an existing Fabric instance
121
121
122
122
For existing deployments, update the Fabric with the required parameters:
123
123
@@ -136,4 +136,31 @@ Once updated, commit the changes:
136
136
az networkfabric fabric commit-configuration --resource-group <rgname> --resource-name <nfname>
137
137
```
138
138
139
+
### 5.3 Updating UAMI assignments on an existing Fabric instance
139
140
141
+
To update the list of User-Assigned Managed Identities (UAMIs) on a Network Fabric resource, use the --mi-user-assigned flag with a dictionary syntax. This allows you to add or remove identities.
142
+
143
+
> [!NOTE]
144
+
> To remove a UAMI, it must be explicitly set to null. Omitting it from the dictionary will not remove it.
0 commit comments