Skip to content

Commit 472517e

Browse files
author
Bryce Chen
committed
fix doc links
1 parent 1bed489 commit 472517e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-connector/tutorial-django-webapp-postgres-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 09/10/2024
1414
> [!NOTE]
1515
> In this tutorial, you use Service Connector that simplifies the process of connecting a web app to a database service. This tutorial is a modification of the [App Service tutorial](../app-service/tutorial-python-postgresql-app.md), so you may see some similarities. Look into section [Create a passwordless connector to Postgres database](#create-a-passwordless-connector-to-postgres-database) to see where Service Connector comes into play and simplifies the connection process given in the App Service tutorial.
1616
17-
This tutorial shows how to deploy a data-driven Python [Django](https://www.djangoproject.com/) web app to [Azure App Service](/azure/app-service/overview.md) and connect it to an [Azure Database for PostgreSQL Flexible server](/azure/postgresql/flexible-server/overview.md) database.
17+
This tutorial shows how to deploy a data-driven Python [Django](https://www.djangoproject.com/) web app to [Azure App Service](../app-service/overview.md) and connect it to an [Azure Database for PostgreSQL Flexible server](/azure/postgresql/flexible-server/) database.
1818

1919
In this tutorial, you use the Azure CLI to complete the following tasks:
2020

@@ -29,7 +29,7 @@ In this tutorial, you use the Azure CLI to complete the following tasks:
2929
## Set up your initial environment
3030

3131
### [CloudShell](#tab/cloudshell)
32-
Lauch from [Azure Cloud Shell](/azure/cloud-shell/overview.md) from the Azure Portal and install the service connector passwordless extension for Azure CLI.
32+
Lauch from [Azure Cloud Shell](../cloud-shell/overview.md) from the Azure Portal and install the service connector passwordless extension for Azure CLI.
3333

3434
```terminal
3535
az extension add --name serviceconnector-passwordless --upgrade

0 commit comments

Comments
 (0)