mirror of
https://github.com/ZuneDev/PyZuneCommerceServer.git
synced 2026-07-27 13:12:13 -07:00
20 lines
875 B
Markdown
20 lines
875 B
Markdown
---
|
|
page_type: sample
|
|
description: "A minimal sample app that can be used to demonstrate deploying Flask apps to Azure App Service on Linux."
|
|
languages:
|
|
- python
|
|
products:
|
|
- azure
|
|
- azure-app-service
|
|
---
|
|
|
|
# Python Flask sample for Azure App Service (Linux)
|
|
|
|
This is a minimal Flask app that can be deployed to Azure App Service on Linux.
|
|
|
|
For instructions on running and deploying the code, see [Quickstart: Create a Python app in Azure App Service on Linux](https://docs.microsoft.com/azure/app-service/quickstart-python).
|
|
|
|
## Contributing
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|