diff --git a/README.md b/README.md index 8a2e9e91e..99a809136 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,2 @@ ---- -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. diff --git a/requirements.txt b/requirements.txt index a246e0f91..0b598ef67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ Flask>=2.0,<=2.1.1 +thanks