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?
Yes you can customize command line options for the functions host. See here for detailed instructions.