You manage an Azure environment that contains a management group named `Corp-MG` and two subscriptions named `Sub-Prod-01` and `Sub-Prod-02` under `Corp-MG`. A resource group named `RG-Operations` in `Sub-Prod-01` contains an Azure Automation runbook that deallocates virtual machines. A resource group named `RG-Resources` in `Sub-Prod-02` contains critical virtual machines with `ReadOnly` resource locks applied. You need to configure a cost control solution that monitors the combined monthly spending of both subscriptions and automatically triggers the runbook in `RG-Operations` to deallocate the virtual machines when the combined monthly spending reaches . You attempt to create an Azure budget at the `Corp-MG` scope and link it to an action group that executes the runbook. Why does this configuration fail to meet the requirements?
- Action groups are not supported for budgets configured at the management group scope.Answer
- BThe ReadOnly resource locks on the virtual machines prevent the action group from executing the runbook.
- CThe action group cannot access resources across subscription boundaries without an explicit Owner role assignment at the management group root level.
- DThe budget alert fails because action groups require at least one budget threshold configured to send an email notification to a billing administrator.