diff --git a/docs/azure/media/appmod-dotnet-containerization-tool-selection.png b/docs/azure/media/appmod-dotnet-containerization-tool-selection.png index 0ba0dde168f91..a2c6cceb712af 100644 Binary files a/docs/azure/media/appmod-dotnet-containerization-tool-selection.png and b/docs/azure/media/appmod-dotnet-containerization-tool-selection.png differ diff --git a/docs/azure/migration/appmod/containerization.md b/docs/azure/migration/appmod/containerization.md index cb6f970c2772d..dd8d342b56a80 100644 --- a/docs/azure/migration/appmod/containerization.md +++ b/docs/azure/migration/appmod/containerization.md @@ -30,19 +30,25 @@ The GitHub Copilot app modernization for .NET containerization feature helps you 1. Open your project in Visual Studio. -1. Enable **appModernizationDeploy** in the GitHub Copilot toolbox. +1. Run App Assessment and open the Assessment Report. + +1. Fix the cloud readiness issues before running the **Docker Containerization** task. + +1. Make sure you enable **appModernizationDeploy** in the GitHub Copilot toolbox. :::image type="content" source="../../media/appmod-dotnet-containerization-tool-selection.png" alt-text="Screenshot that shows containerization tool selection."::: -1. Start containerization by using one of these approaches: +1. Start containerization by using one of the following approaches: - - **Containerize from Assessment Report**: In the assessment report, select **Run Task** for the Docker Containerization issue. + - **Containerize from Assessment Report**: In the assessment report, select **Run Task** for the Docker Containerization task. :::image type="content" source="media/containerize-assessment-report.png" alt-text="Screenshot that shows containerization task in assessment report."::: - **Use a containerization prompt**: You can input the following prompt in Copilot chat to containerize your project: - *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.* + *Inspect 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.* :::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."::: @@ -58,3 +64,7 @@ The GitHub Copilot app modernization for .NET containerization feature helps you - Use Claude Sonnet 4 or later models for the best results. - Copilot might take a few iterations to fix containerization errors. + +## Additional resources + +- We leverage certain tools in Containerization Assist. [Learn more](https://aka.ms/aks/containerization-assist) diff --git a/docs/azure/migration/appmod/media/containerization-prompt.png b/docs/azure/migration/appmod/media/containerization-prompt.png index 1c9426efdc4b9..9fe188b9d8706 100644 Binary files a/docs/azure/migration/appmod/media/containerization-prompt.png and b/docs/azure/migration/appmod/media/containerization-prompt.png differ diff --git a/docs/azure/migration/appmod/media/containerize-assessment-report.png b/docs/azure/migration/appmod/media/containerize-assessment-report.png index 3b5f7c1505e3c..27ba2e5165617 100644 Binary files a/docs/azure/migration/appmod/media/containerize-assessment-report.png and b/docs/azure/migration/appmod/media/containerize-assessment-report.png differ