Microsoft Defender for Cloud
Architecture and deployment

Onboard a management group to Microsoft Defender for Cloud

In brief

The page now explicitly states that Microsoft.Security must be registered at management group scope before onboarding so Defender for Cloud policies can be assigned and evaluated. It also updates headings, anchors, metadata, and the next-step link text.

What Defender admins need to know

Administrators must register the Microsoft.Security resource provider before onboarding a management group, using the documented Azure CLI command.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

Enable Defender for Cloud on all subscriptions in a management group

Overview

You can use Azure Policy to enable Microsoft Defender for Cloud on all the Azure subscriptions within the same management group (MG). This is more convenient than accessing them individually from the portal, and works even if the subscriptions belong to different owners.

Prerequisites

Before you onboard the management group, you must register the required resource provider.

Enable the resource provider _Microsoft.Security_ for the management group using thegroup. The following Azure CLI command:command registers the Microsoft.Security resource provider at the management group scope so that Defender for Cloud policies can be assigned and evaluated:

az provider register --namespace Microsoft.Security --management-group-id …

The remediation task will then enable Defender for Cloud's basic functionality on the non-compliant subscriptions.

<a name="optional-modifications"></a>
## Optional policy definition modifications

There are various ways you might choose to modify the Azure Policy definition:

    },
    ```

    If you change itthe `existenceCondition` to the following, only subscriptions set to 'standard' would be classified as compliant:

    ```json
    "existenceCondition": {

    The supplied definition's `deployment` section has a parameter `pricingTier`. By default, this is set to `free`, but you can modify it.

<a name="next-step"></a>
## Next stepsteps

> [!div class="nextstepaction"]
> [Enable enhanced protections]security features in Defender for Cloud](connect-azure-subscription.md)