I have created Azure Function (Version 2.0) in Azure Portal, project got created with some initial files including run.csx. I have developed my Azure Function in C# Script.
Now I want to develop same Azure Function in Visual Studio using C# Script. But whenever I tried to create and develop, I get everytime C# project.
Can anyone help me to develop and run Azure Function in C# Script?