Skip to content

Commit e9557f0

Browse files
committed
fixes with eyal
1 parent cfc0fca commit e9557f0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

articles/defender-for-cloud/anti-malware.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ Container runtime antimalware detection and blocking is part of the Defender for
2222

2323
- To use container runtime antimalware detection and blocking, you need to run the Defender for Container sensor, which is available for the AWS, GCP, and AKS clouds. Currently, this feature is in preview and is only supported for:
2424
- **AKS**: Helm provisioning with sensor version **0.10.2**.
25-
- **Multicloud**: Helm provisioning with sensor version **0.10.2** or the ARC extension using `release train=preview`.
25+
- **Multicloud**: Helm provisioning with sensor version **0.10.2** or the ARC extension using `release-train=preview`, with the command `--configuration-settings collectors.antimalwareCollector.enable='true`.
2626

27+
For example:
28+
29+
```azurecli
30+
az k8s-extension create --name microsoft.azuredefender.kubernetes --extension-type microsoft.azuredefender.kubernetes --cluster-name <name> --resource-group <rg> --cluster-type connectedClusters --release-train preview --configuration-settings collectors.antimalwareCollector.enable='true'
31+
```
32+
2733
- You must enable the Defender for Container sensor on the subscriptions and connectors. 
2834
2935
- To create and modify antimalware policies, you need Security Admin or higher permissions on the tenant. To view antimalware policies, you need Security Reader or higher permissions on the tenant. 

0 commit comments

Comments
 (0)