Skip to content

Commit 37b365f

Browse files
committed
edits
1 parent 1ec9e17 commit 37b365f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Containerization your project using GitHub Copilot app modernization for .NET
2+
title: Containerize your project using GitHub Copilot app modernization for .NET
33
description: Learn how to containerize your .NET project using GitHub Copilot app modernization for .NET.
44
ms.topic: quickstart
55
ms.custom: devx-track-dotnet
66
ms.date: 09/17/2025
77
author: JiDong
88
ms.author: donji
9+
ai-usage: ai-assisted
910
---
1011

11-
# Containerization your project using GitHub Copilot app modernization for .NET
12+
# Containerize your project using GitHub Copilot app modernization for .NET
1213

13-
In this quickstart, you learn how to to containerize your project using [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace).
14-
This tool helps you generate dockerfile and build docker image.
14+
In this quickstart, you learn how to containerize your project using [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace).
15+
This tool helps you generate Dockerfile and build Docker images.
1516

1617
## Prerequisites
1718

18-
1919
Before you begin, ensure you have the following prerequisites:
2020

2121
- A GitHub account with [GitHub Copilot](https://github.com/features/copilot) enabled (Pro, Pro+, Business, or Enterprise plan required)
@@ -24,9 +24,9 @@ Before you begin, ensure you have the following prerequisites:
2424

2525
### Sign in to GitHub Copilot
2626

27-
GitHub Copilot is required for the App Modernization extension. Make sure you're signed-in to GitHub Copilot inside Visual Studio:
27+
GitHub Copilot is required for the App Modernization extension. Make sure you're signed in to GitHub Copilot in Visual Studio:
2828

29-
1. Select the Copilot icon at the top of Visual Studio to open the GitHub Copilot pane.
29+
1. Select the **Copilot** icon at the top of Visual Studio to open the GitHub Copilot pane.
3030
1. Follow the UI prompts to sign in to Copilot.
3131

3232
For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states).
@@ -35,43 +35,43 @@ For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio
3535

3636
To complete the steps in this quickstart, you need to install the GitHub Copilot app modernization for .NET (Preview) Visual Studio extension:
3737

38-
1. Inside Visual Studio, navigate to **Extensions** > **Manage Extensions**.
38+
1. In Visual Studio, go to **Extensions** > **Manage Extensions**.
3939
1. Search for **GitHub Copilot app modernization for .NET** in the marketplace.
4040
1. On the extension page, select **Install**.
4141
1. Follow the notification bar prompts to close Visual Studio and complete the installation.
42-
1. Relaunch Visual Studio after installation.
42+
1. Restart Visual Studio after installation.
4343

4444
You can also view the [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace) extension directly in the extension marketplace.
4545

4646
For more information, see [Find, install, and manage extensions for Visual Studio](/visualstudio/ide/finding-and-using-visual-studio-extensions).
4747

4848
## Containerize your project
4949

50-
The App Modernization for .NET containerization feature helps you containerize your project. Follow these step to start the containerization process:
50+
The App Modernization for .NET containerization feature helps you containerize your project. Follow these steps to start the containerization process:
5151

5252
1. In Visual Studio, open your project.
5353

5454
1. Start containerization using one of the following approaches:
5555

56-
- **Conatinerize from Assessment Report**: From the assessment report, click on "Run Task" for the Docker Containerization issue.
56+
- **Containerize from Assessment Report**: From the assessment report, select **Run Task** for the Docker Containerization issue.
5757

58-
:::image type="content" source="media/containerize-assessment-report.png" alt-text="Screenshot showing containerization task in assessment report.":::
58+
:::image type="content" source="media/containerize-assessment-report.png" alt-text="Screenshot that shows containerization task in assessment report.":::
5959

6060
- **Use a containerization prompt**: You can input the following prompt in Copilot chat to containerize your project:
6161

6262
*Scan my project and help me plan how to containerize my application using the #appmod-get-containerization-plan tool. Execute the plan. The end goal is to have Dockerfiles that are able to be built.*
6363

64-
:::image type="content" source="media/containerization-prompt.png" alt-text="Screenshot showing how to start the containerization process in GitHub Copilot using a prompt.":::
64+
:::image type="content" source="media/containerization-prompt.png" alt-text="Screenshot that shows how to start the containerization process in GitHub Copilot using a prompt.":::
6565

6666
1. After you start the process, GitHub Copilot might ask for your approval to use tools or run commands. Grant permission when prompted.
6767

6868
1. GitHub Copilot analyzes your project and generates a plan. The plan includes a breakdown of your project and execution steps for containerizing your project.
6969

70-
1. GitHub Copilot follows the execution steps to generate Dockerfile and validate your docker image can be built successfully.
70+
1. GitHub Copilot follows the execution steps to generate Dockerfile and validate that your Docker image can be built successfully.
7171

72-
1. Once GitHub Copilot finishes the containerizing your project, it will provide a summary of what it did.
72+
1. Once GitHub Copilot finishes containerizing your project, it provides a summary of what it did.
7373

7474
## Notes
7575

7676
- We recommend using Claude Sonnet 4 or later models for the best results.
77-
- It might take Copilot a few iterations to correct containerization errors.
77+
- Copilot might take a few iterations to correct containerization errors.

0 commit comments

Comments
 (0)