Why can I not edit my Go Function App in Portal?

ChaitanyaNaykodi-MSFT 27,656 Reputation points Microsoft Employee Moderator
2021-05-19T17:44:12.987+00:00

One of my Functions is not allowing me to use the Portal editor, the option seems to be greyed out when the file would usually be listed in the dropdown for selection.
Ex.
97967-image.png

What would cause this to happen? Other Functions on my same subscription seem to let me edit just fine.

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

Answer accepted by question author
  1. Niharika Koneru 441 Reputation points Microsoft Employee Moderator
    2021-05-19T18:14:33.083+00:00

    There are a few different configuration options for Azure Functions where if deployed using the setup you will not be able to edit the code directly from Portal. In your case, you mentioned above that this Function is coded in Go. Since this is an unsupported language, to create a working Function in it a custom handler would be used. When using a custom handler, it is expected behavior that the Function becomes read-only from the Portal.
    See more information on custom handlers here- Azure Functions custom handlers | Microsoft Learn

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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