isaacabraham / azure-fsharp-helpers

A set of files which help provide better support for Azure with a number of F# projects.
MIT License
9 stars 5 forks source link

Null reference exception if there's an environment variable but no corresponding App.config setting #1

Closed bruinbrown closed 8 years ago

bruinbrown commented 8 years ago

This PR adds a simple null check in the event that a config setting doesn't exist in the App.config file but has been set in the web job environment, for example, if there's other webjobs requiring different configuration settings