exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 69 discussion

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

HOTSPOT
-

You have an Azure Functions app using the Consumption hosting plan for a company. The app contains the following functions:



You plan to enable dynamic concurrency on the app. The company requires that each function has its concurrency level managed separately.

You need to configure the app for dynamic concurrency.

Which file or function names should you use? To answer, select the appropriate values 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
Mattt
1 month, 1 week ago
host.json f3 Azure Queue Trigger (f3): This is the most logical choice for concurrency management. Queue-triggered functions handle messages from an Azure Queue and can process multiple messages concurrently, making it essential to manage concurrency to control throughput and avoid overloading the function app or downstream resources. - HTTP Trigger (f1): While concurrency can technically be managed for HTTP-triggered functions, it is less common because HTTP triggers usually handle requests one at a time. However, if you expect high traffic, you may still want to limit concurrency to prevent excessive parallel processing. - Timer Trigger (f2): Timer triggers are generally used for scheduled tasks and typically don’t require concurrency management, as they trigger based on a specific schedule and are designed to run as single instances.
upvoted 2 times
examtopicsLogin123
6 days, 22 hours ago
Agree "You can enable dynamic concurrency ... in your host.json file" "Dynamic concurrency is currently only supported for the Azure Blob, Azure Queue, and Service Bus triggers" https://learn.microsoft.com/en-us/azure/azure-functions/functions-concurrency#dynamic-concurrency
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago