Azure / Azure-Functions

1.11k stars 198 forks source link

Support for Custom Config sections for Azure Functions. #284

Open sayron5 opened 7 years ago

sayron5 commented 7 years ago

Currently there is no way to configure custom config sections for Azure Functions. Many third party libraries that we build components with require these custom config sections. Adding support for them would enable us to move many of our web service applications to Azure Functions. An example of a well known library that requires custom functions is the Google .NET DoubleClick Ad Client libraries at:

https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/Dfp/CSharp

Thanks!

--Frank

mandarsj commented 6 years ago

is it still open? this will make functions even more useful.

vigneshrajamuthuvalkai commented 3 years ago

2 years later......... is it still open?

anthonychu commented 3 years ago

@starvignesh123 Can you provide an example of what you’re looking for?