Skip to content

Commit 4fcb30f

Browse files
committed
Deploy update.
1 parent e42f8ea commit 4fcb30f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/azure/migration/appmod/deploy.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy your project to Azure using GitHub Copilot app modernization for .
33
description: Learn how to deploy your migrated .NET project to Azure using GitHub Copilot app modernization for .NET.
44
ms.topic: quickstart
55
ms.custom: devx-track-dotnet
6-
ms.date: 09/03/2025
6+
ms.date: 09/17/2025
77
author: JiDong
88
ms.author: donji
99
---
@@ -51,7 +51,7 @@ The App Modernization for .NET deployment feature helps you deploy your migrated
5151

5252
1. Start the deployment using one of the following approaches:
5353

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

5656
:::image type="content" source="media/start-deploy.png" alt-text="Screenshot showing how to start the deployment process in GitHub Copilot.":::
5757

@@ -61,16 +61,18 @@ The App Modernization for .NET deployment feature helps you deploy your migrated
6161

6262
:::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.":::
6363

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

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

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

7070
1. Once you're satisfied with the plan, instruct GitHub Copilot to continue.
7171

7272
1. GitHub Copilot follows the plan and executes the deployment process.
7373

74+
1. Once deployment is finished, GitHub Copilot will provide a summary on the deployment process.
75+
7476
## Notes
7577

7678
- We recommend using Claude Sonnet 4 or later models for the best results.

0 commit comments

Comments
 (0)