Skip to content

Commit b3613e6

Browse files
committed
acrolinx
1 parent e6ed0ac commit b3613e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
115115

116116
## 2. Create App Service and PostgreSQL
117117

118-
In this step, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure Database for PostgreSQL. For the creation process, you'll specify:
118+
In this step, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure Database for PostgreSQL. For the creation process, you specify:
119119

120120
* The **Name** for the web app. It's used as part of the DNS name for your app in the form of `https://<app-name>-<hash>.<region>.azurewebsites.net`.
121121
* The **Region** to run the app physically in the world. It's also used as part of the DNS name for your app.
@@ -677,7 +677,7 @@ If you can't connect to the SSH session, then the app itself has failed to start
677677
678678
#### I get an error when running database migrations
679679
680-
If you encounter any errors related to connecting to the database, check if the app settings (`AZURE_POSTGRESQL_USER`, `AZURE_POSTGRESQL_PASSWORD`, `AZURE_POSTGRESQL_HOST`, and `AZURE_POSTGRESQL_NAME`) have been changed. Without that connection string, the migrate command can't communicate with the database.
680+
If you encounter any errors related to connecting to the database, check if the app settings (`AZURE_POSTGRESQL_USER`, `AZURE_POSTGRESQL_PASSWORD`, `AZURE_POSTGRESQL_HOST`, and `AZURE_POSTGRESQL_NAME`) were changed or deleted. Without that connection string, the migrate command can't communicate with the database.
681681
682682
## Frequently asked questions
683683

0 commit comments

Comments
 (0)