Azure Management Groups
- If your organization has many subscriptions, you might need to effeciently manage access, policies and compliance to those subscriptions, Azure Management groups provide a scope above subscriptions
- Creating a Management group
- All Services -> Management + Governance
- Select Management Groups
- Add Management group
- Policies can be applied at the management group level, to create your own policy definitions Refer Here
Basic Checks
- Lets explore finding all the users from azure cli
az <service> [<sub-service>] <action> parameters
az group list
- To work with Azure cli start from Refer Here
- Now drill down to ad users Refer Here
