Microsoft Azure Developer Associate AZ-204 Practice Question
You are configuring a timer-triggered Azure Function in an existing function app. The function must execute at 02:00 local time every Monday through Friday, regardless of the month or day of the month. Which NCRONTAB expression should you place in the schedule property of the Timer trigger binding in function.json to meet this requirement?
Azure Functions timer triggers use NCRONTAB expressions that contain six positional fields: second, minute, hour, day-of-month, month, and day-of-week. To run at 02:00 local time on weekdays (Monday = 1 through Friday = 5), set second to 0, minute to 0, hour to 2, and use asterisk (*) wildcards for day-of-month and month while restricting day-of-week to 1-5. The resulting expression is: 0 0 2 * * 1-5 Other choices either use the wrong field count, place the values in an incorrect order, or rely on non-NCRONTAB seven-field syntax that Azure Functions does not support, so they would fail or run at unintended times.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is an NCRONTAB expression in Azure Functions?
Open an interactive chat with Bash
How does the day-of-week field work in an NCRONTAB expression?
Open an interactive chat with Bash
Why does Azure Functions require a six-field NCRONTAB instead of traditional seven-field CRON syntax?
Open an interactive chat with Bash
Microsoft Azure Developer Associate AZ-204
Develop Azure compute solutions
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .