Skip to content

Commit 8d87dc1

Browse files
committed
remove extension install
1 parent 90afa91 commit 8d87dc1

File tree

1 file changed

+12
-29
lines changed

1 file changed

+12
-29
lines changed

docs/azure/migration/appmod/containerization.md

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: donji
1212

1313
# Quickstart: Containerize your project using GitHub Copilot app modernization for .NET
1414

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:
1616

1717
- Analyze your project structure and dependencies
1818
- Generate appropriate Dockerfile configurations
@@ -21,34 +21,17 @@ In this quickstart, you learn how to containerize your project using [GitHub Cop
2121

2222
## Prerequisites
2323

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)
33+
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise
34+
- If you change subscriptions, you must restart Visual Studio
5235

5336
## Containerize your project
5437

0 commit comments

Comments
 (0)