Http Trigger function template (sample Azure function)

Informatics For Life 60 Reputation points
2024-02-15T23:12:06.0433333+00:00

The 'Http Trigger' function template is a sample template on Azure that is used to demo Azure functions. It seems that the menu items described on the following page do not work anymore (i.e. Overview-->Functions--> Create Function (then use an existing template): https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal But, I do not see that anymore, as shown in the attached screenshot. Did that move around, somewhere, and if, is there an more up to date documentation on this? Thanks .Capture.JPG

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
0 comments No comments
{count} votes

Accepted answer
  1. Walter Coan 150 Reputation points MVP
    2024-02-16T01:09:05.88+00:00

    Hi, Thank you for your question. When you create a new Function App and chose the runtime stack only some languages support in portal editing (From Microsoft Learn: In-portal editing is only available for JavaScript, PowerShell, Python, TypeScript, and C# script.) Just this languages has the template option in portal. You probably select C# ou Java that only support development in a Editor (VSCode as an option). Best Regards Walter


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.