Share via


Azure App Configuration - .NET Provider

The Azure App Configuration provider for .NET enables developers to configure their applications using centralized configuration located in Azure App Configuration. The API design follows the patterns outlined by the .NET configuration system to make switching to Azure App Configuration a familiar and easy experience.

Source code | Package (NuGet)

Getting Started

Official documentation on how to use the Azure App Configuration provider is available in the following quickstarts:

Examples