Azure function - Portal editing is disabled

Sasa 41 Reputation points
2021-09-05T14:47:23.76+00:00

I can't edit functions on a portal anymore. I just got a message "This function has been edited through an external editor. Portal editing is disabled". I have never used any kind of external editors for this functions. I tried to create new function and have the same issue. Anyone has idea what is up?
129365-chrome-zv903wirmb.png

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

Accepted answer
  1. MayankBargali-MSFT 68,656 Reputation points
    2021-09-06T09:24:10.823+00:00

    Update 19/10:
    The initial issue is already fixed but in case if someone has observed the error message in case of consumption or elastic-premium plan then please verify if WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE setting is missing from the Configuration setting of your function app.
    Please configure these two app settings according to File Shares in your Azure Storage Account.

    The app-setting may not be present in the case when you are using local development.

    141621-image.png

    Update 9/7:
    Team is rolling out the fix and will update the thread once the issue is fixed for Premium V2 function app Dedicated SKU.
    @sasazelic @Pascal The issue is fixed now. I have tested the same at my end. Please verify and let me know if you are still facing the issue.

    Update 9/6:
    @sasazelic Thanks for sharing the details. It looks like not every combintion (SKU, language, operating system) supports the creation of function from azure portal.
    When you click on Create under function blade it will list you the Development environment supported. If you see Develop in portal option in Development environment then only that combination is supported to be created in azure portal. I will get the confirmation from my team and will update the thread.

    129500-image.png

    2 people found this answer helpful.

10 additional answers

Sort by: Most helpful
  1. Sandesh Daddi 0 Reputation points
    2023-09-01T20:07:17.2866667+00:00

    for me it worked when I created a function with "Windows OS". Python can only be run on Linux machine and in portal development is not supported.

    0 comments No comments

  2. Nataraj Palanivel 0 Reputation points
    2023-10-21T05:55:05.22+00:00

    It been two years from the time this post created and still this problem remains in portal, I don't know what microsoft is doing. there are lot of issues with function app and it's deployment in portal and we can't expect all the people who is new to cloud to except to use vs code editor or terraform like packages .

    0 comments No comments