Skip to content

Commit 3c3d91d

Browse files
authored
Ignite update for .NET containerization. (#49645)
* Update for .NET containerization.
1 parent 2415296 commit 3c3d91d

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed
58.2 KB
Loading

docs/azure/migration/appmod/containerization.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,25 @@ The GitHub Copilot app modernization for .NET containerization feature helps you
3030

3131
1. Open your project in Visual Studio.
3232

33-
1. Enable **appModernizationDeploy** in the GitHub Copilot toolbox.
33+
1. Run App Assessment and open the Assessment Report.
34+
35+
1. Fix the cloud readiness issues before running the **Docker Containerization** task.
36+
37+
1. Make sure you enable **appModernizationDeploy** in the GitHub Copilot toolbox.
3438

3539
:::image type="content" source="../../media/appmod-dotnet-containerization-tool-selection.png" alt-text="Screenshot that shows containerization tool selection.":::
3640

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

39-
- **Containerize from Assessment Report**: In 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 task.
4044

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

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

45-
*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.*
49+
*Inspect my project and help me plan how to containerize my application using the #appmod-get-containerization-plan tool.
50+
Execute the plan.
51+
The end goal is to have Dockerfiles that are able to be built.*
4652

4753
:::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.":::
4854

@@ -58,3 +64,7 @@ The GitHub Copilot app modernization for .NET containerization feature helps you
5864

5965
- Use Claude Sonnet 4 or later models for the best results.
6066
- Copilot might take a few iterations to fix containerization errors.
67+
68+
## Additional resources
69+
70+
- We leverage certain tools in Containerization Assist. [Learn more](https://aka.ms/aks/containerization-assist)
34.7 KB
Loading
14 KB
Loading

0 commit comments

Comments
 (0)