A company wants to build a serverless workflow that automatically extracts data from an incoming email, updates records in a Dynamics 365 database, and sends a notification to a Slack channel. Azure Functions is the recommended primary service for this workflow because it provides a visual designer and pre-built connectors for Slack and Dynamics 365, eliminating the need to write custom integration code.
Answer: Answer
Answer
False
The correct answer is False because the scenario describes a visual, connector-driven orchestration workflow, which is the primary use case for Azure Logic Apps. Azure Functions is a code-first service that requires writing custom code to implement logic.
Step-by-Step Solution
Key Concept
Azure Serverless Compute: Azure Functions vs. Azure Logic Apps
Estimated Time:1m 0s