deploying python based in to azure web app

sns 9,251 Reputation points
2022-12-01T08:31:24.94+00:00

What are the options I should choose to deploy python based in to azure web app
should I choose run time stack as python? or different one?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

Answer accepted by question author
  1. VenkateshDodda-MSFT 25,246 Reputation points Microsoft Employee Moderator
    2022-12-01T09:39:16.633+00:00

    @sns Thanks for reaching to Microsoft Q&A. yes, you need to choose the runtime stack either python 3.7 or 3.8 or 3.9 if you want to deploy the python app on the app service. Refer to this documentation on getting started on how to deploy flask/django python app in app service.

    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.