You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
page_type: sample
3
-
description: "This is a minimal sample app that demonstrates how to run a Python Flask application on Azure App Service on Linux."
3
+
description: "A minimal sample app that can be used to demonstrate deploying Flask apps to Azure App Service on Linux."
4
4
languages:
5
5
- python
6
6
products:
@@ -10,9 +10,9 @@ products:
10
10
11
11
# Python Flask sample for Azure App Service (Linux)
12
12
13
-
This is a minimal sample app that demonstrates how to run a Python Flask application on Azure App Service on Linux.
13
+
This is a minimal Flask app that can be deployed to Azure App Service on Linux.
14
14
15
-
For more information, please see the [Python on App Service quickstart](https://docs.microsoft.com/azure/app-service/containers/quickstart-python).
15
+
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).
0 commit comments