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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ ms.author: donji
10
10
11
11
# Deploy your project to Azure by using GitHub Copilot app modernization for .NET
12
12
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.
14
14
15
15
## Prerequisites
16
16
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:
20
20
- GitHub Copilot
21
21
- 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)
- 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).
- If you change subscriptions, restart Visual Studio.
26
26
27
27
## Deploy your project
28
28
@@ -44,17 +44,17 @@ The App Modernization for .NET deployment feature helps you deploy your migrated
44
44
45
45
1. After you start the deployment, GitHub Copilot might ask for your approval to use tools or run commands. Grant permission when prompted.
46
46
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.
48
48
49
49
1. You can edit the plan directly or ask GitHub Copilot to edit it to customize your deployment before you proceed.
50
50
51
51
1. When you're satisfied with the plan, instruct GitHub Copilot to continue.
52
52
53
-
1. GitHub Copilot follows the plan and executes the deployment process.
53
+
1. GitHub Copilot follows the plan and runs the deployment process.
54
54
55
55
1. When deployment finishes, GitHub Copilot provides a summary of the deployment process.
56
56
57
57
## Notes
58
58
59
59
- 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