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.