News

Copilot Tackles .NET App Modernization and Migration to Azure in Visual Studio Tool

GitHub Copilot is targeting enterprise .NET developers looking to migrate applications to Azure. Now available in public preview, the new GitHub Copilot App Modernization for .NET extension integrates directly with Visual Studio 2022 to deliver AI-assisted assessment, remediation, and validation of legacy .NET apps.

"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," says the changelog, updated July 23.

GitHub Copilot App Modernization
[Click on image for larger view.] GitHub Copilot App Modernization (source: Microsoft).

AI-Powered Assessment and Migration
The extension evaluates an application's cloud readiness using an embedded version of AppCAT for .NET, recommending migration targets such as Azure SQL Database, Azure Blob Storage, Azure Key Vault, and Azure Service Bus. It performs an interactive scan of the codebase, surfacing modernization issues categorized by domain and maps them to appropriate Azure servicese.

Remediation Tasks Backed by Microsoft Best Practices
To accelerate code changes, the tool offers eight predefined migration tasks aligned with Microsoft's modernization guidance. These include automatic transformations to replace local file I/O with Azure Blob or File Storage, convert SMTP email implementations to Azure Communication Services, and migrate authentication to Entra ID from Windows AD.

Developers can launch code remediation directly from the Visual Studio assessment report by clicking a "Migrate" button, or by manually selecting tasks from the extension's menu. Post-migration, the tool automatically resolves any compilation errors introduced by the applied changes.

Built-In Validation and Oversight
The extension is designed with humans in the loop. Developers remain in control throughout the process, reviewing AI-suggested changes and validating them within their existing development workflow. GitHub notes that AI-generated fixes should be carefully reviewed before deployment to production environments.

Getting Started
The App Modernization extension requires Visual Studio 2022 (version 17.14.7 or newer) and a GitHub Copilot subscription on the Pro, Pro+, Business, or Enterprise tier. Once installed from the Visual Studio Marketplace, users can launch the experience from the top-level solution node or the Extensions menu.

Telemetry is collected for usage insights, but no code snippets are retained beyond the active session. For full details, Microsoft refers developers to the GitHub Copilot Product Specific Terms and its Privacy Statement.

With the preview now live, enterprise .NET teams have a new AI-powered toolset to help accelerate cloud transformation efforts without starting from scratch.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Microsoft Highlights Visual Studio Live! Event Lineup and Longtime Developer Community Role

    A Microsoft MVP Blog post on Visual Studio Live!'s longevity arrives as the 2026 conference series continues with upcoming stops at Microsoft HQ, San Diego and Orlando.

  • Using Local AI to Cut Copilot Usage-Based Billing Shock

    After being gobsmacked by the new billing plan using almost all my monthly credits in one or two days, I tried pushing some Copilot-style coding work onto local models in VS Code. What I found was less "free AI" and more "pick your pain": cloud charges on one side, heavy local resource use and long waits on the other.

  • .NET 11 Preview 5 Focuses on Performance, Productivity and Safer Code

    .NET 11 Preview 5 focuses on under-the-hood runtime performance gains, streamlined APIs and language features that reduce boilerplate, plus built‑in security checks and incremental ASP.NET Core and EF Core improvements aimed at everyday developer productivity.

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

Subscribe on YouTube