Runtime stack python not showing on Azure Portal

Simon 25 Reputation points
2025-03-10T17:50:54.48+00:00

Hi everyone!
I am trying to create an Azure Function App and I am not being able to select python as my Runtime stack. It simply isn't showing on the dropdown menu. I have seen it showing before.runtime_stack_no_python

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

Accepted answer
  1. Ranashekar Guda 2,670 Reputation points Microsoft External Staff Moderator
    2025-03-10T18:32:37.5433333+00:00

    Hi @Simon,

    If Python is not appearing as an option in the Runtime stack dropdown menu while setting up an Azure Function App, there may be several reasons for this:

    • Python applications are only supported on Linux within Azure Functions. If you are attempting to create a function app on Windows, Python will not be listed as an option.
    • Make sure you are using a hosting plan that supports Python. Python applications can only be created on Linux with either a Premium plan or a Dedicated (App Service) plan. If you are on a Consumption plan, Python will not be an available option.
    • Sometimes, temporary issues with the Azure portal can cause certain options to not display correctly. Refreshing the page or trying again later might resolve the issue.

    For more details, refer to the documentations:

    I hope this helps resolve your issue. Feel free to reach out if you have further concerns.


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.