Skip to content

Commit 49a54de

Browse files
committed
seo feedback
1 parent 39527a2 commit 49a54de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/containers/tutorial-python-postgresql-app-sqlite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: 'Tutorial: Linux Python app with Postgres'
3-
description: Learn how to get a Linux Python app working in Azure App Service, with connection to a PostgreSQL database in Azure. Django is used in this tutorial.
3+
description: Learn how to get a Linux Python app working in Azure App Service, with connection to a PostgreSQL database in Azure. The tutorial demonstrates by using a Django sample app.
44
ms.devlang: python
55
ms.topic: tutorial
66
ms.date: 04/13/2020
77
ms.custom: [mvc, seodec18, seo-python-october2019, cli-validate]
88
---
99
# Tutorial: Deploy a Python (Django) web app with PostgreSQL in Azure App Service
1010

11-
[Azure App Service](app-service-linux-intro.md) provides a highly scalable, self-patching web hosting service. This tutorial shows how to connect a data-driven Python Django web app to an Azure Database for PostgreSQL database, and deploy and run the app on Azure App Service.
11+
This tutorial shows how to deploy a data-driven Python (Django) web app to [Azure App Service](app-service-linux-intro.md) and connect it to an Azure Database for PostgreSQL database. App Service provides a highly scalable, self-patching web hosting service.
1212

13-
![Python Django web app in Azure App Service](./media/tutorial-python-postgresql-app/run-python-django-app-in-azure.png)
13+
![Deploy Python Django web app to Azure App Service](./media/tutorial-python-postgresql-app/deploy-python-django-app-in-azure.png)
1414

1515
In this tutorial, you learn how to:
1616

0 commit comments

Comments
 (0)