@@ -43,11 +43,6 @@ Alternatively, you can deploy an ASP.NET web app as part of a [Windows or Linux
43
43
> [ !TIP]
44
44
> Find GitHub Copilot tips in the Visual Studio, Visual Studio Code, and Azure portal steps.
45
45
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
-
51
46
## Prerequisites
52
47
53
48
:::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 .
600
595
> [!TIP]
601
596
> With GitHub Copilot enabled in Visual Studio, try the following:
602
597
>
603
- > 1. Select the `<div>` element and type ` Alt`+`/`
598
+ > 1. Select the `<div>` element and type <kbd> Alt</kbd>+<kbd>/</kbd>.
604
599
> 1. Ask Copilot, "Change to a Bootstrap card that says .NET 💜 Azure."
605
600
606
601
Save your changes.
@@ -658,6 +653,14 @@ You'll make a change to *Index.cshtml* and redeploy to see the changes. In the .
658
653
659
654
:::zone-end
660
655
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
+
661
664
<!-- markdownlint-disable MD044 -->
662
665
:::zone target="docs" pivot="development-environment-cli"
663
666
<!-- markdownlint-enable MD044 -->
0 commit comments