Modify Azure Security Center Playbook to Send Email Messages to Distribution Group | Exam AZ-500 | Microsoft

Modify Play1 to Send Email Messages to Distribution Group

Question

You have an Azure subscription named Sub1.

In Azure Security Center, you have a security playbook named Play1. Play1 is configured to send an email message to a user named User1.

You need to modify Play1 to send email messages to a distribution group named Alerts.

What should you use to modify Play1?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D

You can change an existing playbook in Security Center to add an action, or conditions. To do that you just need to click on the name of the playbook that you want to change, in the Playbooks tab, and Logic App Designer opens up.

https://docs.microsoft.com/en-us/azure/security-center/security-center-playbooks

The correct answer is D. Azure Logic Apps Designer.

Azure Security Center is a cloud-based security management system that provides centralized visibility and control over the security of Azure resources. It enables you to monitor the security posture of your Azure environment and detect and respond to security threats.

A security playbook is a predefined workflow that provides a set of automated response actions to a security event. In Azure Security Center, you can create security playbooks to automate the response to security alerts. These playbooks can be used to perform a variety of actions, such as running Azure Automation runbooks, sending email notifications, creating Azure DevOps work items, or triggering Azure Functions.

In this scenario, you have a security playbook named Play1 that is configured to send an email message to a user named User1. You need to modify Play1 to send email messages to a distribution group named Alerts. To achieve this, you need to use a tool that allows you to modify the playbook's workflow and add an action to send an email message to a distribution group.

Azure Logic Apps Designer is a cloud-based visual designer that enables you to create and modify Azure Logic Apps, which are serverless workflows that integrate with various Azure services and other cloud-based services. With Azure Logic Apps Designer, you can create a new logic app from scratch or modify an existing logic app. You can drag-and-drop actions, conditions, and loops to build the workflow, and configure the properties of each action to customize its behavior.

To modify Play1 to send email messages to a distribution group named Alerts, you can use Azure Logic Apps Designer to add a new action to the playbook's workflow. The new action should be the "Office 365 Outlook - Send an email" action, which allows you to send an email message using an Office 365 Outlook account. You can configure the action to send the email message to the distribution group named Alerts and set the subject and body of the message.

Therefore, the correct answer is D. Azure Logic Apps Designer.