Deploying Functions in Visual Studio
Deploying Functions in Visual Studio
Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application.
This blog post shows how to use the Visual Studio 2017 tools for Azure Functions to locally create and test a function. You then publish the function code to Azure.
These tools are available as part of the Azure development workload in Visual Studio 2017.
Prereq…
View On WordPress














