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 AppsCevap
- BAzure Functions
- CAzure Virtual Machines
- DMicrosoft 365
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Azure serverless services include Azure Functions (code-first) and Azure Logic Apps (designer-first workflow orchestration).