Skip to content

Commit addfb38

Browse files
committed
edits
1 parent 7098cb7 commit addfb38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,12 @@ In this step, you'll configure GitHub deployment using GitHub Actions. It's just
341341
:::column span="2":::
342342
**Step 5:**
343343
1. Select the **Source Control** extension.
344-
1. In the textbox, type a commit message like `Configure Azure database and cache connections`. Or, select :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false"::: and let GitHub Copilot generate a commit message for you.
344+
1. In the textbox, type a commit message like `Configure Azure database connecton`. Or, select :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false"::: and let GitHub Copilot generate a commit message for you.
345345
1. Select **Commit**, then confirm with **Yes**.
346346
1. Select **Sync changes 1**, then confirm with **OK**.
347347
:::column-end:::
348348
:::column:::
349-
:::image type="content" source="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-6.png" alt-text="A screenshot showing the changes being committed and pushed to GitHub." lightbox="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-6.png":::
349+
:::image type="content" source="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-6.png" alt-text="A screenshot showing the changes being committed and pushed to GitHub." lightbox="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-5.png":::
350350
:::column-end:::
351351
:::row-end:::
352352
:::row:::
@@ -357,15 +357,15 @@ In this step, you'll configure GitHub deployment using GitHub Actions. It's just
357357
1. In the log item for the deployment run, select the **Build/Deploy Logs** entry with the latest timestamp.
358358
:::column-end:::
359359
:::column:::
360-
:::image type="content" source="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-7.png" alt-text="A screenshot showing how to open deployment logs in the deployment center." lightbox="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-7.png":::
360+
:::image type="content" source="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-6.png" alt-text="A screenshot showing how to open deployment logs in the deployment center." lightbox="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-6.png":::
361361
:::column-end:::
362362
:::row-end:::
363363
:::row:::
364364
:::column span="2":::
365365
**Step 7:** You're taken to your GitHub repository and see that the GitHub action is running. The workflow file defines two separate stages, build and deploy. Wait for the GitHub run to show a status of **Success**. It takes about 5 minutes.
366366
:::column-end:::
367367
:::column:::
368-
:::image type="content" source="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-8.png" alt-text="A screenshot showing a GitHub run in progress." lightbox="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-8.png":::
368+
:::image type="content" source="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-7.png" alt-text="A screenshot showing a GitHub run in progress." lightbox="./media/tutorial-python-postgresql-app-flask/azure-portal-deploy-sample-code-flask-7.png":::
369369
:::column-end:::
370370
:::row-end:::
371371

0 commit comments

Comments
 (0)