Given the context in this article, I don't think that ConfigurationManager is still valid.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@jharbieh Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.
Why are you saying?
I don't think that ConfigurationManager is still valid.
This example is using C# script in the Azure portal. If you are developing a precompiled C# function locally, you must also add a reference to System.Configuration.dll
.
I will add a note to that effect in the topic.
Thank you! Your note clarified it for me. It certainly helps to explain the context of the code and how it is different if / when using the Functions SDK locally. I'm sure, a few folks like myself, go straight to the code snippet when in a hurry skipping over a few details. Your note makes it stand out!
Most helpful comment
Why are you saying?
This example is using C# script in the Azure portal. If you are developing a precompiled C# function locally, you must also add a reference to
System.Configuration.dll
.I will add a note to that effect in the topic.
in-process