Microsoft Build Moves to San Francisco for a More Intimate, Developer-Focused Experience

Microsoft Build Moves to San Francisco for a More Intimate, Developer-Focused Experience
source: gettyimages
March 3, 2026

Microsoft is shifting its annual Build conference from Seattle to Fort Mason in the San Francisco Bay Area, aiming to ride the AI buzz and create a more hands-on, community-driven atmosphere. The venue choice signals a deliberate pivot toward closer attendee engagement and practical demos rather than broad, megaphone-style presentations.

Key notes from the change:

A sharper developer focus:

Notable speakers and lineups:

A different kind of Build experience:

Context and outlook:

Overall, Build’s shift to Fort Mason signals a refreshed emphasis on direct developer engagement, hands-on demos, and a tighter, more community-focused experience, with an eye toward what developers are building today and how Microsoft’s tools fit into that work.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 344 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6646290,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}