Information
Microsoft Defender for Resource Manager scans incoming administrative requests to change your infrastructure from both CLI and the Azure portal.
Rationale:
Scanning resource requests lets you be alerted every time there is suspicious activity in order to prevent a security threat from being introduced.
Impact:
Enabling Microsoft Defender for Resource Manager requires enabling Microsoft Defender for your subscription. Both will incur additional charges.
Solution
Remediate from Azure Portal
Go to Microsoft Defender for Cloud.
Under Management, select Environment Settings.
Click on the subscription name.
Select the Defender plans blade.
Select On under Status for Resource Manager.
Select 'Save.
Remediate from Azure CLI
Use the below command to enable Standard pricing tier for Defender for Resource Manager
az security pricing create -n 'Arm' --tier 'Standard'
Remediate from PowerShell
Use the below command to enable Standard pricing tier for Defender for Resource Manager
Set-AzSecurityPricing -Name 'Arm' -PricingTier 'Standard'
Default Value:
By default, Microsoft Defender for Resource Manager is not enabled.