Can we have user identity at Management group level?

Viewed 77

We have total 130 subscriptions among 3 management groups. We are have few private link policies for creating A record for few resources that is using system managed identities.

Due to this multiple identities is getting created which is point of concern. And creating user identity at subscription level for 130 subscription is really not acceptable because we are deploying policies through Azure DevOps.

Any help

1 Answers

You can create a Service Principal and assign a proper role to it at Management Group level.

Related