Skip to content

Instantly share code, notes, and snippets.

@JanneMattila
Created April 24, 2019 19:29
Show Gist options
  • Save JanneMattila/5c30045fefc01361a1c61c1981f1a090 to your computer and use it in GitHub Desktop.
Save JanneMattila/5c30045fefc01361a1c61c1981f1a090 to your computer and use it in GitHub Desktop.
Azure App Configuration
public void ConfigureServices(IServiceCollection services)
{
services.Configure<FeatureOptions>(Configuration.GetSection("FeatureToggler"));
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment