Skip to content

Configuration Classes

Mika Berglund edited this page Jul 23, 2019 · 3 revisions

Configuration Classes

When we have our Azure Functions project created, one of the first things we do is to create classes that represent our configuration information. This gives us strongly typed access to our configuration data.

Clone this wiki locally