exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 72 discussion

Actual exam question from Microsoft's AZ-204
Question #: 72
Topic #: 2
[All AZ-204 Questions]

HOTSPOT
-

You plan to implement an Azure function named Function1 that will use the timer trigger.

You plan to use a TimeSpan value to set the schedule of function execution.

You need to select the hosting model and the schedule expression assignment method.

Which hosting model and schedule expression assignment method should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
21c5438
Highly Voted 7 months ago
App Service plan App settings "A TimeSpan can be used only for a function app that runs on an App Service Plan. You can put the schedule expression in an app setting and set this property to the app setting name wrapped in % signs, as %ScheduleAppSetting%." reference: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-csharp
upvoted 14 times
21c5438
7 months ago
Reference correction: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-csharp#attributes
upvoted 4 times
...
...
neil1985_jy
Most Recent 3 weeks, 4 days ago
Corrent answers are -> App Service plan App settings
upvoted 1 times
...
vizay
3 months, 3 weeks ago
Consumption Function.json
upvoted 1 times
...
BenjaminBao
4 months, 3 weeks ago
Consumption Function.json
upvoted 1 times
...
e66b406
7 months ago
A CRON expression or a TimeSpan value. A TimeSpan can be used only for a function app that runs on an App Service Plan. You can put the schedule expression in an app setting and set this property to the app setting name wrapped in % signs, as %ScheduleAppSetting%.
upvoted 3 times
...
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.

SaveCancel
Loading ...