Skip to content

Commit 31213a2

Browse files
authored
Merge pull request #123962 from danielhardej/patch-1
Update Python web app tutorial to complete connection settings steps for Flask apps
2 parents 438a7e3 + ca8608a commit 31213a2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,22 @@ The creation wizard generated the connectivity variables for you already as [app
289289
:::column:::
290290
:::column-end:::
291291
:::row-end:::
292+
:::row:::
293+
:::column span="2":::
294+
**Step 4:** Back in the **Configuration** page, select **New application setting**. Name the setting `SECRET_KEY`. Paste the value from the previous value. Select **OK**.
295+
:::column-end:::
296+
:::column:::
297+
:::image type="content" source="./media/tutorial-python-postgresql-app/azure-portal-app-service-app-setting.png" alt-text="A screenshot showing how to set the SECRET_KEY app setting in the Azure portal (Django)." lightbox="./media/tutorial-python-postgresql-app/azure-portal-app-service-app-setting.png":::
298+
:::column-end:::
299+
:::row-end:::
300+
:::row:::
301+
:::column span="2":::
302+
**Step 5:** Select **Save**.
303+
:::column-end:::
304+
:::column:::
305+
:::image type="content" source="./media/tutorial-python-postgresql-app/azure-portal-app-service-app-setting-save.png" alt-text="A screenshot showing how to save the SECRET_KEY app setting in the Azure portal (Django)." lightbox="./media/tutorial-python-postgresql-app/azure-portal-app-service-app-setting-save.png":::
306+
:::column-end:::
307+
:::row-end:::
292308

293309
### [Django](#tab/django)
294310

0 commit comments

Comments
 (0)