Skip to content

Commit ff30867

Browse files
committed
fixes
1 parent 57e14e0 commit ff30867

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/azure/migration/appmod/containerization.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,33 @@ ms.author: donji
1414
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:
1515

1616
- Analyze your project structure and dependencies
17-
- Generate appropriate Dockerfile configurations
17+
- Generate Dockerfile configurations
1818
- Create build-ready Docker images
19-
- Provide guidance throughout the containerization process
19+
- Guide you through the containerization process
2020

2121
## Prerequisites
2222

23-
Before you begin, ensure you have the following requirements:
23+
Before you begin, make sure you have:
2424

25-
- Windows Operating System
26-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/) (To be released)
27-
- [.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:
25+
- Windows operating system
26+
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/)
27+
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with these optional components enabled:
2828
- GitHub Copilot
2929
- GitHub Copilot app modernization for .NET
30-
- GitHub account with Copilot access and supported subscription plan:
31-
- [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)
32-
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise
33-
- If you change subscriptions, you must restart Visual Studio
30+
- GitHub account with Copilot access and a supported subscription plan:
31+
- [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).
32+
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise.
33+
- If you change subscriptions, restart Visual Studio.
3434

3535
## Containerize your project
3636

3737
The GitHub Copilot app modernization for .NET containerization feature helps you containerize your project. To start the containerization process, complete the following steps:
3838

39-
1. In Visual Studio, open your project.
39+
1. Open your project in Visual Studio.
4040

41-
1. Start containerization using one of the following approaches:
41+
1. Start containerization by using one of these approaches:
4242

43-
- **Containerize from Assessment Report**: From the assessment report, select **Run Task** for the Docker Containerization issue.
43+
- **Containerize from Assessment Report**: In the assessment report, select **Run Task** for the Docker Containerization issue.
4444

4545
:::image type="content" source="media/containerize-assessment-report.png" alt-text="Screenshot that shows containerization task in assessment report.":::
4646

@@ -50,15 +50,15 @@ The GitHub Copilot app modernization for .NET containerization feature helps you
5050

5151
:::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.":::
5252

53-
1. After you start the process, GitHub Copilot might ask for your approval to use tools or run commands. Grant permission when prompted.
53+
1. After you start the process, GitHub Copilot can ask for your approval to use tools or run commands. Grant permission when prompted.
5454

55-
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.
55+
1. GitHub Copilot analyzes your project and generates a plan. The plan includes a breakdown of your project and steps for containerizing your project.
5656

57-
1. GitHub Copilot follows the execution steps to generate Dockerfile and validate that your Docker image can be built successfully.
57+
1. GitHub Copilot follows the steps to generate a Dockerfile and validate that your Docker image builds successfully.
5858

59-
1. Once GitHub Copilot finishes containerizing your project, it provides a summary of what it did.
59+
1. When GitHub Copilot finishes containerizing your project, it provides a summary of what it did.
6060

6161
## Notes
6262

63-
- We recommend using Claude Sonnet 4 or later models for the best results.
64-
- Copilot might take a few iterations to correct containerization errors.
63+
- Use Claude Sonnet 4 or later models for the best results.
64+
- Copilot might take a few iterations to fix containerization errors.

0 commit comments

Comments
 (0)