I have already installed Azure Functions Runtime and created some functions. I wonder why the HTTP trigger is not available when selecting a template.
For V1 functions I can choose between:
For V2 Functions there are just three templates available:
So my question is, do I have to install more templates manually as needed?
Thanks in advance.
Thanks for the feedback! We are currently investigating and will update you shortly.
@apercova I am seeing the HTTP trigger in V2 when checking my Visual Studio:

Can you make sure your visual studio and functions SDK is up to date?
Hi @MicahMcKittrick-MSFT
Let me try to explain my issue.
I followed Azure Functions Runtime on-premise installation steps as described here:
functions-runtime-install
When Runtime was installed, I logged in to the portal, then created a subscription with the default template and created Two Apps: One for version 1 and another one for version 2.
Below you can see the options that I have at creating a new Function, both in V1 and V2.
These options are the same as I described before.
As you can see, there is no option to create an HTTP trigger from the portal.


@apercova got it! Thank you for clarifying that. Are you able to use the search box on the top and look for the HTTP trigger?
I'm quite sure it's not possible. As you can see, the Language and Scenario filters are set on "All".
Search box just allow me filtering between available options shown above.

Interesting...
@apwestgarth do you know the answer to this?
Hi,
as this is a preview product only a limited number of triggers and templates per Functions runtime version were validated for this release. HTTP Triggers are not available in Azure Functions Runtime preview 2 and were not available in Azure Functions Runtime preview 1 either. You cannot install additional triggers and templates.
Thanks
Andrew
Thanks @apwestgarth! Glad to hear we were not just missing something obvious :)
@apercova I will close this out now that we know they are simply not available at this point in time. Let me know if you have any additional questions I can address.
@apwestgarth, @MicahMcKittrick-MSFT thanks for your help.
I don't have any additional questions regarding this.
We just installed it too and was wondering where it was. Thanks for the clarification ...
Most helpful comment
Hi,
as this is a preview product only a limited number of triggers and templates per Functions runtime version were validated for this release. HTTP Triggers are not available in Azure Functions Runtime preview 2 and were not available in Azure Functions Runtime preview 1 either. You cannot install additional triggers and templates.
Thanks
Andrew