Skip to content

Commit 6d6a113

Browse files
committed
Minor improvements
1 parent 77b144d commit 6d6a113

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.date: 05/13/2024
1212
# Tutorial: Using Service Connector to build a Django app with Postgres on Azure App Service
1313

1414
> [!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.
1616
1717
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.
1818

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:
2020

2121
> [!div class="checklist"]
2222
> * 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:
2626
> * View diagnostic logs
2727
> * Manage the web app in the Azure portal
2828
29-
## Prerequisites
30-
31-
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
32-
3329
## Set up your initial environment
3430

3531
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
253249
254250
## Clean up resources
255251
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:
257253

258254
```azurecli
259255
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
265261

266262
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
267263

268-
## Next steps
269-
270-
Follow the tutorials listed below to learn more about Service Connector.
264+
## Next step
271265

272266
> [!div class="nextstepaction"]
273267
> [Learn about Service Connector concepts](./concept-service-connector-internals.md)

0 commit comments

Comments
 (0)