Azure / Azure/azure-functions-host

Flow configuration object to user code (.NET Core)

Open
#1,852 0 comments 0 reactions 1 assignee Claimed by @fabiocav View on GitHub
enhancement needs-discussion
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

Right now, the recommended way for a CSX function to read app settings is through environment variables:
```
System.Environment.GetEnvironmentVariable(name, EnvironmentVariableTarget.Process);
```
This is not how one would handle this in ASP.NET, meaning it is difficult to share code between functions and web apps when referencing app settings.

We can get the ConfigurationManager for .NET full framework. We should also add the .NET Core equivalent for 2.0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.