- A
Create an analytics rule with an automated response
Why wrong: Analytics rules can have automated responses (playbooks) triggered directly, but this is less flexible. Automation rules are the recommended way to centrally manage responses to incidents.
- B
Create a playbook in Logic Apps and attach it to the alert as an automation rule
Correct. Automation rules are configured to run playbooks when new incidents are created. The playbook then executes the logic to add the tag.
- C
Use a workbook to trigger the playbook
Why wrong: Workbooks are for data visualization and analysis, not for triggering automation. They do not have the capability to invoke playbooks directly.
- D
Configure a data connector
Why wrong: Data connectors are used to ingest data from various sources into Sentinel, not to automate responses to alerts.
Quick Answer
The answer is to create a playbook in Azure Logic Apps and attach it to the alert as an automation rule. This is correct because Microsoft Sentinel playbooks are built natively on Azure Logic Apps, and automation rules serve as the trigger mechanism that runs the playbook whenever a high-severity alert is generated. The playbook then uses the Azure Resource Manager connector to apply the 'isolated' tag to the affected virtual machine, enabling automated incident response without manual intervention. On the AZ-500 exam, this scenario tests your understanding of how Sentinel integrates with Logic Apps for security orchestration, and a common trap is assuming you can attach a playbook directly to an alert rule—instead, you must use an automation rule as the bridge. Remember the chain: Alert triggers Automation Rule, which triggers the Logic App playbook to tag the VM.
AZ-500 Manage identity and access Practice Question
This AZ-500 practice question tests your understanding of manage identity and access. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: automation rules in Sentinel trigger playbooks based on incident creation.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A security team uses Microsoft Sentinel. They want to create a playbook that automatically adds a tag 'isolated' to any Azure virtual machine that triggers a high-severity security alert. How should they configure the automation?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Create a playbook in Logic Apps and attach it to the alert as an automation rule
Option B is correct because Microsoft Sentinel playbooks are built on Azure Logic Apps and can be triggered by automation rules. An automation rule is configured to run when a high-severity alert is generated, and it invokes the playbook, which then uses the Azure Resource Manager connector to add the 'isolated' tag to the triggering virtual machine. This is the native, supported method for automated incident response in Sentinel.
Key principle: Automation rules in Sentinel trigger playbooks based on incident creation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create an analytics rule with an automated response
Why it's wrong here
Analytics rules can have automated responses (playbooks) triggered directly, but this is less flexible. Automation rules are the recommended way to centrally manage responses to incidents.
- ✓
Create a playbook in Logic Apps and attach it to the alert as an automation rule
Why this is correct
Correct. Automation rules are configured to run playbooks when new incidents are created. The playbook then executes the logic to add the tag.
Related concept
Automation rules in Sentinel trigger playbooks based on incident creation.
- ✗
Use a workbook to trigger the playbook
Why it's wrong here
Workbooks are for data visualization and analysis, not for triggering automation. They do not have the capability to invoke playbooks directly.
- ✗
Configure a data connector
Why it's wrong here
Data connectors are used to ingest data from various sources into Sentinel, not to automate responses to alerts.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is confusing analytics rule automated responses (which can only trigger playbooks or change alert properties) with the ability to directly modify Azure resources, leading candidates to incorrectly choose Option A.
Detailed technical explanation
How to think about this question
Under the hood, a Sentinel automation rule uses a trigger condition (e.g., alert severity equals High) and an action that calls a specific playbook. The playbook, built in Logic Apps, uses the 'HTTP + Azure Resource Manager' connector to make a PATCH request to the VM's resource ID, updating its tags. This requires the Logic App's managed identity to have 'Virtual Machine Contributor' or equivalent permissions on the target VM or resource group. A real-world scenario is isolating a compromised VM by tagging it, then using Azure Policy to deny non-compliant traffic to tagged VMs.
KKey Concepts to Remember
- Automation rules in Sentinel trigger playbooks based on incident creation.
- Azure Logic Apps are used to build the 'playbooks' (automated workflows).
- Playbooks can interact with Azure resources, like VMs, to apply tags.
- Automation rules provide centralized management for incident response.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Automation rules in Sentinel trigger playbooks based on incident creation.
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
What to study next
Got this wrong? Here's your next step.
Review automation rules in Sentinel trigger playbooks based on incident creation., then practise related AZ-500 questions on the same topic to reinforce the concept.
- →
Manage identity and access — study guide chapter
Learn the concepts, then practise the questions
- →
Manage identity and access practice questions
Targeted practice on this topic area only
- →
All AZ-500 questions
1,000 questions across all exam domains
- →
Microsoft Azure Security Engineer Associate AZ-500 study guide
Full concept coverage aligned to exam objectives
- →
AZ-500 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AZ-500 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Secure identity and access practice questions
Practise AZ-500 questions linked to Secure identity and access.
Secure compute, storage, and databases practice questions
Practise AZ-500 questions linked to Secure compute, storage, and databases.
Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel practice questions
Practise AZ-500 questions linked to Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel.
Manage identity and access practice questions
Practise AZ-500 questions linked to Manage identity and access.
Secure networking practice questions
Practise AZ-500 questions linked to Secure networking.
AZ-500 fundamentals practice questions
Practise AZ-500 questions linked to AZ-500 fundamentals.
AZ-500 scenario practice questions
Practise AZ-500 questions linked to AZ-500 scenario.
AZ-500 troubleshooting practice questions
Practise AZ-500 questions linked to AZ-500 troubleshooting.
Practice this exam
Start a free AZ-500 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AZ-500 question test?
Manage identity and access — This question tests Manage identity and access — Automation rules in Sentinel trigger playbooks based on incident creation..
What is the correct answer to this question?
The correct answer is: Create a playbook in Logic Apps and attach it to the alert as an automation rule — Option B is correct because Microsoft Sentinel playbooks are built on Azure Logic Apps and can be triggered by automation rules. An automation rule is configured to run when a high-severity alert is generated, and it invokes the playbook, which then uses the Azure Resource Manager connector to add the 'isolated' tag to the triggering virtual machine. This is the native, supported method for automated incident response in Sentinel.
What should I do if I get this AZ-500 question wrong?
Review automation rules in Sentinel trigger playbooks based on incident creation., then practise related AZ-500 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Automation rules in Sentinel trigger playbooks based on incident creation.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This AZ-500 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-500 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.