Unable to see the Create Azure function Portal option in Function app

Muhammad Arsalan Bhatti 20 Reputation points
2025-05-15T13:03:01.4733333+00:00

Hi,

I am unable to see the create Azure function option in the Azure function app portal. Please look into the issue.

User's image

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

Accepted answer
  1. RithwikBojja 3,055 Reputation points Microsoft External Staff Moderator
    2025-05-20T10:19:57.45+00:00

    Hi @Muhammad Arsalan Bhatti ,

    I do agree that in Azure Portal, we can only create functions for Python and PowerShell directly. Earlier it can be done using portal but currently creating .Net runtime functions are not supported.

    For example, I have created a python function app, I can now create functions in Function app in Portal as below:

    image

    In addition to that, you can only be able to edit in-Portal for below languages. Refer Ms-Doc for the similar information:

    enter image description here


    If this answer was helpful, please click "Accept the answer" and mark Yes, as this can help other community members.

    enter image description here

    If you have any other questions or are still experiencing issues, feel free to ask in the "comments" section, and I'd be happy to help.


1 additional answer

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 1,875 Reputation points Microsoft External Staff Moderator
    2025-05-16T15:55:51.3166667+00:00

    Hello Muhammad Arsalan Bhatti,

    Greetings!

    Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    Azure Portal UI has changed recently, and the "Function f(x)" option is no longer available in the left-hand menu. Instead, you can access the Functions from the "Overview" section of the Azure Portal.

    Portal only supports creating functions using scripting languages such as JavaScript, Python, and PowerShell. If you want to create a compiled function, you will need to use a development environment such as Visual Studio or Visual Studio Code to create and deploy your function.

    do let me know incase of further queries, I would be happy to assist you.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


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.