Skip to content

Commit af7ee52

Browse files
author
Cephas Lin
committed
add copilot tip and remove video
1 parent 7956536 commit af7ee52

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
-9 Bytes
Loading

articles/app-service/quickstart-dotnetcore.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ Alternatively, you can deploy an ASP.NET web app as part of a [Windows or Linux
4343
> [!TIP]
4444
> Find GitHub Copilot tips in the Visual Studio, Visual Studio Code, and Azure portal steps.
4545
46-
This video shows you how to deploy an ASP.NET web app.
47-
> [!VIDEO 31309745-82c2-4208-aed5-7ace0b7f7f4d]
48-
49-
The steps in the video are also described in the following sections.
50-
5146
## Prerequisites
5247

5348
:::zone target="docs" pivot="development-environment-vs"
@@ -600,7 +595,7 @@ You'll make a change to *Index.cshtml* and redeploy to see the changes. In the .
600595
> [!TIP]
601596
> With GitHub Copilot enabled in Visual Studio, try the following:
602597
>
603-
> 1. Select the `<div>` element and type `Alt`+`/`
598+
> 1. Select the `<div>` element and type <kbd>Alt</kbd>+<kbd>/</kbd>.
604599
> 1. Ask Copilot, "Change to a Bootstrap card that says .NET 💜 Azure."
605600
606601
Save your changes.
@@ -658,6 +653,14 @@ You'll make a change to *Index.cshtml* and redeploy to see the changes. In the .
658653
659654
:::zone-end
660655
656+
<!-- markdownlint-disable MD044 -->
657+
:::zone target="docs" pivot="development-environment-cli,development-environment-ps,development-environment-azd"
658+
> [!TIP]
659+
> To see how Visual Studio with GitHub Copilot helps improve your web development experience, see the Visual Studio Code steps.
660+
<!-- markdownlint-enable MD044 -->
661+
662+
:::zone-end
663+
661664
<!-- markdownlint-disable MD044 -->
662665
:::zone target="docs" pivot="development-environment-cli"
663666
<!-- markdownlint-enable MD044 -->

0 commit comments

Comments
 (0)