Skip to content

Commit 2ea50d0

Browse files
authored
Merge pull request #191215 from shizn/patch-16
Adding service connector note back to the tutorial
2 parents 4dac2e9 + ca70b30 commit 2ea50d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ In your Python code, you use these settings as environment variables with statem
342342

343343
Having issues? Refer first to the [Troubleshooting guide](configure-language-python.md#troubleshooting), otherwise, [let us know](https://aka.ms/DjangoCLITutorialHelp).
344344

345+
> [!NOTE]
346+
> If you want to try an alternative approach to connect your app to the Postgres database in Azure, see the [Service Connector version](../service-connector/tutorial-django-webapp-postgres-cli.md) of this tutorial. Service Connector is a new Azure service that is currently in public preview. [Section 4.2](../service-connector/tutorial-django-webapp-postgres-cli.md#42-configure-environment-variables-to-connect-the-database) of that tutorial introduces a simplified process for creating the connection.
347+
345348
### 4.3 Run Django database migrations
346349

347350
Django database migrations ensure that the schema in the PostgreSQL on Azure database matches with those described in your code.
@@ -587,4 +590,4 @@ Learn how to map a custom DNS name to your app:
587590
Learn how App Service runs a Python app:
588591

589592
> [!div class="nextstepaction"]
590-
> [Configure Python app](configure-language-python.md)
593+
> [Configure Python app](configure-language-python.md)

0 commit comments

Comments
 (0)