Which Azure service should you use?

You need to generate the report for the WGBLeaseLeader app.Which Azure service should you use?WebJobs is a feature of Azure App Service that enables you to run a program or script in the same context as a web app, API app, or mobile app. There is no additional cost to use WebJobs.An Azure WebJob can be either continuous or triggered. In the latter case, it starts only when triggered manually or on a schedule.From scenario: The WGBLeaseLeader app should be secured to stop data breaches. If the data is breached, it must not be readable.The business would also like the monthly report to be automatically generated on the first of the month. Currently, a user must log in to the portal and click a button to generate the report.References: https://docs.microsoft.com/en-us/azure/app-service/web-sites-create-web-jobs

Question:

Which Azure service should you use?

Options:

Azure Data Lake Store

Azure WebJob

Azure Service Bus Queue

Azure Stream Analytics

Correct Answer

The Correct Answer for this Question is

Azure WebJob

Leave a Comment