Skip to content

Commit 9f49a66

Browse files
committed
fixes
1 parent 225f1f5 commit 9f49a66

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/azure/migration/appmod/deploy.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ ms.author: donji
1010

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

13-
In this quickstart, you learn how to deploy your project to Azure using GitHub Copilot app modernization for .NET. This tool helps you deploy migrated projects to Azure and automatically fixes deployment errors during the process.
13+
In this quickstart, you learn how to deploy your project to Azure with GitHub Copilot app modernization for .NET. This tool lets you deploy migrated projects to Azure and automatically fixes deployment errors during the process.
1414

1515
## Prerequisites
1616

17-
- Windows Operating System
18-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/) (To be released)
19-
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled:
17+
- Windows operating system
18+
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/)
19+
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with these optional components enabled:
2020
- GitHub Copilot
2121
- GitHub Copilot app modernization for .NET
22-
- GitHub account with Copilot access and supported subscription plan:
23-
- [Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot)
24-
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise
25-
- If you change subscriptions, you must restart Visual Studio
22+
- GitHub account with Copilot access and a supported subscription plan:
23+
- [Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
24+
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise.
25+
- If you change subscriptions, restart Visual Studio.
2626

2727
## Deploy your project
2828

@@ -44,17 +44,17 @@ The App Modernization for .NET deployment feature helps you deploy your migrated
4444

4545
1. After you start the deployment, GitHub Copilot might ask for your approval to use tools or run commands. Grant permission when prompted.
4646

47-
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.
47+
1. GitHub Copilot creates a plan. The plan explains the deployment strategy, including deployment goals, project information, Azure resource architecture, Azure resources, and execution steps.
4848

4949
1. You can edit the plan directly or ask GitHub Copilot to edit it to customize your deployment before you proceed.
5050

5151
1. When you're satisfied with the plan, instruct GitHub Copilot to continue.
5252

53-
1. GitHub Copilot follows the plan and executes the deployment process.
53+
1. GitHub Copilot follows the plan and runs the deployment process.
5454

5555
1. When deployment finishes, GitHub Copilot provides a summary of the deployment process.
5656

5757
## Notes
5858

5959
- Use Claude Sonnet 4 or later models for the best results.
60-
- Copilot might need a few iterations to correct deployment errors.
60+
- Copilot can need a few iterations to fix deployment errors.

0 commit comments

Comments
 (0)