PreviousNext

Running Local Azure Functions in Visual Studio with HTTPS

by bill-s, 2019-03-18T05:52:03.124Z

This article shows how to setup a Visual Studio Azure Functions project to work with HTTPS for local development. HTTP is configured per default and not HTTPS. The command line arguments need to be set correctly, and then the Azure Functions can be started in Visual Studio with HTTPS and take advantage of the break point debugging without having to attach the func process in Visual Studio.

Read More