---
title: "Microsoft's new AI agents for .NET and Azure modernization: what they actually do"
url: https://daily.dev/posts/microsoft-s-new-ai-agents-for-net-and-azure-modernization-what-they-actually-do-slkykehrl
source_url: https://daily.dev/posts/microsoft-s-new-ai-agents-for-net-and-azure-modernization-what-they-actually-do-slkykehrl
type: collection
source: "Collections"
published: 2026-03-12T17:06:16.222Z
updated: 2026-03-12T17:06:41.564Z
tags: ["microsoft", "github", "azure", ".net"]
reading_time: 2
upvotes: 20
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft's new AI agents for .NET and Azure modernization: what they actually do

**[Collections](https://daily.dev/sources/collections)** · 2 min read · 20 upvotes · 0 comments

## Summary

Microsoft has released two AI agentic tools in public preview targeting application and infrastructure modernization. The `modernize-dotnet` GitHub Copilot custom agent extends .NET modernization workflows to VS Code, CLI, and GitHub, supporting ASP.NET Core, Blazor, Azure Functions, WPF, and more. It follows an assess-plan-execute model and supports custom skills for internal migration patterns. The Azure Copilot migration agent automates discovery, assessment, planning, and deployment for servers, VMs, and databases, aiming to bridge infrastructure and developer workflows. Microsoft claims up to 70% reduction in modernization effort from early customers, though independent validation is lacking. A zero-cost Cloud Accelerate Factory program pairs these tools with expert guidance. Both agents are designed to complement each other but are still in public preview.

## Content

Microsoft has released two new agentic tools aimed at application and infrastructure modernization, both now in public preview.

## GitHub Copilot modernization agent

The `modernize-dotnet` custom agent extends GitHub Copilot's .NET modernization workflow beyond Visual Studio to VS Code, the GitHub Copilot CLI, and GitHub itself. It follows an assess → plan → execute model, producing three artifacts per run:

- An assessment of the current codebase
- An upgrade plan
- Upgrade tasks stored alongside the code for team review

Supported workloads include ASP.NET Core, Blazor, Azure Functions, WPF, class libraries, console apps, and .NET Framework migrations. The agent can also run multiple code assessments simultaneously and build per-application modernization plans, which makes it more useful for organizations with large, fragmented codebases rather than a single app.

Organizations can define custom skills to encode internal migration patterns into the workflow, which is useful if your team has specific conventions or non-standard dependencies that a generic tool would miss.

## Azure Copilot migration agent

On the infrastructure side, the Azure Copilot migration agent automates discovery, assessment, planning, and deployment for servers, VMs, applications, and databases. The idea is to bridge the gap between infrastructure teams and developers by connecting code-level insights with cloud migration planning in one workflow.

Microsoft claims early customer results show up to 70% reduction in modernization effort, though that figure comes from Microsoft and should be treated with appropriate skepticism until more independent data is available.

## Cloud Accelerate Factory

Microsoft also introduced Cloud Accelerate Factory, a zero-cost delivery program that pairs these tools with hands-on expert guidance. If your team is evaluating either agent, this is probably worth looking into before committing to a migration approach.

## What this means in practice

The two agents are designed to work together: the GitHub Copilot agent handles code-level upgrades while the Azure Copilot agent handles the infrastructure side. Whether that integration is seamless in practice remains to be seen, but the architecture at least makes sense on paper. Both are in public preview, so expect rough edges.

## Similar posts on daily.dev

- [A step-by-step guide to modernizing .NET applications with GitHub Copilot agent mode](https://daily.dev/posts/a-step-by-step-guide-to-modernizing-net-applications-with-github-copilot-agent-mode-lcnalhjpu) · .NET Blog · 4 upvotes · 0 comments

---

Tags: [#microsoft](https://daily.dev/tags/microsoft), [#github](https://daily.dev/tags/github), [#azure](https://daily.dev/tags/azure), [#.net](https://daily.dev/tags/.net)

[View this post on daily.dev](https://daily.dev/posts/microsoft-s-new-ai-agents-for-net-and-azure-modernization-what-they-actually-do-slkykehrl)
