Hello everyone, grettings, Do you know why i cannot deploy a function app using python? the option is not available in my acount
thank you so much for the answer!
Hello everyone, grettings, Do you know why i cannot deploy a function app using python? the option is not available in my acount
thank you so much for the answer!
Hi @VictorHValdiviesoRodriguez-0056
Welcome to Microsoft Q&A! Thanks for posting the question.
Can you repro the issue and share the session ID (press ctrl + alt + D).

@VictorHValdiviesoRodriguez-0056 Thanks for sharing the details. I will look into the logs and update you with my findings.
Hi @VictorHValdiviesoRodriguez-0056
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.
Thank you so much for your answer @MayankBargali-MSFT, I will see how about my subscription, and I will change it!. Regards!
6 people are following this question.