Function App Configuration Quiz

5 questions Pass: 70% +25 pts

Quiz covering Azure Functions

Function App Configuration Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which setting in the Azure Function App configuration is used to define the connection string for storage required by the Functions runtime?

  2. 2

    You need to ensure that your Function App scales to zero when there is no incoming traffic to save costs. Which hosting plan should you choose?

  3. 3

    A developer wants to deploy a Function App using a ZIP file to improve performance and reduce cold starts. Which application setting must be configured?

  4. 4

    You have a Function App that needs to connect to a private SQL database inside a Virtual Network. Which hosting plan is required to enable VNet integration?

  5. 5

    You are troubleshooting a Function App and notice that the 'FUNCTIONS_EXTENSION_VERSION' is set to '~3'. What does the tilde (~) symbol signify in this context?