Exam: AZ-900: Microsoft Azure Fundamentals 0 Likes
You have an on-premises application that sends email notifications (AZ-900)
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?
A) A web app.
B) A server image in Azure Marketplace.
C) A logic app.
D) An API app.
Solution
Correct answer: C) A logic app.
Since the application sends email notifications automatically based on a rule, a serverless computing solution that can handle event-driven workflows is ideal. Azure Logic Apps is a serverless platform that allows you to automate workflows and integrate with various services, including email providers.
With Logic Apps, you can create a workflow that listens for the rule-based trigger, processes the notification, and sends the email without having to manage any infrastructure. This solution is serverless, scalable, and cost-effective.
The other options are not the best fit for this scenario:
A) A web app is a good choice for hosting web applications, but it may not be the best fit for a serverless, event-driven workflow.
B) A server image in Azure Marketplace is a pre-configured virtual machine image that can be used to deploy a server, but it's not a serverless solution.
D) An API app is a type of web app that exposes APIs, but it may not be the best fit for a workflow-based application that sends email notifications.
Logic Apps is the most suitable choice for this scenario, as it provides a serverless, event-driven workflow solution that can handle the application's notification requirements.
Category: Azure architecture and services