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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,15 @@ The App Modernization for .NET containerization feature helps you containerize y
63
63
64
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.":::
65
65
66
+
1. After you start the process, GitHub Copilot might ask for your approval to use tools or run commands. Grant permission when prompted.
66
67
68
+
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.
67
69
70
+
1. GitHub Copilot follows the execution steps to generate Dockerfile and validate your docker image can be built successfully.
68
71
72
+
1. Once GitHub Copilot finishes the containerizing your project, it will provide a summary of what it did.
69
73
74
+
## Notes
70
75
71
-
76
+
- 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.
0 commit comments