- A
Configure an Azure Policy that disables the user account.
Why wrong: Incorrect. Azure Policy is for resource compliance, not user account management.
- B
Use Microsoft Defender for Cloud to automatically disable the account.
Why wrong: Incorrect. Defender for Cloud does not manage Entra ID user accounts.
- C
Create a Power Automate flow triggered by the Sentinel alert.
Why wrong: Incorrect. Power Automate is not directly integrated with Sentinel alerts.
- D
Create a playbook in Microsoft Sentinel with a Logic Apps connector to Microsoft Entra ID.
Correct. Playbooks can automate response actions like disabling a user.
Quick Answer
The correct answer is to create a playbook in Microsoft Sentinel with a Logic Apps connector to Microsoft Entra ID. This works because Sentinel playbooks are built on Azure Logic Apps, which can execute automated workflows—such as disabling a compromised user account—by connecting directly to the Microsoft Graph API for Entra ID. On the AZ-500 exam, this scenario tests your understanding of how automation rules bridge security alerts in Sentinel to identity remediation actions in Entra ID, a key integration for incident response. A common trap is confusing Power Automate with Logic Apps; remember that Sentinel natively triggers Logic Apps, not Power Automate, for this purpose. Another pitfall is assuming Azure Policy or Defender for Cloud can disable user accounts—they cannot. For a memory tip, think “Sentinel triggers, Logic Apps disables”—the playbook is the glue between detection and remediation.
AZ-500 Practice Question: Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel
This AZ-500 practice question tests your understanding of secure azure using microsoft defender for cloud and microsoft sentinel. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.
You are investigating a security incident in Microsoft Sentinel. A KQL query returns results indicating that a user logged in from an IP address that is not in the organization's approved list. The user's account has been compromised. You need to automatically disable the user account in Microsoft Entra ID when such an alert is triggered. What should you configure?
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 Microsoft Sentinel with a Logic Apps connector to Microsoft Entra ID.
Option D is correct because Microsoft Sentinel can use automation rules with playbooks (based on Azure Logic Apps) to trigger actions like disabling a user in Microsoft Entra ID. Option A is wrong because Azure Policy cannot disable user accounts. Option B is wrong because Microsoft Defender for Cloud does not manage Entra ID user accounts. Option C is wrong because Power Automate is not natively integrated with Sentinel for this purpose.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Configure an Azure Policy that disables the user account.
Why it's wrong here
Incorrect. Azure Policy is for resource compliance, not user account management.
- ✗
Use Microsoft Defender for Cloud to automatically disable the account.
Why it's wrong here
Incorrect. Defender for Cloud does not manage Entra ID user accounts.
- ✗
Create a Power Automate flow triggered by the Sentinel alert.
Why it's wrong here
Incorrect. Power Automate is not directly integrated with Sentinel alerts.
- ✓
Create a playbook in Microsoft Sentinel with a Logic Apps connector to Microsoft Entra ID.
Why this is correct
Correct. Playbooks can automate response actions like disabling a user.
Related concept
Static NAT maps one inside address to one outside address.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AZ-500 NAT questions on configuration and troubleshooting.
- →
Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel — study guide chapter
Learn the concepts, then practise the questions
- →
Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel 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?
Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel — This question tests Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Create a playbook in Microsoft Sentinel with a Logic Apps connector to Microsoft Entra ID. — Option D is correct because Microsoft Sentinel can use automation rules with playbooks (based on Azure Logic Apps) to trigger actions like disabling a user in Microsoft Entra ID. Option A is wrong because Azure Policy cannot disable user accounts. Option B is wrong because Microsoft Defender for Cloud does not manage Entra ID user accounts. Option C is wrong because Power Automate is not natively integrated with Sentinel for this purpose.
What should I do if I get this AZ-500 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AZ-500 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 →
Same concept, more angles
1 more ways this is tested on AZ-500
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Your organization uses Microsoft Sentinel to manage security incidents. You need to configure automated response to block a user account when a high-severity incident is triggered. The response should be automatically executed when the incident is created. What should you create?
hard- A.An analytics rule
- B.A playbook
- ✓ C.An automation rule that triggers a playbook
- D.A workbook
Why C: Option C is correct because an automation rule in Microsoft Sentinel can trigger a playbook when an incident is created. Option A is wrong because a playbook alone does not automatically trigger on incident creation; it needs an automation rule. Option B is wrong because analytics rules generate alerts, not automated responses. Option D is wrong because a workbook is a visualization tool.
Last reviewed: Jun 20, 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.