{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/3"}],"enrichment":{"capability":"Loads application configuration and secrets from Azure App Configuration and Azure Key Vault into pydantic-settings models, with support for key filtering, prefix trimming, and nested configuration.","skillfed_tags":["azure-integration","configuration-management","secrets-management"],"use_cases":["Centralize application configuration in Azure App Configuration while keeping pydantic validation and type safety.","Retrieve database passwords and API keys from Azure Key Vault without hardcoding or managing separate secret files.","Multi-tenant or multi-environment deployments where different instances load config by key prefix from a shared store.","Migrate from environment-variable-based config to a managed Azure service while preserving pydantic's nested model patterns.","Use Entra ID role-based access control to secure config access without shared credentials."],"what_it_does":"This package integrates Azure App Configuration and Azure Key Vault with pydantic-settings, allowing you to define application settings as pydantic models and populate them directly from Azure services. It acts as a custom settings source that plugs into pydantic-settings' `settings_customise_sources` hook, so configuration values flow into your BaseSettings classes alongside environment variables and other sources.\n\nThe package supports filtering configuration by key prefix, trimming that prefix from resulting field names, and transparently resolving references to secrets stored in Key Vault. It requires Azure credentials and supports nested models through a configurable delimiter.","worth_installing":"Yes, if you are already committed to Azure and pydantic-settings. The package has low install friction and no known vulnerabilities. However, the aging maintenance status and unclear license pose moderate risk for production use. Verify the license explicitly and assess whether the limited community support is acceptable for your deployment model."},"id":"pydantic-settings-azure-app-configuration","links":{"html":"https://skillfed.io/packages/pydantic-settings-azure-app-configuration","md":"https://skillfed.io/packages/pydantic-settings-azure-app-configuration.md","pypi":"https://pypi.org/project/pydantic-settings-azure-app-configuration/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-09-09","license_spdx":null,"license_treatment":"unclear","name":"pydantic-settings-azure-app-configuration","python_support":"supports_current","summary":"Azure App Configuration setting source for pydantic-settings"},"popularity":{"monthly_downloads":387423,"position":7044,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
