
Answer-first summary for fast verification
Answer: a logic app
The question requires a serverless computing solution for migrating an on-premises application that sends email notifications based on a rule. Azure Logic Apps (option C) is the correct choice because it is a serverless workflow automation service that can trigger email notifications using built-in connectors (e.g., Office 365 Outlook, SMTP) without managing infrastructure. The community discussion strongly supports this, with 100% consensus on option C and high upvotes for explanations highlighting Logic Apps' suitability for rule-based automation and serverless nature. Option A (web app) is incorrect as it requires server management. Option B (server image) is not serverless. Option D (API app) is for building APIs, not workflow automation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have an on-premises application that automatically sends email notifications based on a rule. You plan to migrate this application to Azure and must recommend a serverless computing solution. What should you recommend?
A
a web app
B
a server image in Azure Marketplace
C
a logic app
D
an API app