Skip to content

mctrinity/msdocs-python-flask-webapp-quickstart

 
 

Repository files navigation

Deploy a Python (Flask) web app to Azure App Service - Sample Application

This is the sample Flask application for the Azure Quickstart Deploy a Python (Django or Flask) web app to Azure App Service. For instructions on how to create the Azure resources and deploy the application to Azure, refer to the Quickstart article.

Sample applications are available for the other frameworks here:

If you need an Azure account, you can create one for free.

Additional Instructions for this error: Error: Could not import 'main'.

Since the main app is app.py (not main.py), run this in CMD: set FLASK_APP=app

For requirements issue, you can run this: set MATCH_MANIFEST_VERSIONS=false

About

Contains the sample application for the App Service Quickstart in Python using Flask.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.2%
  • Python 25.8%