A financial services company needs to automate a security incident response process. When a high-risk login is detected, a workflow must orchestrate the following actions: retrieve user details from Azure Active Directory, block the user's account, create a support ticket in an external IT service management system, and send an email notification. The IT team wants to build this orchestration using a visual, designer-first tool with built-in connectors and minimal coding. Which Azure service should be recommended to host this workflow?
- Azure Logic AppsAnswer
- BAzure Functions
- CAzure Virtual Machines
- DMicrosoft 365
Answer
Azure Logic Apps
Azure Logic Apps is correct because it is a serverless orchestration service that offers a visual designer and out-of-the-box connectors to integrate systems, satisfying the requirement to connect Azure Active Directory, email, and ticketing systems with minimal custom code.
Step-by-Step Solution
Key Concept
Azure serverless services include Azure Functions (code-first) and Azure Logic Apps (designer-first workflow orchestration).