Skip to content

Commit 8444da3

Browse files
authored
Update tutorial-python-postgresql-app-flask.md
1 parent 3638965 commit 8444da3

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
@@ -323,7 +323,7 @@ In this step, you configure GitHub deployment using GitHub Actions. It's just on
323323
:::column span="2":::
324324
**Step 4 (Option 1: with GitHub Copilot):**
325325
1. Start a new chat session by selecting the **Chat** view, then selecting **+**.
326-
1. Ask, "*@workspace How does the app connect to the database?*" Copilot might give you some explanation about `SQLAlchemy` how it's connection URI is configured in *azureproject/development.py* and *azureproject/production.py*.
326+
1. Ask, "*@workspace How does the app connect to the database?*" Copilot might give you some explanation about `SQLAlchemy` how its connection URI is configured in *azureproject/development.py* and *azureproject/production.py*.
327327
1. Ask, "*@workspace In production mode, my app is running in an App Service web app, which uses Azure Service Connector to connect to a PostgreSQL flexible server using the Django client type. What are the environment variable names I need to use?*" Copilot might give you a code suggestion similar to the one in the **Option 2: without GitHub Copilot** steps below and even tell you to make the change in the *azureproject/production.py* file.
328328
1. Open *azureproject/production.py* in the explorer and add the code suggestion.
329329
GitHub Copilot doesn't give you the same response every time, and it's not always correct. You might need to ask more questions to fine-tune its response. For tips, see [What can I do with GitHub Copilot in my codespace?](#what-can-i-do-with-github-copilot-in-my-codespace).
@@ -571,7 +571,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
571571

572572
1. In the GitHub codespace, start a new chat session by selecting the **Chat** view, then selecting **+**.
573573

574-
1. Ask, "*@workspace How does the app connect to the database?*" Copilot might give you some explanation about `SQLAlchemy` how it's connection URI is configured in *azureproject/development.py* and *azureproject/production.py*.
574+
1. Ask, "*@workspace How does the app connect to the database?*" Copilot might give you some explanation about `SQLAlchemy` how its connection URI is configured in *azureproject/development.py* and *azureproject/production.py*.
575575

576576
1. Ask, "*@workspace In production mode, my app is running in an App Service web app, which uses Azure Service Connector to connect to a PostgreSQL flexible server using the Django client type. What are the environment variable names I need to use?*" Copilot might give you a code suggestion similar to the one in the **Option 2: without GitHub Copilot** steps below and even tell you to make the change in the *azureproject/production.py* file.
577577

0 commit comments

Comments
 (0)