M
Microsoft Release Communications wall
Release communications at a glance

Microsoft M365 Roadmap and Azure Update awareness.

One place to see what Microsoft is shipping, changing, or retiring across M365 and Azure — filter to what matters to you and decide what needs your attention.

Coming soon Ask the wall in plain English. An agent will reason over the wall and return matching updates.

Update wall

Placeholder updates showing the intended card language, metadata, and filtering model.

Showing 6 updates

How this site was made

Cards are pulled from Microsoft's Release Communications MCP server, normalized by an Azure Function on a 6-hour timer, and rendered by this static page.

Read Microsoft guide
Azure Function (timer trigger, every 6 hours) Calls the MRC MCP server, fetches the roadmap and Azure update lists, then pulls detail data for changed items.
Normalize and store in Blob Storage Writes updates.json and a small meta.json (last-updated timestamp, item counts) to a public container.
Azure Web App serves the wall This static page fetches updates.json on load and refreshes every 5 minutes — filtering, sorting, and saved views happen client-side.
{
  "servers": {
    "MRC-MCP-Server": {
      "type": "http",
      "url": "https://www.microsoft.com/releasecommunications/mcp"
    }
  }
}