A real estate agency needs to automate a lease document verification process. When an agent uploads a lease agreement to Azure Blob Storage, the system must trigger a workflow that extracts data using an AI service, updates a SQL database, and sends an email notification to a supervisor. The agency wants to build this workflow using a graphical designer and pre-built connectors with minimal custom code.
Which Azure service is best suited for orchestrating this serverless workflow?
- AMicrosoft 365
- BAzure Functions
- Azure Logic AppsAnswer
- DAzure App Service
Answer
Azure Logic Apps
Azure Logic Apps is the correct service because it is a serverless orchestration engine that utilizes a visual designer and pre-built connectors to automate workflows with minimal code, perfectly matching the scenario.
Step-by-Step Solution
Key Concept
Azure Serverless Compute (Functions and Logic Apps)
Estimated Time:1m 0s