Function app using python

Victor H. Valdivieso Rodriguez 21 Reputation points
2021-03-26T00:29:29.003+00:00

Hello everyone, grettings, Do you know why i cannot deploy a function app using python? the option is not available in my acount
81680-image.png

thank you so much for the answer!

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

Accepted answer
  1. MayankBargali-MSFT 68,746 Reputation points
    2021-03-31T09:18:17.027+00:00

    Hi @Victor H. Valdivieso Rodriguez

    Thanks for sharing the details.
    I have looked into the backend logs and I can see that your subscription Offer Category is "Azure_Free_Trial".
    As python runtime stack is only supported in Linux Operating system and you can find more details of operating system/runtime here.

    So currently subscription such as free, Trial, Dreamspark subscriptions can only create app service plan in Free SKU for windows but for Linux these subscription type cannot create the app service plan in any SKU from Azure portal.

    This behaviour will be now changed for both Windows & Linux and subscription such as Free, Trial, Dreamspark subscriptions can only create app service plan in dynamic SKU. This deployment change will start on 4/5 and will take weeks to get completed.

    Once the deployment is completed now Free trial account supports Linux OS for dynamic SKU from the Azure portal and you will able to see python runtime stack in the dropdown.

    Hope the above will clears things up. For now, if you want you can try to create python runtime stack using PowerShell, CLI, or REST API.


0 additional answers

Sort by: Most helpful