You have an Azure App Service named WebApp1. You plan to add a WebJob named WebJob1 to WebApp1. You need to ensure that WebJob1 is triggered every 15 minutes. What should you do?
正解:B
Section: [none] Explanation: You can enter a CRON expression in the portal [as the Webjob properties] or include a settings.job file at the root of your WebJob .zip file, as in the following example: { "schedule": "0 */15 * * * *" } Reference: https://docs.microsoft.com/en-us/azure/app-service/webjobs-create