Skip to content

Commit dca1993

Browse files
authored
Enhance security best practices for Azure Storage
Added sections on when to use Storage Insights and Microsoft Defender for Storage, detailing their capabilities and security benefits.
1 parent 198bed1 commit dca1993

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

learn-pr/wwl-azure/configure-storage-security/includes/7-apply-best-practices.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,25 @@
1212

1313
- **Unified View**. It delivers a unified view of your Azure Storage services' performance, capacity, and availability, which is crucial for maintaining the security and efficiency of your storage accounts.
1414

15-
### Security uses for Storage Insights
15+
### When to use Storage Insights
1616

1717
- **Real-Time Monitoring**. Azure Storage Insights enables real-time monitoring of storage accounts, allowing you to track usage trends, monitor performance, and set up alerts for any anomalies.
1818

1919
- **Security Auditing**. It aids in security auditing by providing comprehensive monitoring and detailed logs, which are essential for ensuring compliance and identifying any security issues.
2020

2121
- **Health Analysis and Optimization**. The tool helps in health analysis and optimization of storage accounts, ensuring security and optimal performance.
2222

23+
### When to use Microsoft Defender for Storage
24+
25+
While Storage Insights provides passive monitoring and historical analysis, Microsoft Defender for Storage offers proactive threat detection for active security threats.
26+
27+
**Key capabilities**
28+
29+
- **Malware scanning**. Automatically scans blob uploads for malware and viruses.
30+
31+
- **Sensitive data threat detection**. Identifies when personally identifiable information (PII) or credentials are stored inappropriately.
32+
33+
- **Activity-based threat detection**. Monitors for unusual access patterns, suspicious download volumes, and hash reputation analysis.
34+
35+
Microsoft Defender for Storage complements Storage Insights by providing active threat detection rather than just reactive monitoring and historical reporting.
36+

0 commit comments

Comments
 (0)