---
title: "Aspire Multi-repo Rollout at Scale with Agentic AI"
url: https://daily.dev/posts/aspire-multi-repo-rollout-at-scale-with-agentic-ai-foohjtel1
source_url: https://devblogs.microsoft.com/aspire/aspire-windows-365-part2
type: article
source: "DevBlogs"
published: 2026-06-05T01:47:44.059Z
updated: 2026-06-18T21:22:58.673Z
tags: ["github", "microservices", "agentic-ai", "azure-functions"]
reading_time: 25
upvotes: 3
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.

# Aspire Multi-repo Rollout at Scale with Agentic AI

**[DevBlogs](https://daily.dev/sources/devblogs)** · 25 min read · 3 upvotes · 0 comments

## Summary

Windows 365 team shares how they scaled .NET Aspire adoption across 50+ microservice repositories in two phases. Phase 2 focused on building a reliable baseline: standardizing Azure Functions SDK configs, creating a shared AppHostFixture with readiness-gated startup, implementing proper Cosmos DB emulator health checks, and enforcing cloud test gates on every PR. Phase 3 introduced MARS (Multi-repo Agentic Rollout System), built on the GitHub Copilot SDK and Microsoft Agent Framework, which automates onboarding by running a check→plan→fix→validate→learn loop per repo. Aspire serves as the control plane, with custom resource types for agent sessions, built-in eventing as the agent bus, and Aspire.Hosting.Testing enabling 700+ E2E tests of the orchestration system itself. The agentic rollout eliminated 4–8 hours of manual setup per repo and enabled near-tripling of adoption in the final quarter.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/aspire/aspire-windows-365-part2>

## Similar posts on daily.dev

- [Learn from Microsoft: Transform software development through an agentic platform](https://daily.dev/posts/learn-from-microsoft-transform-software-development-through-an-agentic-platform-m2vhq5f3v) · DevBlogs · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#microservices](https://daily.dev/tags/microservices), [#agentic-ai](https://daily.dev/tags/agentic-ai), [#azure-functions](https://daily.dev/tags/azure-functions)

[View this post on daily.dev](https://daily.dev/posts/aspire-multi-repo-rollout-at-scale-with-agentic-ai-foohjtel1)
