Sample .Net Core API, using Azure App Config as a feature flag manager.
-
Create an App Configuration store, as described here.
-
On the
docker-compose.yml
file replace<APP_CONFIG_CONNECTION_STRING>
by your resource connection string. -
Then go into the
src
directory and rundocker-compose up
. -
Access your App Configuration resource at the Azure Portal to create and manage feature flags.
-
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.
Contributions and feature requests are always welcome.