But it does not flag unencrypted accounts. What is the likely issue?
medium
A. Wrong resource type specified
B. Effect should be 'deny' instead of 'audit'
C. Missing condition to check encryption status
D. Policy JSON syntax error
Solution
Step 1: Analyze policy condition
The policy only checks resource type but does not check if encryption is enabled.
Step 2: Identify missing encryption check
Without a condition on encryption property, unencrypted accounts won't be flagged.
Final Answer:
Missing condition to check encryption status -> Option C
Quick Check:
Check encryption condition missing = No flags [OK]
Hint: Policy must check encryption property explicitly [OK]
Common Mistakes:
Assuming 'audit' effect flags all issues
Not adding encryption property condition
Confusing resource type or syntax errors
5. Your company wants to improve its Azure security posture by automating threat detection and response. Which combination of Azure services best supports this goal?
hard
A. Azure DevOps + Azure Monitor
B. Azure Security Center + Azure Sentinel
C. Azure Blob Storage + Azure Functions
D. Azure Virtual Machines + Azure Backup
Solution
Step 1: Identify services for threat detection
Azure Security Center provides security posture management and threat protection.
Step 2: Identify services for automated response
Azure Sentinel is a SIEM tool that automates threat detection and response.
Step 3: Evaluate other options
Other options focus on storage, development, monitoring, or backup, not automated security response.
Final Answer:
Azure Security Center + Azure Sentinel -> Option B
Quick Check:
Security Center + Sentinel = Automated threat detection [OK]
Hint: Combine Security Center with Sentinel for automation [OK]
Common Mistakes:
Choosing storage or backup services for security automation