A media company wants to automate its social media posting schedule. The company needs to design an integration workflow that triggers whenever a new article is published on their website. The workflow must connect to external social media platforms, send an approval email to the editor, and post the article details after approval. The solution must be built using a visual design interface with pre-built connectors and require no custom programming code. Which Azure service should the company use to meet this requirement?
- Azure Logic AppsAnswer
- BAzure Functions
- CAzure Virtual Machines
- DAzure App Service
Answer
Azure Logic Apps is the recommended service because it provides a visual design interface and pre-built connectors to orchestrate integration workflows without writing code.
Azure Logic Apps is the correct service because it is specifically designed for building visual integration workflows. It allows users to orchestrate tasks, connect to external systems using pre-built connectors, and configure logic without writing custom code.
Step-by-Step Solution
Key Concept
Azure Logic Apps is a serverless orchestration service designed for visual workflows and integration tasks using connectors, whereas Azure Functions is designed for custom code execution.
Estimated Time:1m 15s