Skip to content

Instantly share code, notes, and snippets.

@GrillPhil
Created May 31, 2018 19:49
Show Gist options
  • Save GrillPhil/137d38f97b59bce01407b32c51898a86 to your computer and use it in GitHub Desktop.
Save GrillPhil/137d38f97b59bce01407b32c51898a86 to your computer and use it in GitHub Desktop.
Step 2
var config = new ConfigurationBuilder()
.SetBasePath(context.FunctionAppDirectory)
.AddJsonFile("local.settings.json", optional: true, reloadOnChange: true)
.AddEnvironmentVariables()
.Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment