A smart agriculture company wants to automate its irrigation management system. The company needs to build a workflow that automatically retrieves daily weather forecast data from an external API, sends email alerts to field operations teams if high temperatures are predicted, and logs the execution history. The solution must be created using a visual, designer-first interface with pre-built connectors and require no custom coding. Which Azure service should the company select to meet these requirements?
- Azure Logic AppsAnswer
- BAzure Functions
- CAzure Virtual Machines
- DAzure App Service
Answer
Azure Logic Apps
Azure Logic Apps is the correct service because it provides a visual, designer-first interface to create serverless workflows. It supports pre-built connectors (e.g., for APIs, emails, databases) to integrate different systems without requiring the user to write code, which perfectly aligns with the scenario's constraints.
Step-by-Step Solution
Key Concept
Azure Serverless Compute (Functions vs. Logic Apps)