How to edit functions in portal.

Donal Dunne 0 Reputation points
2024-02-07T02:16:12.2466667+00:00

Why can't I edit functions in Azure portal? I am only given the option to use Visual Studio Code or the CLI, which I don't want.

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

1 answer

Sort by: Most helpful
  1. TP 83,971 Reputation points
    2024-02-07T03:39:42.81+00:00

    Hi,

    First, only certain language/stack/operating system combinations are supported for in-portal editing, as shown in table below. For example, if you are using Java then you wouldn't have the option to edit via the portal.

    Language Runtime stack Linux Windows In-portal editing
    C# (isolated worker model) .NET
    C# (isolated worker model) .NET
    C# (in-process model) .NET
    C# script .NET
    JavaScript Node.js
    Python Python
    Java Java
    PowerShell PowerShell Core
    TypeScript Node.js
    Go/Rust/other Custom Handlers

    Second, if you deploy a function using Visual Studio Code or Visual Studio or CLI or other non-portal method the ability to edit functions via the portal will be disabled for that function app.

    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

    1 person found this answer helpful.
    0 comments No comments