Programming
Creating .NET Core 2.0 Azure Functions
If you want to create an Azure Function in .NET Core 2.0 rather than a .NET Framework 4.6.1 function you’ll first need to install the “Azure development” workload into Visual Studio if you haven’t done so already as part of the initial installation. You can then create a new Azure Read more…