Azure-docs: Missing HTTP trigger on Azure Functions Runtime

Created on 4 Jul 2018  路  10Comments  路  Source: MicrosoftDocs/azure-docs

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:

  • Timer trigger
  • Queue trigger
  • Service Bus Queue trigger
  • Blob trigger
  • Event Hub trigger
  • SQL Queue trigger

For V2 Functions there are just three templates available:

  • Timer trigger
  • Queue trigger
  • Blob trigger.

So my question is, do I have to install more templates manually as needed?
Thanks in advance.

cxp functionsvc in-progress product-question triaged

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

All 10 comments

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:

image

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.

image

image

@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.

image

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 ...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ianpowell2017 picture ianpowell2017  路  3Comments

AronT-TLV picture AronT-TLV  路  3Comments

spottedmahn picture spottedmahn  路  3Comments

Agazoth picture Agazoth  路  3Comments

varma31 picture varma31  路  3Comments