Remediation
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
. - Under
Management
, selectEnvironment Settings
. - Click on the subscription name.
- Select
Defender plans
. - Set
Status
toOn
forContainers
. - Click
Save
.
From Azure CLIβ
Note: ContainerRegistry
has been deprecated and is replaced by Containers
.
Use the below command to enable Standard
pricing tier for Containers
:
az security pricing create -n 'Containers' --tier 'standard'
From PowerShellβ
Note: ContainerRegistry
has been deprecated and is replaced by Containers
.
Use the below command to enable Standard
pricing tier for Containers
:
Set-AzSecurityPricing -Name 'Containers' -PricingTier 'Standard'