I have added the Azure Functions and Web Jobs Tools Extension to Visual Studio Professional 2017.
I have then created an Azure Function project via File >> New Project >> Visual C# >> Azure Functions
I could not see a python version of the Azure Functions project.
I the right click on Solution Explorer >> Project >> Add >> New Item and get:
I can now add a C# based azure function.
However I'd rather develop a python function, and I was wondering if there is a way to manage developing/publishing/source controlling a Python Azure Function from Visual Studio 2017?
I know you can create python/node/f# functions in the Azure portal but how do we do outside of the portal?