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
Http Trigger function template (sample Azure function)
Informatics For Life
60
Reputation points
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