Skip to content

Commit 1ec9e17

Browse files
committed
Containerization doc.
1 parent b92cf96 commit 1ec9e17

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/azure/migration/appmod/containerization.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,15 @@ The App Modernization for .NET containerization feature helps you containerize y
6363

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

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

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.
6769

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

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

74+
## Notes
7075

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

Comments
 (0)