A financial services company wants to automate its compliance auditing process. The solution must run a workflow that triggers automatically whenever a new transaction report is uploaded. The workflow needs to connect to multiple external cloud applications using built-in, low-code connectors to verify compliance and send email notifications, without requiring any custom code to be written. Which Azure service is the most appropriate for orchestrating this workflow?
- AAzure Functions
- Azure Logic AppsAnswer
- CAzure Virtual Machines
- DMicrosoft 365
Answer
Azure Logic Apps is the most appropriate service because it is a designer-first, low-code serverless integration service that orchestrates workflows and connects applications using built-in connectors without requiring custom code.
The correct service is Azure Logic Apps because it is specifically designed for serverless workflow orchestration, providing a visual designer and pre-built connectors that allow integrations without writing custom code.
Step-by-Step Solution
Key Concept
Azure Logic Apps is a serverless, designer-first orchestration service for integrating apps, data, and systems using built-in connectors and a visual workflow designer.
Estimated Time:1m 0s