Skip to content

Sample .Net Core API, using Azure App Config as a feature flag manager.

License

Notifications You must be signed in to change notification settings

raschmitt/az-app-config-dotnet-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net - Azure App Config Sample

Azure DevOps builds (stage) Sonar Coverage Mutation testing badge

Sample .Net Core API, using Azure App Config as a feature flag manager.

Dependencies

Running locally

  1. Create an App Configuration store, as described here.

  2. On the docker-compose.yml file replace <APP_CONFIG_CONNECTION_STRING> by your resource connection string.

  3. Then go into the src directory and run docker-compose up.

  4. Access your App Configuration resource at the Azure Portal to create and manage feature flags.

  5. Access http://localhost:8080/swagger/ to query your feature flags using the .Net API.

    Keep in mind that the feature flags are not case sensitive.

Resources

Contributions

Contributions and feature requests are always welcome.

About

Sample .Net Core API, using Azure App Config as a feature flag manager.

Topics

Resources

License

Stars

Watchers

Forks