Skip to content

Commit 36b8643

Browse files
committed
edit pass
1 parent 4fcb30f commit 36b8643

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
title: Deploy your project to Azure using GitHub Copilot app modernization for .NET
3-
description: Learn how to deploy your migrated .NET project to Azure using GitHub Copilot app modernization for .NET.
2+
title: Deploy your project to Azure by using GitHub Copilot app modernization for .NET
3+
description: Learn how to deploy your migrated .NET project to Azure by using GitHub Copilot app modernization for .NET.
44
ms.topic: quickstart
55
ms.custom: devx-track-dotnet
66
ms.date: 09/17/2025
77
author: JiDong
88
ms.author: donji
99
---
1010

11-
# Deploy your project to Azure using GitHub Copilot app modernization for .NET
11+
# Deploy your project to Azure by using GitHub Copilot app modernization for .NET
1212

1313
In this quickstart, you learn how to deploy your project to Azure when you use [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace). This tool helps you deploy migrated projects to Azure and automatically fixes deployment errors during the process.
1414

1515
## Prerequisites
1616

17-
Before you begin, ensure you have the following prerequisites:
17+
Before you begin, ensure that you have the following prerequisites:
1818

1919
- A GitHub account with [GitHub Copilot](https://github.com/features/copilot) enabled (Pro, Pro+, Business, or Enterprise plan required)
2020
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) version 17.14.7 or later
2121
- Agent mode enabled for GitHub Copilot in Visual Studio ([Learn how](/visualstudio/ide/copilot-agent-mode))
2222

2323
### Sign in to GitHub Copilot
2424

25-
GitHub Copilot is required for the App Modernization extension. Make sure you're signed-in to GitHub Copilot inside Visual Studio:
25+
GitHub Copilot is required for the App Modernization extension. Make sure you're signed in to GitHub Copilot in Visual Studio:
2626

27-
1. Select the Copilot icon at the top of Visual Studio to open the GitHub Copilot pane.
27+
1. Select the **Copilot** icon at the top of Visual Studio to open the GitHub Copilot pane.
2828
1. Follow the UI prompts to sign in to Copilot.
2929

3030
For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states).
@@ -33,11 +33,11 @@ For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio
3333

3434
To complete the steps in this quickstart, you need to install the GitHub Copilot app modernization for .NET (Preview) Visual Studio extension:
3535

36-
1. Inside Visual Studio, navigate to **Extensions** > **Manage Extensions**.
36+
1. In Visual Studio, go to **Extensions** > **Manage Extensions**.
3737
1. Search for **GitHub Copilot app modernization for .NET** in the marketplace.
3838
1. On the extension page, select **Install**.
3939
1. Follow the notification bar prompts to close Visual Studio and complete the installation.
40-
1. Relaunch Visual Studio after installation.
40+
1. Restart Visual Studio after installation.
4141

4242
You can also view the [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace) extension directly in the extension marketplace.
4343

@@ -49,31 +49,31 @@ The App Modernization for .NET deployment feature helps you deploy your migrated
4949

5050
1. In Visual Studio, open your migrated project.
5151

52-
1. Start the deployment using one of the following approaches:
52+
1. Start the deployment with one of the following approaches:
5353

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.
54+
- **Deploy after migration**: Deploy your project after completing your migration task. GitHub Copilot asks if you'd like to deploy your project to Azure upon completing a migration task. Instructing Copilot to continue starts the deployment process.
5555

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

58-
- **Use a deployment prompt**: You can input the following prompt in Copilot chat to deploy your project to Azure:
58+
- **Use a deployment prompt**: You can enter the following prompt in Copilot chat to deploy your project to Azure:
5959

6060
*Scan my project to identify all Azure-relevant resources, programming languages, frameworks, dependencies, and configuration files needed for deployment, and develop an architecture diagram for me using #appmod-generate-architecture-diagram. Based on that diagram, help me develop and execute a plan using #appmod-get-plan to deploy my project to Azure. deployTool: azcli, hosting service: non-aks.*
6161

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.":::
62+
:::image type="content" source="media/start-deploy-prompt.png" alt-text="Screenshot that shows how to start the deployment process in GitHub Copilot by using a prompt.":::
6363

6464
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. This plan 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 strategy, including deployment goals, project information, Azure resource architecture, Azure resources, and execution steps.
6767

68-
1. You can edit the plan 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 you proceed.
6969

70-
1. Once you're satisfied with the plan, instruct GitHub Copilot to continue.
70+
1. When 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.
74+
1. When deployment finishes, GitHub Copilot provides a summary of the deployment process.
7575

7676
## Notes
7777

78-
- We recommend using Claude Sonnet 4 or later models for the best results.
79-
- It might take Copilot a few iterations to correct deployment errors.
78+
- Use Claude Sonnet 4 or later models for the best results.
79+
- Copilot might need a few iterations to correct deployment errors.

0 commit comments

Comments
 (0)