From e987f8c475faec291d07269825b17048d13c2a15 Mon Sep 17 00:00:00 2001 From: raeganbarker <59625126+raeganbarker@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:55:59 -0500 Subject: [PATCH] Fix broken hyperlink. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bc4815..e0bf00de 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 [Deploy Django app with App Service and Azure Database for PostgreSQL - Flexible Server](https://learn.microsoft.com/azure/postgresql/flexible-server/tutorial-django-app-service-postgres). 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.