Skip to content

Commit f8504ec

Browse files
author
Cephas Lin
committed
replace with codespace steps
1 parent a3a788d commit f8504ec

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/app-service/quickstart-dotnetcore.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ You'll make a change to *Index.cshtml* and redeploy to see the changes. In the .
656656
<!-- markdownlint-disable MD044 -->
657657
:::zone target="docs" pivot="development-environment-cli,development-environment-ps,development-environment-azd"
658658
> [!TIP]
659-
> To see how Visual Studio with GitHub Copilot helps improve your web development experience, see the Visual Studio Code steps.
659+
> To see how Visual Studio Code with GitHub Copilot helps improve your web development experience, see the Visual Studio Code steps.
660660
<!-- markdownlint-enable MD044 -->
661661
662662
:::zone-end
@@ -785,7 +785,7 @@ You see the updated ASP.NET Core 8.0 web app displayed in the page.
785785
> 1. Select the entire `<div>` element and click :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false":::.
786786
> 1. Ask Copilot, "Change to a Bootstrap card that says .NET 💜 Azure."
787787
788-
3. From the **Source Control** menu, enter a commit message such as `Modify homepage`. Then, select **Commit and Push**. The changes are automatically staged for you, then committed and pushed to your fork.
788+
3. From the **Source Control** menu, enter a commit message such as `Modify homepage`. Then, select **Commit** and confirm staging the changes by selecting **Yes**.
789789
790790
### [.NET 8.0](#tab/net80)
791791
@@ -798,11 +798,13 @@ You see the updated ASP.NET Core 8.0 web app displayed in the page.
798798
-----
799799
800800
> [!TIP]
801-
> Try letting GitHub Copilot create a commit message for you selecting :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false"::: in the message box.
801+
> Let GitHub Copilot create a commit message for you by selecting :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false"::: in the message box.
802802
803-
4. It takes a few minutes for the deployment to run. To view the progress, navigate to `https://github.com/<your-github-alias>/dotnetcore-docs-hello-world/actions`.
803+
4. Select **Sync changes 1**, then confirm by selecting **OK**.
804804
805-
5. Return to the browser window that opened during the **Browse to the app** step, and refresh the page.
805+
5. It takes a few minutes for the deployment to run. To view the progress, navigate to `https://github.com/<your-github-alias>/dotnetcore-docs-hello-world/actions`.
806+
807+
6. Return to the browser window that opened during the **Browse to the app** step, and refresh the page.
806808
807809
### [.NET 8.0](#tab/net80)
808810

0 commit comments

Comments
 (0)