Azure App Configuration is an Azure service that allows users to manage configuration within the cloud. Users can create App Configuration stores to store key-value settings and consume stored settings from within applications, deployment pipelines, release processes, microservices, and other Azure resources.
You can open issues to ask questions or share feedback about the Azure App Configuration service. If you have a suggestion or a request for a feature, please share your idea with us at Azure Feedback so others can vote.
Documentation: https://aka.ms/AzureAppConfiguration
Slack: https://aka.ms/azconfig/slack
Subscribe to the following repo to be notified of announcements and updates about Azure App Configuration.
The following reference pages are available to describe the Azure App Configuration API surface in detail.
Resources
Protocol
Development
Load key-values in App Configuration to your application's existing configuration system with ease.
Module | Platform | Sample | Release Notes |
---|---|---|---|
Microsoft.Extensions.Configuration.AzureAppConfiguration |
.Net Standard | Sample | Release Notes |
Microsoft.Azure.AppConfiguration.AspNetCore |
ASP.NET Core | Sample | Release Notes |
Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration |
.NET Framework | ||
spring-cloud-azure-appconfiguration-config |
Spring Boot | Sample | Release Notes |
spring-cloud-azure-appconfiguration-config-web |
Spring Boot | Sample | Release Notes |
Use feature flags in your application and leverage App Configuration for dynamic feature management.
Module | Platform | Sample | Release Notes |
---|---|---|---|
Microsoft.FeatureManagement |
.Net Standard | Sample | Release Notes |
Microsoft.FeatureManagement.AspNetCore |
ASP.NET Core | Sample | Release Notes |
spring-cloud-azure-feature-management |
Spring Boot | Sample | Release Notes |
spring-cloud-azure-feature-management-web |
Spring Boot | Sample | Release Notes |
Create, read, update and delete key-values in App Configuration programmatically.
Module | Latest Version | Sample |
---|---|---|
azure-sdk-for-net | Sample | |
azure-sdk-for-java | Sample | |
azure-sdk-for-js | Sample | |
azure-sdk-for-python | Sample |
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.