How do I create an Azure Function in the Browser?

Timo 20 Reputation points
2024-02-19T14:10:31.67+00:00

I have created a new function app in Azure. Previously, I used to be able to add and edit new functions by clicking the + button under Overview -> Functions. This button no longer exists. Has this functionality been removed? The tutorials for deploying functions via VSCode or the CLI are completely broken for various reasons so I do not currently have an alternative.

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

2 answers

Sort by: Most helpful
  1. Achraf Ben Alaya 1,311 Reputation points MVP
    2024-02-19T15:35:30.1266667+00:00

    HI ,

    In-portal editing is only supported for JavaScript, PowerShell, and C# Script functions. Python in-portal editing is supported only when running in the Consumption plan. When possible, you should develop your functions locally.

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal?wt.mc_id=MVP_328341

    User's image

    0 comments No comments

  2. TP 124.7K Reputation points Volunteer Moderator
    2024-02-19T15:39:53.44+00:00

    Hi,

    When you created your function, did you select .NET in-process model or Node.js or Python or PowerShell Core? Additionally, you need to select Windows for the OS.

    https://learn.microsoft.com/en-us/azure/azure-functions/supported-languages?tabs=isolated-process%2Cv4&pivots=programming-language-csharp#language-support-details

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    0 comments No comments

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.