exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 6 question 27 discussion

Actual exam question from Microsoft's AZ-303
Question #: 27
Topic #: 6
[All AZ-303 Questions]

You are building a custom Azure function app to connect to Azure Event Grid.
You need to ensure that resources are allocated dynamically to the function app. Billing must be based on the executions of the app.
What should you configure when you create the function app?

  • A. the Windows operating system and the App Service plan hosting plan
  • B. the Docker container and an App Service plan that uses the B1 pricing tier
  • C. the Windows operating system and the Consumption plan hosting plan
  • D. the Docker container and an App Service plan that uses the S1 pricing tier
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale

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
Yiannisthe7th
Highly Voted 3 years, 11 months ago
C: The main word that gives it away is billing only based on function execution. It is the consumption(dynamic) plan of function apps that gives you that behavior.
upvoted 9 times
certpro
3 years, 10 months ago
Correct, https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale#overview-of-plans
upvoted 1 times
...
...
syu31svc
Highly Voted 3 years, 9 months ago
When you're using the Consumption plan, instances of the Azure Functions host are dynamically added and removed based on the number of incoming events. This serverless plan scales automatically, and you're charged for compute resources only when your functions are running. On a Consumption plan, a function execution times out after a configurable period of time. https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale Incorrect Answers: the Windows operating system and the App Service plan hosting plan - App Service Plan hosting will have fixed charges based on chosen pricing tier. the Docker container and an App Service plan that uses the B1 pricing tier - App Service Plan hosting will have fixed charges based on chosen pricing tier. the Docker container and an App Service plan that uses the S1 pricing tier - App Service Plan hosting will have fixed charges based on chosen pricing tier. C is the answer
upvoted 8 times
...
edmacoar123
Most Recent 3 years, 6 months ago
On exam today 19/11/21. Correct answer. Score 860.
upvoted 1 times
...
rdemontis
3 years, 10 months ago
Correct
upvoted 1 times
...
gssd4scoder
3 years, 11 months ago
Correct
upvoted 2 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 ...