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
Why can I not edit my Go Function App in Portal?
ChaitanyaNaykodi-MSFT
27,656
Reputation points Microsoft Employee
Moderator
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.
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.
Answer accepted by question author
-
Niharika Koneru 441 Reputation points Microsoft Employee Moderator
2021-05-19T18:14:33.083+00:00