For years, the software calendar has rehearsed the same scene: mid-May Microsoft Build in Seattle, late May Google I/O, early June Apple WWDC. In 2026, the first link of that rhythm is breaking. After more than a decade, Microsoft is moving Build to San Francisco. Specifically Fort Mason, on the western shore of San Francisco Bay. June 2-3, 2026, capped at 2,500 attendees (down from the typical 3,000-5,000). ,099 in-person ticket, but the keynote and select sessions stream free.
The intent is clear: Microsoft wants to turn Build back into a "developer-first" event. Build organizer Frank McCartney Daigle told The Verge: "This venue really forces folks like us to consider the attendees and focus really on those developers coming to the event." Translation: instead of crowd-pleasing keynotes, a format where you can walk into the demo hall and touch the experiences yourself, talk to engineers at length.
This piece is preparation for Build 2026 (27 days away). Here are 7 concrete shifts that matter: (1) Copilot Cloud Agent becoming an "async teammate," (2) modernize-dotnet agent running across VS Code + Visual Studio + CLI + GitHub simultaneously, (3) Azure Copilot migration agent's claimed 70% modernization-time reduction, (4) MCP and A2A protocols breaking the vendor-lock argument, (5) Foundry Models gathering 11,000+ models under one roof, (6) GitHub Actions billing change effective June 1, 2026, (7) what all of this means for Turkish companies' competitive proposal power.
1. Microsoft Build 2026: First Time in 10 Years Outside Seattle
Build has been Seattle-centric since 2014 and 2016. That ends in 2026. Microsoft picked an old US Army post in San Francisco's Marina/Fort Mason district as the venue. Why? One answer: AI buzz. San Francisco today is the headquarters of OpenAI, Anthropic, xAI, Cohere, Mistral — Build organizers say if you want to connect with the developer community right now, "you have to go there."
They changed the calendar too: June 2-3 instead of late May. Shorter: 2 days instead of 3. Smaller: 2,500 in-person + unlimited livestream. Tickets are ,099. But the keynote is free worldwide.
The speaker roster reflects the shift. Instead of the usual all-Microsoft lineup, this year there are many outside-industry names:
- Satya Nadella: opening keynote, June 2, 8:00 AM PT
- Jared Palmer — GitHub SVP, VP CoreAI
- Scott Hanselman — VP Developer Communities (Microsoft's "people's voice")
- Simon Willison — Datasette founder, open-source fixture in the AI/SQL world
- Priyanka Sharma — Thiink Interim SVP of Product
- Shawn Wang — independent AI engineer
- Chip Huyen — Stealth founder, author of "Designing Machine Learning Systems"
- Peter Steinberger — OpenClaw founder (formerly PSPDFKit), now at OpenAI
Satya Nadella's March 3, 2026 LinkedIn post sums up the repositioning: "Counting down to a new Build in San Francisco. Hope you'll join us!" The keyword is "new" — new venue, new format, new audience.
2. The Multi-Agent Era: Copilot Is No Longer "Pair Programmer," It's an "Async Teammate"
Build 2026's central message in one sentence: Copilot is no longer an editor extension; it's a SWE (software engineer) agent that runs autonomously in the background. In February 2026, GitHub renamed "Copilot coding agent" to "Copilot Cloud Agent" — not a terminology change, a structural reposition.
What did you used to expect from Copilot? Tab to complete. What does it do now?
| Capability | Feb 2025 Copilot | Feb 2026 Cloud Agent |
|---|---|---|
| Code completion | ✓ In-editor | ✓ In-editor (continues) |
| Multi-file refactor | Limited (Agent Mode) | ✓ Independent async |
| Model picker | ✗ | ✓ Pro/Pro+ users |
| Pre-PR self-review | ✗ | ✓ Code review iterates internally |
| Code/secret/CVE scan | Manual in CI | ✓ Embedded in agent workflow |
| Custom agents | ✗ | ✓ .github/agents/ |
| CLI handoff | ✗ | ✓ Cloud ↔ local switch |
| Background tasks | ✗ | ✓ Issue assign → PR auto |
Practically: you create a GitHub Issue, assign it to Copilot. A few minutes later a draft PR appears — Copilot has read the code in an ephemeral GitHub Actions environment, planned, committed changes, self-reviewed its PR, run security scans, and asks you to review. Instead of traditional pair programming, an "async teammate" model.
3. modernize-dotnet Agent: Same Workflow Across VS Code + Visual Studio + CLI + GitHub
In a March 12, 2026 .NET Blog post, Mika Dumont wrote:
"Modernization used to be locked to Visual Studio. Now the same agent runs in every environment your team uses — VS Code, Copilot CLI, even directly from GitHub. What's new isn't the intelligence; it's where it can run."
This matters because most .NET shops in Turkey are mixed teams — some developers on Windows + VS, some on macOS + VS Code, some now working entirely through GitHub web. Old tooling didn't offer that flexibility, and big modernization projects always became "the responsibility of the one person with a VS machine." That's being fixed.
The invocation flow is reduced to 4 steps:
/plugin marketplace add dotnet/modernize-dotnet/plugin install modernize-dotnet@modernize-dotnet-plugins/agentselectmodernize-dotnet- Type
"upgrade my solution to .NET 10", hit Enter
What does the agent do? First it produces an assessment document — current state, breaking changes, dependency map, Azure infrastructure recommendation. Then it generates a plan. Finally it writes code, resolves build errors in a fix-and-test loop, runs unit tests, scans CVEs, and opens a PR. Throughout, it makes git commits on your behalf (for review).
4. Azure Copilot Migration Agent — Is the 70% Reduction Real?
In a March 2026 Azure Blog post, Microsoft announced the public preview of Azure Copilot migration agent — and made this claim: "A customer using GitHub Copilot modernization capabilities together reduced total modernization effort by 70%."
Let's be skeptical. What is 70%? Look at Microsoft's testimonials:
- Pooja (Microsoft Teams): "Instead of spending weeks upgrading and testing several projects from .NET 6 to .NET 8, we got it done within a few hours with GitHub Copilot."
- Bart (Principal Software Architect, Exact): "The tool handled complex project and package changes with ease — gives me confidence we can move to .NET 9 much faster."
- Jordan (Staff Platform Engineer, FMG): "Once installed, it just worked — upgrading more than a dozen applications seamlessly in a matter of hours."
Are these numbers real, or Microsoft marketing? Answer: both. "12 apps in hours" and "weeks to hours" are from existing-running production systems, not greenfield. But note: the 70% reduction holds only on projects with aggressive tooling use, already-high test coverage, and clean dependency graphs. On a spaghetti codebase you'll see maybe 20-30%, not 70% — but still value.
5. MCP + A2A: The Open Protocol Era and the End of Vendor Lock-in
At Build 2025 Microsoft quietly endorsed two open protocols: MCP (Model Context Protocol) from Anthropic, A2A (Agent-to-Agent) from Google + Linux Foundation. In 2026 these are no longer preview — they became core API heads of Foundry Agent Service.
Practically: your Foundry agent can talk to your OpenAI agent, your Anthropic agent, even a LangGraph custom agent — all over the same protocol. The core vendor-lock argument — "you can't leave the Microsoft stack" — cracks.
| Capability | MCP | A2A |
|---|---|---|
| Multimodality | Host-dependent | Strongly typed media exchange |
| Notification | System notifications | System + content notifications |
| Multi-turn context | Host manages | contextId across agents |
| Orchestration | Host orchestrator decides | Agent's own chain-of-thought |
| Negotiation | Client update needed | Dynamic discovery |
| Use case | Tool/data access | Agent-to-agent collaboration |
Microsoft's choice is pragmatic: "MCP for tool and data access, A2A for agent-to-agent messaging." They support both. Foundry Agent Service offers 1,400+ business connectors via MCP and external agents callable as tools via A2A.
6. Foundry Models 11,000+: Claude, GPT-5.2, Llama Under One Roof
In Azure AI Foundry's November 2025 update, Microsoft added Anthropic Claude Sonnet 4.5, Opus 4.1, and Haiku 4.5 to Foundry. As of February 2026, GPT-5.2 GA and GPT-5.1 Codex Max (77.9% SWE-Bench, 400K token context, 50+ programming languages) are live in Foundry.
So: inside one Azure subscription:
- OpenAI's frontier models (GPT-5.2, GPT-5.1 Codex Max)
- Anthropic's Claude family (Sonnet 4.5, Opus 4.1, Haiku 4.5)
- xAI Grok 3 and Grok 3 mini
- Moonshot Kimi-K2 Thinking (non-frontier reasoning)
- Meta Llama, Mistral, Cohere
Total 11,000+ models, and Model Router (GA) dynamically picks the optimal model for each prompt. Cost vs quality vs speed is balanced automatically — especially in multi-agent systems where each agent uses a different model has become common.
7. GitHub Actions and June 1, 2026: The New Billing Reality
Here's a change many teams will overlook but is economically critical: Starting June 1, 2026, GitHub Copilot Code Review will start consuming GitHub Actions minutes.
Until now Copilot agentic code review ran free on GitHub's ephemeral runners. The Build 2026 calendar lands right on top of this change — meaning after the June 2 keynote, teams need a fast Actions budget revision.
Impact estimate: a typical mid-size .NET team (50 developers, 200 PRs/month) will probably consume 200-400 extra Actions minutes/month. For teams on the GitHub Team plan that fits inside the free quota — Enterprise plans aren't a big problem either. But for startups without self-hosted runners, hugging the free tier, budget planning needs care.
mcp.ai.azure.com has been live since December 3, 2025. Cloud-hosted MCP, the GA version of the local MCP shipped at Build 2025; Entra auth included, zero local process management.8. 7 Practical Actions (Before June 1)
As preparation before the Build keynote, I'd recommend:
- Activate GitHub Copilot Pro or Pro+ — Cloud Agent's model picker is Pro/Pro+ only. Business/Enterprise coming soon.
- Pick the smallest legacy ASP.NET MVC project you have, run modernize-dotnet agent as a PoC. Spend 1 hour — the result, especially the dependency upgrade portion, will surprise you.
- Look at your existing
.github/workflows/directory — if there's a Copilot Code Review job, do a budget revision for adding it to your Actions consumption graph as of June 1, 2026. - Connect to Foundry MCP Server — add
https://mcp.ai.azure.comto VS Code'smcp.json, authenticate via Entra. If you're inside your company's Azure subscription, it activates with one click. - Open the Foundry Models catalog, try how to dynamically call Claude Sonnet 4.5 + GPT-5.2 + Llama 3.3 in a single agent via "Model Router (GA)."
- Write a custom agent — create
.github/agents/codereviewer.agent.md, define a reviewer agent specific to your Turkey team's coding standards. (Internal Turkish comments, naming conventions, regulatory comment templates.) - Watch Satya Nadella's keynote on June 2 at 18:00 TRT. Free, just register. Bonus: join a Turkish developer Telegram or Discord group for live discussion — extract more value with community than alone.
Build 2026 isn't just a conference — it's the moment the last 12 months' "agent revolution" story becomes concrete. We used to say "Copilot helps me"; after June 2, we'll say "Copilot is on my team." For the .NET ecosystem in Turkey, this transition is a serious opportunity for fast-moving teams — especially in legacy modernization projects, the consulting market, and enterprise SaaS sales. I think the strongest position belongs to the engineer who both knows how to use the agent and can honestly discuss its limits.
Comments (0)
No comments yet. Be the first to comment.