Mid ASP.NET Core

Configuration providers (JSON, XML, INI, Environment, Azure, etc.)?

ASP.NET Core supports multiple configuration providers:

  • JSON (default)
  • Environment Variables
  • Command Line Args
  • INI files
  • XML files
  • In-memory
  • Azure App Configuration
  • Azure Key Vault
  • Secrets Manager

Each can be chained with priority.

More from ASP.NET Core Tutorial

All questions for this course