Skip to content

Commit c89221d

Browse files
committed
fix other syntax
1 parent 37d3b77 commit c89221d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The creation wizard generated the connectivity variables for you already as [app
171171
:::column:::
172172
:::image type="content" source="./media/tutorial-python-postgresql-app/azure-portal-get-connection-string-2.png" alt-text="A screenshot showing how to see the autogenerated connection string." lightbox="./media/tutorial-python-postgresql-app/azure-portal-get-connection-string-2.png":::
173173
:::column-end:::
174+
:::row-end:::
174175
:::row:::
175176
:::column span="2":::
176177
**Step 3.** In a terminal or command prompt, run the following Python script to generate a unique secret: `python -c 'import secrets; print(secrets.token_hex())'`. Copy the output value to use in the next step.

0 commit comments

Comments
 (0)