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,321 questions
{count} vote

Accepted answer
  1. MayankBargali-MSFT 68,746 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. Thomas Nielsen 6 Reputation points
    2021-11-02T12:32:48.493+00:00

    Same issue here on a Free account.

    Thats even though I have only created the Function App through the portal (for testing).

    Shortly after I see the "This Function has been edited through an external editor. Portal editing is disabled"
    When I want to add a function and click Create I can only my external editors like Visual Studio. I cannot add anything from the Portal. Which is annoying.

    I have only created a Function App and a Storage Account and manually added the Storage Account ConnectionString under the Function App. I have not done anything outside of the Azure Portal.

    145774-001.png
    145822-002.png

    1 person found this answer helpful.

  2. KTwave 6 Reputation points
    2021-11-15T19:57:59.413+00:00

    Hello,

    I have a free account and am experiencing the same issue. 149467-dzx1.png

    1 person found this answer helpful.
    0 comments No comments

  3. Prince Prasad 5 Reputation points
    2023-01-26T02:01:43.7866667+00:00

    Go to Azure Portal > Your Function App > Configuration (in the left index pane) > in the Application Setting, change the value of WEBSITE RUN FROM PACKAGE to 0 and click Ok and Save. To execute your application, restart your function app and navigate to the code+test menu.

    This helped me fix the issue :)

    1 person found this answer helpful.
    0 comments No comments

  4. Rock Xu 5 Reputation points
    2023-03-13T07:27:04.55+00:00

    Please confirm that you have already crated storage account.

    1 person found this answer helpful.
    0 comments No comments