Skip to content

Commit 91ca145

Browse files
authored
Refine App Mod Migration to Azure docs (#48561)
* Refine App Mod Migration to Azure docs * Update relative link
1 parent 3d62a81 commit 91ca145

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/core/porting/github-copilot-app-modernization-overview.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: adegeo
77
ms.topic: overview
88
ms.date: 09/15/2025
99

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.
1111

1212
---
1313

@@ -20,7 +20,7 @@ This process streamlines modernization and boosts developer productivity and con
2020
With this assistant, you can:
2121

2222
- Upgrade to a newer version of .NET.
23-
- Migrate technologies to Azure.
23+
- Migrate technologies and deploy to Azure.
2424
- Modernize your .NET app, especially when upgrading from .NET Framework.
2525
- Assess your application's code, configuration, and dependencies.
2626
- Plan and set up the right Azure resource.
@@ -124,7 +124,7 @@ Predefined tasks capture industry best practices for using Azure services. Curre
124124

125125
- **Migrate to Azure Service Bus**
126126

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.
128128

129129
- **Migrate to Azure Communication Service email**
130130

@@ -138,6 +138,9 @@ Predefined tasks capture industry best practices for using Azure services. Curre
138138

139139
Transition from local logging frameworks like log4net, serilog, and Windows event log to OpenTelemetry on Azure.
140140

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+
141144
## How does it work
142145

143146
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
165168
## Related content
166169

167170
- [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)
168172
- [GitHub Copilot app modernization FAQ](github-copilot-app-modernization-faq.yml)

0 commit comments

Comments
 (0)