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
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,25 @@ The GitHub Copilot app modernization for .NET containerization feature helps you
30
30
31
31
1. Open your project in Visual Studio.
32
32
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.
34
38
35
39
:::image type="content" source="../../media/appmod-dotnet-containerization-tool-selection.png" alt-text="Screenshot that shows containerization tool selection.":::
36
40
37
-
1. Start containerization by using one of these approaches:
41
+
1. Start containerization by using one of the following approaches:
38
42
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.
40
44
41
45
:::image type="content" source="media/containerize-assessment-report.png" alt-text="Screenshot that shows containerization task in assessment report.":::
42
46
43
47
-**Use a containerization prompt**: You can input the following prompt in Copilot chat to containerize your project:
44
48
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.*
46
52
47
53
:::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.":::
48
54
@@ -58,3 +64,7 @@ The GitHub Copilot app modernization for .NET containerization feature helps you
58
64
59
65
- Use Claude Sonnet 4 or later models for the best results.
60
66
- 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)
0 commit comments