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
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-cluster-manager.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ Some arguments that are available for every Azure CLI command
55
55
Starting with the 2024-06-01-preview API version, a customer can assign managed identity to a Cluster Manager. Both System-assigned and User-Assigned managed identities are supported.
56
56
57
57
If a Cluster Manager is created with the User-assigned managed identity, a customer is required to provision access to that identity for the Nexus platform.
58
-
Specifically, `Microsoft.ManagedIdentity/userAssignedIdentities/assign/action` permission needs to be added to the User-assigned identity for `AFOI-NC-MGMT-PME-PROD` Entra ID. It is a known limitation of the platform that will be addressed in the future.
58
+
Specifically, `Microsoft.ManagedIdentity/userAssignedIdentities/assign/action` permission needs to be added to the User-assigned identity for `AFOI-NC-MGMT-PME-PROD`Microsoft Entra ID. It is a known limitation of the platform that will be addressed in the future.
59
59
60
-
The role assignment can be done via Portal:
60
+
The role assignment can be done via the Azure portal:
61
61
62
-
- Open Azure Portal and locate User-assigned identity in question.
62
+
- Open Azure portal and locate User-assigned identity in question.
63
63
- If you expect multiple managed identities provisioned, the role can be added instead at the resource group or subscription level.
64
64
- Under `Access control (IAM)`, click Add new role assignment
65
65
- Select Role: `Managed Identity Operator`. See the [permissions](../role-based-access-control/built-in-roles/identity.md#managed-identity-operator) that the role provides.
0 commit comments