From 9f6058b89258aeab43cd7a12a1e24257533e0f28 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Tue, 22 Nov 2022 20:25:52 -0800 Subject: [PATCH] fix typo in link to tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bc4815..f01747b8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ author: cephalin # Django and PostgreSQL sample for Azure App Service -This samples is a simple Django app that connects to a PostgreSQL database. The sample is used in the tutorial https://learn.microsoft.com/azure/postgresql/flexible-server/tutorial-django-app-service-postgres](Deploy Django app with App Service and Azure Database for PostgreSQL - Flexible Server). +This samples is a simple Django app that connects to a PostgreSQL database. The sample is used in the tutorial [https://learn.microsoft.com/azure/postgresql/flexible-server/tutorial-django-app-service-postgres](Deploy Django app with App Service and Azure Database for PostgreSQL - Flexible Server). When deployed to Azure App Service, the database connection information is specified via environment variables `DBHOST`, `DBPASS`, `DBUSER`, and `DBNAME`. This app always uses the default PostgreSQL port. See the tutorials for more information.