Skip to content

Commit 4b678f0

Browse files
Fix error.
1 parent b65d5d1 commit 4b678f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ In this section, you configure GitHub deployment using GitHub Actions. It's one
338338
:::row:::
339339
:::column span="2":::
340340
**Step 4 (Option 2: without GitHub Copilot):**
341-
1. Open *Program.cs* in the explorer.
341+
1. Open *azureproject/production.py* in the explorer.
342342
1. Find the commented code (lines 3-8) and uncomment it.
343343
This change creates a connection string for SQLAlchemy by using `AZURE_POSTGRESQL_USER`, `AZURE_POSTGRESQL_PASSWORD`, `AZURE_POSTGRESQL_HOST`, and `AZURE_POSTGRESQL_NAME`.
344344
:::column-end:::

0 commit comments

Comments
 (0)