Skip to content

Commit f2cca61

Browse files
authored
Update app mod .NET faq for migration to Azure
1 parent e789832 commit f2cca61

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/core/porting/github-copilot-app-modernization-faq.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: GitHub Copilot app modernization - upgrade for .NET FAQ
4-
description: "This article answers frequently asked questions about GitHub Copilot app modernization - upgrade for .NET."
3+
title: GitHub Copilot app modernization for .NET FAQ
4+
description: "This article answers frequently asked questions about GitHub Copilot app modernization for .NET."
55
titleSuffix: ""
66
author: adegeo
77
ms.author: adegeo
@@ -10,7 +10,7 @@ metadata:
1010

1111
title: GitHub Copilot app modernization FAQ
1212
summary: |
13-
GitHub Copilot app modernization is an interactive GitHub Copilot agent that adds powerful upgrade capabilities to Visual Studio. This article answers frequently asked questions. For more information about the modernization agent, see [What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md).
13+
GitHub Copilot app modernization is an interactive GitHub Copilot agent that adds powerful capabilities to Visual Studio. This article answers frequently asked questions. For more information about the modernization agent, see [What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md).
1414
1515
The tool requires one of the following GitHub Copilot subscriptions:
1616
@@ -28,8 +28,8 @@ sections:
2828
answer: |
2929
Currently, GitHub Copilot app modernization helps you upgrade your .NET (.NET, .NET Core, and .NET Framework) projects to newer versions of .NET. It also helps migrate services to Azure. It also upgrades dependencies and fixes errors in the code post-migration. The agent performs the following steps in a GitHub Copilot chat session:
3030
31-
- Analyzes your projects and proposes an upgrade plan.
32-
- According to the plan, runs a series of tasks to upgrade your projects.
31+
- Analyzes your projects and proposes an modernization plan.
32+
- According to the plan, runs a series of tasks to modernize your projects.
3333
- Operates in a working branch under a local Git repository.
3434
- Automatically fixes issues during the code transformation.
3535
- Reports progress and allow access to code changes & logs.
@@ -38,7 +38,7 @@ sections:
3838
- question: What limitations are there?
3939
answer: |
4040
- Only Git repositories are supported.
41-
- There's no guarantee that the upgrade suggestions are considered best practices.
41+
- There's no guarantee that the upgrade or migration suggestions are considered best practices.
4242
- The LLM doesn't persist learning from the upgrade. Meaning, code fixes and corrections you provide during the upgrade process don't persist and can't be remembered for future upgrades.
4343
- It only runs on Windows.
4444
@@ -54,7 +54,7 @@ sections:
5454
5555
- question: Does the agent store my source code?
5656
answer: |
57-
The agent never stores a user's codebase and never uses your code for training the model. Once an upgrade is complete, session data is deleted.
57+
The agent never stores a user's codebase and never uses your code for training the model. Once an upgrade or migration is complete, session data is deleted.
5858
5959
- question: Can I provide feedback?
6060
answer: |
@@ -89,12 +89,14 @@ sections:
8989
questions:
9090
- question: What can the agent migrate?
9191
answer: |
92-
The agent can assist in migrating your .NET applications to Azure, including:
92+
The agent can assist in migrating and deploying your .NET applications to Azure, including:
9393
- Web apps
9494
- API apps
9595
- Azure Functions
9696
- Containerized applications
9797
98+
The scenarios include modernizing databases, storage, identity, messaging, event streaming, email, logging, and security by migrating to Azure-managed services with Managed Identity and Key Vault. Refer to [pre-defined tasks](github-copilot-app-modernization-overview.md#predefined-tasks-for-migration)
99+
98100
- question: Can I monitor assessment progress?
99101
answer: |
100102
Yes, you can monitor the progress of the assessment through the Visual Studio interface. The agent provides real-time feedback and updates on the status of the migration process.

0 commit comments

Comments
 (0)