Skip to content

ftnext/python-docs-hello-world

 
 

Repository files navigation

Use Python3.6 on Azure Web Apps

  1. Add Extension at Azure Portal
  2. Add .skipPythonDeployment in the repository (manual deployment is needed)
  3. Update web.3.4.config (or web.2.7.config)
    • rename to web.config
    • change python path in handlers section
  4. Deploy (git push azure ...)
  5. Manually install at Kudu Console (for example: \home\Python364x64\python.exe -m pip install --upgrade -r D:\home\site\wwwroot\requirements.txt)

Python Flask app on Azure App Service Web

This is a minimal sample app that demonstrates how to run a Python Flask application on Azure App Service Web.

This repository can directly be deployed to Azure App Service.

For more information, please see the Python on App Service Quickstart docs.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

A simple python application for docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%