pydantic / pydantic-settings

Settings management using pydantic
https://docs.pydantic.dev/latest/usage/pydantic_settings/
MIT License
502 stars 47 forks source link

Add Azure App Configuration settings source #324

Open AndreuCodina opened 1 week ago

AndreuCodina commented 1 week ago

Azure Key Vault stores secrets. Azure App Configuration provides configurations, secrets, several secret stores, external references, auto-reloading, feature flags, and a lot of complex usages. This settings source copies the minimal configuration of the ASP.NET Core settings source.