wooden-receptionist-75654
09/14/2021, 8:16 AMcontainerservice.ManagedCluster
with SystemAssigned MI. Something like:
const cluster = new containerservice.ManagedCluster(managedClusterName, {
...
identity: {
type: "SystemAssigned",
}
...
});
How can I get it principalId
for creating authorization.RoleAssignment
?gentle-restaurant-16139
09/14/2021, 8:20 AMazuread.ServicePrincipal
tall-librarian-49374
09/14/2021, 8:33 AMwooden-receptionist-75654
09/14/2021, 5:51 PM