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?
Click on the arrows to vote for the correct answer
A. B. C. D.C
Azure Logic Apps is a cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations. Logic Apps simplifies how you design and build scalable solutions for app integration, data integration, system integration, enterprise application integration (EAI), and business-to-business (B2B) communication, whether in the cloud, on premises, or both.
For example, here are just a few workloads you can automate with logic apps:
-> Process and route orders across on-premises systems and cloud services.
-> Send email notifications with Office 365 when events happen in various systems, apps, and services.
-> Move uploaded files from an SFTP or FTP server to Azure Storage.
-> Monitor tweets for a specific subject, analyze the sentiment, and create alerts or tasks for items that need review.
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overviewFor this scenario, the best serverless computing solution to recommend would be a Logic App.
A Logic App is a serverless service in Azure that enables you to develop workflows that integrate with different services and systems. With a Logic App, you can create a workflow that can automatically send email notifications based on a rule, just like the on-premises application.
Here are some reasons why Logic App is the best solution for this scenario:
No server management: With a serverless solution like Logic App, there is no need to manage any servers, as the Azure platform takes care of it.
Scalability: Logic App can automatically scale up or down based on demand, ensuring that the workflow can handle any increase in traffic.
Integration: Logic App can easily integrate with different services, including email providers like Office 365, Gmail, and others.
Cost-effectiveness: As a serverless service, Logic App charges based on usage, which means that you only pay for what you use.
In contrast, a web app, an API app, or a server image in Azure Marketplace would require more management and maintenance effort, and may not be as scalable or cost-effective as a serverless solution like Logic App.
Therefore, the recommended solution for this scenario is C. a Logic App.