From 4915056ecfd56ceff994cc38fcb7372fcd445365 Mon Sep 17 00:00:00 2001 From: reshma-ashok <112060489+reshma-ashok@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:27:44 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) 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. From f7b44394a5463b78d20b159686d7d30ae0b14e42 Mon Sep 17 00:00:00 2001 From: reshma-ashok <112060489+reshma-ashok@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:19:17 +0530 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) 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