Skip to content

Commit a704593

Browse files
committed
staged review
1 parent c975ad2 commit a704593

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git clone https://github.com/Azure-Samples/msdocs-app-service-sqldb-dotnetcore.g
2828
cd msdocs-app-service-sqldb-dotnetcore
2929
```
3030

31-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-app-in-browser.png" alt-text="This is an architecture diagram about how the solution works in Azure":::
31+
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-browse-app-2.png" alt-text="This is an architecture diagram about how the solution works in Azure":::
3232

3333
## 1. Create App Service and Azure SQL Database
3434

@@ -195,6 +195,7 @@ In this step, you'll configure GitHub deployment using GitHub Actions. It's just
195195
**Step 8.**
196196
1. Select the **Source Control** extension.
197197
1. In the textbox, type a commit message like `change connection string name & add migration bundle`.
198+
1. Select **Commit and Push**.
198199
:::column-end:::
199200
:::column:::
200201
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-sample-code-8.png" alt-text="A screenshot showing the changes being committed and pushed to GitHub." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-sample-code-8.png":::
@@ -204,7 +205,7 @@ In this step, you'll configure GitHub deployment using GitHub Actions. It's just
204205
:::column span="2":::
205206
**Step 9.** Back in the Deployment Center page in the Azure portal:
206207
1. Select **Logs**. A new deployment run is already started from your committed changes.
207-
1. In the log item for the deployment run, select **Build/Deploy Logs**.
208+
1. In the log item for the deployment run, select the **Build/Deploy Logs** entry with the latest timestamp.
208209
:::column-end:::
209210
:::column:::
210211
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-sample-code-9.png" alt-text="A screenshot showing how to open deployment logs in the deployment center." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-sample-code-9.png":::

0 commit comments

Comments
 (0)