Microsoft Azure Fundamentals — Question 39
You have an on-premises application that sends email notifications automatically based on a rule.
You plan to migrate the application to Azure.
You need to recommend a serverless computing solution for the application.
What should you include in the recommendation?
Answer options
- A. a web app
- B. a server image in Azure Marketplace
- C. a logic app
- D. an API app
Correct answer: C
Explanation
The correct answer is C, a logic app, as it is designed to automate workflows and can easily handle email notifications based on triggers. Options A and D, while relevant to hosting applications, do not offer the specific automation features needed. Option B, a server image, is not serverless and requires management, making it unsuitable for this scenario.