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/core/porting/github-copilot-app-modernization-overview.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: adegeo
7
7
ms.topic: overview
8
8
ms.date: 09/15/2025
9
9
10
-
#customer intent: As a developer, I want to upgrade my project so that I can take advantage of the latest features.
10
+
#customer intent: As a developer, I want to upgrade my project or migrate the project to Azure so that I can take advantage of the latest features.
11
11
12
12
---
13
13
@@ -20,7 +20,7 @@ This process streamlines modernization and boosts developer productivity and con
20
20
With this assistant, you can:
21
21
22
22
- Upgrade to a newer version of .NET.
23
-
- Migrate technologies to Azure.
23
+
- Migrate technologies and deploy to Azure.
24
24
- Modernize your .NET app, especially when upgrading from .NET Framework.
25
25
- Assess your application's code, configuration, and dependencies.
26
26
- Plan and set up the right Azure resource.
@@ -124,7 +124,7 @@ Predefined tasks capture industry best practices for using Azure services. Curre
124
124
125
125
-**Migrate to Azure Service Bus**
126
126
127
-
Move from legacy or third-party message queues (such as MSMQ or RabbitMQ) to Azure Service Bus for reliable, cloud-based messaging.
127
+
Move from legacy or third-party message queues (such as MSMQ or RabbitMQ) or Amazon SQS (AWS Simple Queue Service) to Azure Service Bus for reliable, cloud-based messaging.
128
128
129
129
-**Migrate to Azure Communication Service email**
130
130
@@ -138,6 +138,9 @@ Predefined tasks capture industry best practices for using Azure services. Curre
138
138
139
139
Transition from local logging frameworks like log4net, serilog, and Windows event log to OpenTelemetry on Azure.
140
140
141
+
-**Migrate to Azure Cache for Redis with Managed Identity**
142
+
Replace in-memory or local Redis cache implementations with Azure Cache for Redis for high availability, scalability, and enterprise-grade security.
143
+
141
144
## How does it work
142
145
143
146
Once you request the modernization agent to upgrade or migrate your app, Copilot analyzes your projects and their dependencies, and then asks you a series of questions about the upgrade or migration. After you answer these questions, a plan is written in the form of a Markdown file. If you tell Copilot to proceed with the upgrade or migration, it follows the steps described in the plan.
@@ -165,4 +168,5 @@ The tool only collects data about project types, intent to upgrade, and upgrade
165
168
## Related content
166
169
167
170
-[How to upgrade a .NET app with GitHub Copilot app modernization](how-to-upgrade-with-github-copilot.md)
171
+
-[Quickstart to migrate a .NET Project](../../azure/migration/appmod/quickstart.md)
0 commit comments