Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ee38833
checkin empty files and faq
Jul 3, 2025
31513a3
Initial draft for overview.md
yangtony90 Jul 7, 2025
cedee51
add predefined tasks
Jul 8, 2025
ec33a9f
fix
Jul 8, 2025
a0fa318
remove .
Jul 8, 2025
975ee35
update
Jul 9, 2025
c43dbd8
fix
Jul 9, 2025
ee85398
update sample doc
Jul 9, 2025
6e840fa
add todos in faq
Jul 9, 2025
9de43b3
remove redundent spaces
Jul 10, 2025
c7ef73f
resolve comments
Jul 10, 2025
ae68383
check in quick start
Jul 10, 2025
de23794
update
Jul 10, 2025
ac381e0
add assessment FAQ
Jul 10, 2025
d5cb21c
Merge remote-tracking branch 'xuyang/xuyang/appmod-docs' into xuyang/…
Jul 10, 2025
44966ea
update
Jul 10, 2025
bfa7f2a
Merge branch 'xuyang/appmod-docs' of https://github.com/Caoxuyang/doc…
Jul 10, 2025
5a02be2
Update mcp server related faq
sophiaso Jul 10, 2025
de0d549
Update the faq
sophiaso Jul 10, 2025
da48405
update
Jul 10, 2025
f878a96
Merge remote-tracking branch 'xuyang/xuyang/appmod-docs' into xuyang/…
Jul 10, 2025
5f4a554
Add screenshots for overview
yangtony90 Jul 10, 2025
7733332
Update FAQ to remove duplicate information and add new section on sou…
yangtony90 Jul 10, 2025
7fe899f
Update order of task list
yangtony90 Jul 10, 2025
c313055
Clarify prerequisites and assessment sections in quickstart guide
yangtony90 Jul 10, 2025
8abfa0e
Adding questions in FAQ doc for RAI requirement
yangtony90 Jul 14, 2025
b6d3c51
Adding preview tag to the product name
yangtony90 Jul 14, 2025
d43eac9
update faq
Jul 16, 2025
87fef16
editorial pass
alexwolfmsft Jul 16, 2025
97ffe9d
update install FAQ
Jul 17, 2025
085a0f8
update install FAQ
Jul 17, 2025
800214a
editorial pass 2
alexwolfmsft Jul 17, 2025
447b6f7
Merge branch 'xuyang/appmod-docs' of https://github.com/Caoxuyang/doc…
alexwolfmsft Jul 17, 2025
345e306
overview updates
alexwolfmsft Jul 17, 2025
cbf019a
overview edits
alexwolfmsft Jul 17, 2025
0dd3d4c
fix build issues
alexwolfmsft Jul 17, 2025
336fe9f
overview updates
alexwolfmsft Jul 17, 2025
0fc8c5c
Apply suggestions from code review
alexwolfmsft Jul 17, 2025
f8c2aea
acrolinx and PR feedback
alexwolfmsft Jul 17, 2025
620fab3
fix headers
alexwolfmsft Jul 17, 2025
cd5f092
Add how to handle mcp config after extension is uninstalled
sophiaso Jul 18, 2025
884eed8
update screenshots
Jul 18, 2025
1a1e004
rename
Jul 18, 2025
a18160d
extension link updates
alexwolfmsft Jul 21, 2025
e26d6cf
Merge fixes
alexwolfmsft Jul 21, 2025
d9d9d73
fix screenshot
alexwolfmsft Jul 21, 2025
6ab7bee
fix casing
alexwolfmsft Jul 21, 2025
822389f
fix lint
alexwolfmsft Jul 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/azure/migration/appmod/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: GitHub Copilot App Modernization for .NET FAQ
description: Frequently asked questions for the GitHub Copilot App Modernization for .NET
ms.topic: concept-article
ms.date: 07/03/2025
---

# Frequently asked questions

This page answers some of the most common questions about the GitHub Copilot App Modernization for .NET tool.

### What is GitHub Copilot App Modernization for .NET ?

GitHub Copilot App Modernization for .NET aims to help enterprises migrate their .NET applications to Azure with confidence and efficiency, covering assessment, code remediation and validation, powered by the intelligence of GitHub Copilot.

Assessment of modernization issues
- App modernization for .NET evaluates the readiness of developer's application for migration to Azure, with an interactive experience on Visual Studio, powered by AppCAT for .NET.

Solution recommendations
- App modernization for .NET recommends target Azure services for the resource dependencies of developer's application, for each category of assessed issues.

Code remediation for common issues
- To accelerate code changes for common modernization issues, the developer may apply predefined tasks that represent best practices from Microsoft.

Automatic fix for compilation errors
- After applying tasks, app modernization for .NET will automatically find and fix compilation errors introduced by the code changes.

### Which Visual Studio version should I use?

Please upgrade Visual Studio to the latest version to have better experience on both GitHub Copilot and App Modernization for .NET.
62 changes: 62 additions & 0 deletions docs/azure/migration/appmod/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# What is GitHub Copilot App Modernization for .NET?

GitHub Copilot App Modernization for .NET aims to help enterprises migrate their .NET applications to Azure with confidence and efficiency, covering assessment, code remediation and validation, powered by the intelligence of GitHub Copilot.

## Assessment of modernization issues

App Modernization for .NET evaluates the readiness of developer's applications for migration to Azure, with an interactive experience on Visual Studio, powered by [AppCAT for .NET](../appcat/install.md).

![Assessment](to_do_update_screenshot)

## Solution recommendations

App modernization for .NET recommends target Azure services for the resource dependencies of developer's application, for each category of assessed issues.

![Solution](to_do_update_screenshot)

## Code remediation for common issues
To accelerate code changes for [common modernization issues](predefined-tasks.md), the developer may apply predefined tasks (code change patterns) that represent best practices from experts.

![Apply Task](to_do_update_screenshot)

## Automatic fix for compilation errors

After applying tasks, app modernization for .NET will automatically find and fix compilation errors introduced by the code changes.


# How do I get started?

To use App Modernization for .NET, you need:
- [A GitHub account with GitHub Copilot enabled](https://github.com/features/copilot)
- Pro, Pro+, Business or Enterprise plan is needed
- [The GitHub Copilot extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
- The latest version is recommended
- [AppCAT for .NET](../appcat/install.md)
- For the assessment feature of GitHub Copilot app modernization for .NET

# Feedback

We value your feedback — share [your thoughts here](https://aka.ms/AM4JFeedback) to help us continue improving the product.

# License

This extension is licensed under [GitHub Copilot Product Specifc Terms](https://github.com/customer-terms/github-copilot-product-specific-terms).

# Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

# Privacy statement

App Modernization for .NET uses GitHub Copilot just like how you modify code with GitHub Copilot, which does not retain code snippets beyond the immediate session. Telemetry metrics are collected and analyzed to track feature usage and effectiveness. Please review the [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839) if necessary.

# Transparency note

App Modernization for .NET uses GitHub Copilot to make code changes, and AI sometimes makes mistakes. Please carefully review and test the code changes made by the tool, before using them on your production environment.

# More information

Here is some documentation that may be helpful.
* [Common modernization issues with predefined tasks](predefined-tasks.md)
* [Quickstart on assessing an application and applying code changes](quick-start.md)
* [Frequently Asked Questions](faq.md)
31 changes: 31 additions & 0 deletions docs/azure/migration/appmod/predefined-tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Predefined tasks for GitHub Copilot App Modernization for .NET

This article describes the predefined tasks available for GitHub Copilot App Modernization for .NET.

Predefined tasks capture industry best practices for using Azure services. Currently, App Modernization for .NET offers predefined tasks that cover common migration scenarios. These tasks address the following subjects, and more:

- Secret management
- Message queue integration
- Database migration
- Identity management

## Predefined Task list
- Migrate to Managed Identity based Database migration to Azure, including Azure SQL DB and Azure PostgreSQL
- migrate from DB2, Oracle DB to Azure PostgreSQL
- migrate from local/on-prem SQL server to Azure SQL DB
- Migrate to Azure Service Bus
- migrate from Microsoft Message Queue (MSMQ)
- migrate from RabbitMQ
- Migrate to Confluent Cloud/Azure Event Hub for Apache Kafka
- migrate from local/on-prem Kafka
- Migrate to secured crendentials with Managed Identity and Azure KeyVault
- migrate from plaintext credentials in configuration or code
- Migrate to Azure Blob Storage
- migrate from on-prem or cross-cloud object storages
- migrate from file IO in local file system
- Migrate to Azure File Storage
- migrate from file IO in local file system
- Migrate to Microsoft Entra ID
- migrate from Windows AD
- Migrate to Azure Communication Service email
- migrate from using SMTP protocol to send emails
Empty file.
Empty file.
Loading