I have setup certificates et cetera, and I use this command to start my Functions:
func start –cert C:/temp/localhost.pfx –password password
This works but it doesn’t have debugging. I am already using VS Code and have can run locally with debugging, or I can run locally with HTTPS, but I can’t find a way to do both of them together.
Is there a way to use Azure HTTP triggered Functions with HTTPS and debugging locally in vs code?