I can't create and edit Azure Function Python In-portal (for both Python V1 and V2)

Nhu Anh Duc 21 Reputation points
2023-05-12T07:48:17.03+00:00

I'v learnt from Microsoft (https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal) that In-portal editing for Python V1 is supported, but when I create a new function app on Azure Portal, I can't do it.

Please let me know if the feature In-portal editing is available for Python at this time? Thanks everyone

Monosnap Create function - Microsoft Azure 2023-05-12 14-45-40

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

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,441 Reputation points Moderator
    2023-05-12T16:05:41.2933333+00:00

    Nhu Anh Duc Thanks for posting your question in Microsoft Q&A. As you referenced in the link, In-portal editing is supported for Python V1 Consumption plan (I see your function app is in Consumption plan) and not supported for V2 model. When you create a function for the first time in the portal, you will see the option Develop in portal as shown below:

    User's image

    Then you can make the changes in the portal and validate it. However, if you have made any changes in the function outside the portal or deployed a function from VS code or any other tools (any other deployment), then In-portal editing is not possible after that. In those cases, you will see the warning message in the portal like in the screenshot.

    In-portal editing is only supported for new apps created and edited in the portal. I will pass on the feedback (#109498) to doc team to include that note in the link. I hope this helps and let me know if you have any other questions.


    If you found the answer to your question helpful, please take a moment to mark it as "Yes" for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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