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
az networkcloud cluster show --ids /subscriptions/<subscription ID>/resourceGroups/<Resource Group Name>/providers/Microsoft.NetworkCloud/clusters/<Nexus Cluster Name> --query secretArchive
135
135
```
136
136
137
+
## Add a permission to User-assigned identity
138
+
139
+
When using a User-assigned identity, add the following role assignment to the UAI resource:
140
+
141
+
1. Open the Azure Portal and locate the User-assigned identity in question.
142
+
2. Under **Access control (IAM)**, click **Add role assignment**.
143
+
3. Select **Role**: Managed Identity Operator. (See the permissions that the role provides [managed-identity-operator](/azure/role-based-access-control/built-in-roles/identity#managed-identity-operator)).
144
+
4. Assign access to: **User, group, or service principal**.
0 commit comments