You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Defender defaults parity, expose appSubnetDelegation, document Defender for ARM
- Align Defender for Servers/Databases defaults: auto-enable for prod in TF (matches Bicep)
- Expose appSubnetDelegation param in Bicep main and pass to networking module
- Add Defender for ARM to security.md documentation
Copy file name to clipboardExpand all lines: docs/security.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Security that protects you without slowing you down. Every recommendation here i
13
13
| Defender for Containers | If running AKS |~$7/vCPU/month | Runtime threat detection, image vulnerability scanning, Kubernetes audit log monitoring. |
14
14
| Defender for Databases | Prod only | Varies | SQL/Postgres threat detection — alerts on SQL injection, anomalous access, brute force. |
15
15
| Defender for Key Vault | Prod only |~$0.02/10k transactions | Alerts on unusual access patterns to secrets. Cheap insurance. |
16
+
| Defender for ARM | Both subs |~$4/sub/month | Detects suspicious control-plane operations (mass deletions, privilege escalation). Always enabled by this landing zone. |
16
17
| Defender for Storage | No |~$10/month per account | Malware scanning. Skip unless you accept user file uploads. |
17
18
| Defender for App Service | No |~$15/month per instance | Limited value compared to other plans. Revisit later. |
18
19
| Defender for DNS | No |~$0.70/million queries | Niche. Only if you suspect DNS exfiltration (you don't). |
0 commit comments