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?
A.
Change the Web.config file to include the 1-31 1-12 1-7 0*/15* CRON expression
B.
From the properties of WebJob1, change the CRON expression to 0*/15****.
C.
Add a file named Settings.job to the ZIP file that contains the WebJob script. Add the CRON expression to the JOB file 1-31 1-12 1-7 0*/15*
D.
Create an Azure Automation account and add a schedule to the account. Set the recurrence for the schedule
Suggested Answer:B🗳️
You can enter a CRON expression in the portal or include a settings.job file at the root of your WebJob .zip file, as in the following example: { "schedule": "0 */15 * * * *" } References: https://docs.microsoft.com/en-us/azure/app-service/webjobs-create
This section is not available anymore. Please use the main Exam Page.AZ-300 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
qr
Highly Voted 5 years, 3 months agoAmazonAu
Most Recent 4 years, 9 months ago