Local Development and Debugging Quiz

5 questions Pass: 70% +25 pts

Quiz covering Azure Functions

Local Development and Debugging 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 command-line tool is primarily used to develop, build, and run Azure Functions locally?

  2. 2

    When developing Azure Functions locally, what is the purpose of the 'local.settings.json' file?

  3. 3

    You are debugging an Azure Function locally using VS Code. What must be present in your project workspace to enable the debugger to attach to the function process?

  4. 4

    A developer is using an Azure Storage Emulator (or Azurite) for local development. Why is this necessary for certain Function types?

  5. 5

    You have a Function App that uses Managed Identity to access a Key Vault in production. How can you best simulate this authentication flow during local development?