You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/tutorial-django-webapp-postgres-cli.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ ms.date: 05/13/2024
12
12
# Tutorial: Using Service Connector to build a Django app with Postgres on Azure App Service
13
13
14
14
> [!NOTE]
15
-
> You are using Service Connector that makes it easier to connect your web app to database service in this tutorial. The tutorial here is a modification of the [App Service tutorial](../app-service/tutorial-python-postgresql-app.md) to use this feature so you will see similarities. Look into section [Configure environment variables to connect the database](#configure-environment-variables-to-connect-the-database) in this tutorial to see where Service Connector comes into play and simplifies the connection process given in the App Service tutorial.
15
+
> 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 [Configure environment variables to connect the database](#configure-environment-variables-to-connect-the-database) to see where Service Connector comes into play and simplifies the connection process given in the App Service tutorial.
16
16
17
17
This tutorial shows how to deploy a data-driven Python [Django](https://www.djangoproject.com/) web app to [Azure App Service](overview.md) and connect it to an [Azure Database for PostgreSQL Flexible server](../postgresql/flexible-server/index.yml) database.
18
18
19
-
In this tutorial, you'll use the Azure CLI to complete the following tasks:
19
+
In this tutorial, you use the Azure CLI to complete the following tasks:
20
20
21
21
> [!div class="checklist"]
22
22
> * Set up your initial environment with Python and the Azure CLI
@@ -26,10 +26,6 @@ In this tutorial, you'll use the Azure CLI to complete the following tasks:
26
26
> * View diagnostic logs
27
27
> * Manage the web app in the Azure portal
28
28
29
-
## Prerequisites
30
-
31
-
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
32
-
33
29
## Set up your initial environment
34
30
35
31
1. Install [Python 3.8 or higher](https://www.python.org/downloads/). To check if your Python version is 3.8 or higher, run the following code in a terminal window:
@@ -253,7 +249,7 @@ Having issues? Refer first to the [Troubleshooting guide](../app-service/configu
253
249
254
250
## Clean up resources
255
251
256
-
If you'd like to keep the app or continue to additional tutorials, skip ahead to [Next steps](#next-steps). Otherwise, to avoid incurring ongoing charges, delete the resource group created for this tutorial:
252
+
If you'd like to keep the app or continue to more tutorials, skip ahead to [Next steps](#next-step). Otherwise, to avoid incurring ongoing charges, delete the resource group created for this tutorial:
257
253
258
254
```azurecli
259
255
az group delete --name ServiceConnector-tutorial-rg --no-wait
@@ -265,9 +261,7 @@ Deleting all the resources can take some time. The `--no-wait` argument allows t
265
261
266
262
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
267
263
268
-
## Next steps
269
-
270
-
Follow the tutorials listed below to learn more about Service Connector.
264
+
## Next step
271
265
272
266
> [!div class="nextstepaction"]
273
267
> [Learn about Service Connector concepts](./concept-service-connector-internals.md)
0 commit comments