1
votes

How to use Azure Function CLI's --usehttps (run host option) but from Visual Studio Tooling for Azure Functions

Azure Functions CLI has this run host option but how can I do the same thing from Visual Studio Tooling for Azure Functions?

1

1 Answers

0
votes

Yes you can customize command line options for the functions host. See here for detailed instructions.