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/deploy.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Deploy your project to Azure using GitHub Copilot app modernization for .
3
3
description: Learn how to deploy your migrated .NET project to Azure using GitHub Copilot app modernization for .NET.
4
4
ms.topic: quickstart
5
5
ms.custom: devx-track-dotnet
6
-
ms.date: 09/03/2025
6
+
ms.date: 09/17/2025
7
7
author: JiDong
8
8
ms.author: donji
9
9
---
@@ -51,7 +51,7 @@ The App Modernization for .NET deployment feature helps you deploy your migrated
51
51
52
52
1. Start the deployment using one of the following approaches:
53
53
54
-
-**Deploy after migration**: Deploy your project after completing your migration task. Copilot will ask if you'd like to deploy your project to Azure upon completing a migration task. Instructing Copilot to continue will start the deployment process.
54
+
-**Deploy after migration**: Deploy your project after completing your migration task. GitHub Copilot will ask if you'd like to deploy your project to Azure upon completing a migration task. Instructing Copilot to continue will start the deployment process.
55
55
56
56
:::image type="content" source="media/start-deploy.png" alt-text="Screenshot showing how to start the deployment process in GitHub Copilot.":::
57
57
@@ -61,16 +61,18 @@ The App Modernization for .NET deployment feature helps you deploy your migrated
61
61
62
62
:::image type="content" source="media/start-deploy-prompt.png" alt-text="Screenshot showing how to start the deployment process in GitHub Copilot using a prompt.":::
63
63
64
-
1. After you start the deployment, GitHub Copilot might ask for your approval to use tools in the Model Context Protocol (MCP) server. Grant permission when prompted.
64
+
1. After you start the deployment, GitHub Copilot might ask for your approval to use tools or run commands. Grant permission when prompted.
65
65
66
-
1. GitHub Copilot creates a `plan.copilot.md` file in the `.azure` folder. This file explains the overall deployment plan, including deployment goals, project information, Azure resource architecture, Azure resources, and execution steps.
66
+
1. GitHub Copilot creates a plan.This plan explains the overall deployment plan, including deployment goals, project information, Azure resource architecture, Azure resources, and execution steps.
67
67
68
-
1.Edit the file directly or ask GitHub Copilot to edit it to customize your deployment before proceeding.
68
+
1.You can edit the plan directly or ask GitHub Copilot to edit it to customize your deployment before proceeding.
69
69
70
70
1. Once you're satisfied with the plan, instruct GitHub Copilot to continue.
71
71
72
72
1. GitHub Copilot follows the plan and executes the deployment process.
73
73
74
+
1. Once deployment is finished, GitHub Copilot will provide a summary on the deployment process.
75
+
74
76
## Notes
75
77
76
78
- We recommend using Claude Sonnet 4 or later models for the best results.
0 commit comments