What is Azure Logic Apps?

Answer

Azure Logic Apps is a serverless workflow automation platform with a visual designer and 400+ built-in connectors. It enables integrating apps, data, services, and systems across enterprises without writing code. A Logic App is triggered by an event (new email, HTTP request, file upload, schedule) and executes a workflow of actions (send email, write to database, call an API, transform data). Built-in connectors include Office 365, Dynamics 365, Salesforce, SAP, Twitter, Slack, and more. Key use case: enterprise application integration (EAI) — connecting legacy systems, automating approval workflows, processing EDI transactions. Logic Apps Standard (v2) runs on Azure Functions runtime, enabling local development and inline code steps.