Skip to main content
Version: 2.1.1-preview

MT.1064 - Management group creation should be limited to users with explicit write access

Overview​

By default, all Entra ID security principals can create new management groups. This introduces governance and security risks, as it allows any user to create a new management group and link subscriptions to it without oversight.

To prevent this, Azure provides a setting that enforces write permission requirements for the creation of new management groups. This ensures that only authorized users can manage the structure of your management group hierarchy.

Remediation action:​

To enable the requirement for write permissions:

  1. Navigate to the Microsoft Azure Portal: https://portal.azure.com.
  2. In the search bar, type Management groups and open the blade.
  3. Select Settings in the left navigation menu.
  4. Under Permissions for creating new management groups, enable the switch: Require write permissions for creating new management groups.

Test Metadata​

FieldValue
Test IDMT.1064
SeverityHigh
SuiteMaester
CategoryAzure
PowerShell testTest-MtManagementGroupWriteRequirement
TagsAzure, MT.1064

Source​

  • Pester test: tests/Maester/Azure/Test-MtManagementGroupWriteRequirement.Tests.ps1
  • PowerShell source: powershell/public/maester/azure/Test-MtManagementGroupWriteRequirement.ps1