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/containerization.md
+12-29Lines changed: 12 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: donji
12
12
13
13
# Quickstart: Containerize your project using GitHub Copilot app modernization for .NET
14
14
15
-
In this quickstart, you learn how to containerize your project using [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace). The app modernization extension uses GitHub Copilot's AI capabilities to:
15
+
In this quickstart, you learn how to containerize your project using GitHub Copilot app modernization for .NET. The app modernization extension uses GitHub Copilot's AI capabilities to:
16
16
17
17
- Analyze your project structure and dependencies
18
18
- Generate appropriate Dockerfile configurations
@@ -21,34 +21,17 @@ In this quickstart, you learn how to containerize your project using [GitHub Cop
21
21
22
22
## Prerequisites
23
23
24
-
Before you begin, ensure you have the following prerequisites:
25
-
26
-
- A GitHub account with [GitHub Copilot](https://github.com/features/copilot) enabled (Pro, Pro+, Business, or Enterprise plan required)
27
-
-[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) version 17.14.7 or later
28
-
- Agent mode enabled for GitHub Copilot in Visual Studio ([Learn how](/visualstudio/ide/copilot-agent-mode))
29
-
30
-
### Sign in to GitHub Copilot
31
-
32
-
GitHub Copilot is required for the App Modernization extension. Make sure you're signed in to GitHub Copilot in Visual Studio:
33
-
34
-
1. Select the **Copilot** icon at the top of Visual Studio to open the GitHub Copilot pane.
35
-
1. Follow the UI prompts to sign in to Copilot.
36
-
37
-
For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states).
38
-
39
-
## Install the GitHub Copilot app modernization extension
40
-
41
-
To complete the steps in this quickstart, you need to install the GitHub Copilot app modernization for .NET (Preview) Visual Studio extension:
42
-
43
-
1. In Visual Studio, go to **Extensions** > **Manage Extensions**.
44
-
1. Search for **GitHub Copilot app modernization for .NET** in the marketplace.
45
-
1. On the extension page, select **Install**.
46
-
1. Follow the notification bar prompts to close Visual Studio and complete the installation.
47
-
1. Restart Visual Studio after installation.
48
-
49
-
You can also view the [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace) extension directly in the extension marketplace.
50
-
51
-
For more information, see [Find, install, and manage extensions for Visual Studio](/visualstudio/ide/finding-and-using-visual-studio-extensions).
24
+
Before you begin, ensure you have the following requirements:
25
+
26
+
- Windows Operating System
27
+
-[Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/) (To be released)
28
+
-[.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled:
29
+
- GitHub Copilot
30
+
- GitHub Copilot app modernization for .NET
31
+
- GitHub account with Copilot access and supported subscription plan:
32
+
-[Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot)
0 commit comments