You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure/migration/appmod/deploy.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,11 @@ ms.author: donji
10
10
11
11
# Deploy your project to Azure by using GitHub Copilot app modernization for .NET
12
12
13
-
In this quickstart, you learn how to deploy your project to Azure when you use [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace). This tool helps you deploy migrated projects to Azure and automatically fixes deployment errors during the process.
13
+
In this quickstart, you learn how to deploy your project to Azure using GitHub Copilot app modernization for .NET. This tool helps you deploy migrated projects to Azure and automatically fixes deployment errors during the process.
14
14
15
15
## Prerequisites
16
16
17
-
Before you begin, ensure that you have the following prerequisites:
18
-
19
-
- A GitHub account with [GitHub Copilot](https://github.com/features/copilot) enabled (Pro, Pro+, Business, or Enterprise plan required)
20
-
-[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) version 17.14.7 or later
21
-
- Agent mode enabled for GitHub Copilot in Visual Studio ([Learn how](/visualstudio/ide/copilot-agent-mode))
17
+
Before you begin, [complete the prerequisites](https://aka.ms/ghcp-appmod/dotNET#prerequisites).
22
18
23
19
### Sign in to GitHub Copilot
24
20
@@ -29,20 +25,6 @@ GitHub Copilot is required for the App Modernization extension. Make sure you're
29
25
30
26
For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states).
31
27
32
-
## Install the GitHub Copilot app modernization extension
33
-
34
-
To complete the steps in this quickstart, you need to install the GitHub Copilot app modernization for .NET (Preview) Visual Studio extension:
35
-
36
-
1. In Visual Studio, go to **Extensions** > **Manage Extensions**.
37
-
1. Search for **GitHub Copilot app modernization for .NET** in the marketplace.
38
-
1. On the extension page, select **Install**.
39
-
1. Follow the notification bar prompts to close Visual Studio and complete the installation.
40
-
1. Restart Visual Studio after installation.
41
-
42
-
You can also view the [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace) extension directly in the extension marketplace.
43
-
44
-
For more information, see [Find, install, and manage extensions for Visual Studio](/visualstudio/ide/finding-and-using-visual-studio-extensions).
45
-
46
28
## Deploy your project
47
29
48
30
The App Modernization for .NET deployment feature helps you deploy your migrated app to Azure. Follow these steps to start the deployment process:
0 commit comments