AZ-500 · Question #256
You are working for a company as an Azure administrator. There are above 100 virtual machines (VMs) and all running on a single tenant. That one tenant has three subscriptions. Security alerts are…
The correct answer is C. Create a new playbook. Configure the playbook to send an email whenever Security Center. To receive immediate email notifications for Azure Security Center alerts, you must create and configure an Azure Logic Apps playbook that triggers on Security Center alerts and sends an email.
Question
Options
- ACreate a new workspace. Connect the VMs to the workspace and gather the Windows security
- BCreate an Azure Automation account. Configure the account to scan for alerts in Security Center.
- CCreate a new playbook. Configure the playbook to send an email whenever Security Center
- DCreate an Azure Automation account. Configure the account to scan for alerts in Security Center.
How the community answered
(33 responses)- A15% (5)
- B3% (1)
- C76% (25)
- D6% (2)
Why each option
To receive immediate email notifications for Azure Security Center alerts, you must create and configure an Azure Logic Apps playbook that triggers on Security Center alerts and sends an email.
Creating a new Log Analytics workspace and collecting Windows security events is a good practice for logging and monitoring, but it doesn't directly configure immediate email notifications for Security Center alerts.
An Azure Automation account can automate various tasks, but it's not the primary or most direct service for real-time alert notification from Security Center; Logic Apps are designed for this event-driven automation.
Azure Security Center (now Defender for Cloud) integrates with Azure Logic Apps to automate responses to security alerts. By creating a Logic App (playbook) that uses a "When an Azure Security Center alert is created or triggered" connector, you can then add an action, such as "Send an email (V2)", to ensure immediate notification upon alert detection.
This choice is identical to B and incorrect for the same reason; Azure Automation is not the most direct or real-time mechanism for Security Center alert notifications.
Concept tested: Automating security alert responses with Azure Logic Apps and Defender for Cloud
Source: https://learn.microsoft.com/en-us/azure/defender-for-cloud/workflow-automation
Community Discussion
No community discussion yet for this question.