Skip to content
Mika Berglund edited this page Jul 23, 2019 · 3 revisions

Azure Functions Configuration

This tutorial shows how you can leverage instance methods in Azure Functions to implement your configuration information as service classes with dependency injection. Be sure also to check out my previous tutorial about dependency injection in Azure Functions.

Necessary Steps

The list below provides a checklist that you can use if you just want to get things going. The navigation on the side provides links to all documentation.

  1. Create new Azure Functions project
  2. Create configuration classes
  3. Add configuration for local debugging
  4. Create Startup class
Clone this wiki locally