I am creating an azure function to connect to my SQL database using c#. Question #1 How do I make a SQL connection with an azure function.
#2 Step by step guide on how to create such a function