Microsoft Entra ID Governance

Create a configuration monitor

In brief

Learn how to create a configuration monitor in Microsoft Entra Tenant Governance to evaluate a tenant against a configuration baseline and report drift

Documentation change

Create and update a configuration monitor

Create a configuration monitor

This article describes how to create and update a configuration monitor in the Microsoft Entra admin center. A configuration monitor periodically evaluates your tenant configuration against a configuration baseline. It records configuration drifts when the actual state differs from the desired state.

Configuration monitors evaluate a tenant against a configuration baseline and report configuration drift. Use a monitor when you want to track whether a tenant stays aligned with a known-good configuration.

Before you begin

Prerequisites

  1. Sign in to the Microsoft Entra admin center as at least a Global Administrator.
  • The tenant has licenses for Tenant Governance Basic or Tenant Governance Premium. For current licensing requirements, see Microsoft Entra Tenant Governance licensing.
  • Tenant Governance Basic includes a quota for the number of resources that you can monitor. If the resources in the monitor cause the tenant to exceed its quota, monitor creation fails. An organization gets additional quota for monitored resources for each Tenant Governance Premium license it has.
  • The signed-in user is in a Microsoft Entra privileged role and has permission to create configuration monitors. The user must also have read permissions for the resource types included in the monitor's configuration baseline.
  • The Tenant Configuration Management service has permissions for the workloads and resource types included in the monitor baseline. To assign or remove permissions for the service, see Configure configuration management service permissions.
  1. Verify that your tenant has a license for Microsoft Entra Tenant Governance.

Start monitor creation

  1. Verify that you have the required Microsoft Graph application permissions for the resource types included in your configuration baseline.

To start creating a configuration monitor, follow these steps:

  1. Sign in to the Microsoft Entra admin center as a user with the required role and permissions.
  2. Browse to Tenant Governance > Monitors.
  3. Select New.

Create a configuration monitor

Complete the monitor wizard

Use these steps to create a new configuration monitor. The monitor creation wizard guides you through Permissions, Configuration baseline, and Review.

Complete the wizard steps to configure and create the monitor:

Step 1: Permissions

  1. On Settings, enter a unique monitor name of at least eight characters and an optional description.
  2. On Configuration baseline, upload a baseline JSON file or select Import from snapshot. If you select Import from snapshot, search by snapshot name, select a snapshot, and then select Import. You can use the in-page editor to manually compose or edit the configuration baseline.
  3. On Permissions, review whether the service has permission to:

On the Permissions page, review the Microsoft Graph application permissions required to evaluate the resource types defined in the configuration baseline. Add or remove permissions as needed, then grant all required permissions before you proceed.

  • Read the required Microsoft Graph resources, to monitor Microsoft Entra or Intune resources.
  • Authenticate to Exchange, to monitor Exchange, Defender, or Purview resources.
  • Use the Teams Reader role, to monitor Teams resources.

Select Next to continue.

Step 2: Configuration baseline

  1. On Review, review the summary and create the monitor.

On the Configuration baseline page, write, paste, or upload the JSON file that defines the desired configuration state for the resources you want to monitor. The JSON includes the configuration baseline and elements that define the display name and description of the monitor. The monitor evaluates this baseline each time it runs.

After you create the monitor, it runs automatically on a periodic schedule. Monitor results are available after the monitor runs for the first time, between zero and six hours after creation.

After you validate the baseline, select Next.

To learn how to review monitor results and configuration drift, see View monitor results and manage monitors.

Step 3: Review

On the Review page, confirm the monitor name, description, and configuration baseline. Verify that the resource count matches what you intend.

Select Create monitor to create the configuration monitor.

Update an existing configuration monitor

To update an existing configuration monitor:

  1. Browse to Tenant Governance > Configuration management > Monitors.
  2. Find the monitor you want to update and select the edit (pencil) icon next to its name.

The update wizard uses the same steps as creating a monitor: PermissionsConfiguration baselineReview.

When you update an existing configuration monitor, the updated settings replace the existing monitor definition.

Next steps

Related content