Auf einen Blick

Dauer
Je nach Termin verschieden

Sprache
Englisch

Technische Voraussetzungen
Vor Ort in Berlin: keine, digital: Microsoft Teams

Benötigte Kenntnisse
keine

Zielgruppe
Developer, Community-Mitglieder, Azure-Interessierte
Unser Microsoft Reactor Popup in Berlin
Du willst dich mit anderen Developern austauschen und vernetzen? Du willst den nächsten Karriereschritt machen oder arbeitest gerade an der nächsten großen Idee? Dann haben wir genau das Richtige für dich: Microsoft Reactor bringt dich mit anderen Developern und Start-ups zusammen, die die gleichen Ziele haben wie du. Lerne die neuesten Technologien & Best Practices kennen und erweitere dein Netzwerk.
Den Microsoft Reactor gibt es nicht nur virtuell, sondern weltweit an einigen Orten auch in Echt und Farbe – von New York über London bis Sydney. Jetzt ist es endlich auch in Deutschland so weit: Wir eröffnen das Microsoft Reactor Popup in Berlin! Freu dich auf regelmäßige Veranstaltungen wie Workshops, Tech Talks, Meetups und viele mehr, bei denen du auch gerne einen aktiven Part übernehmen kannst.
Wirf einen Blick auf die kommenden Termine und melde dich gleich an – ob vor Ort oder im Livestream, wir freuen uns, wenn Du dabei bist!
Termine
AI-powered workflows with GitHub and Azure DevOps
Learn how to connect GitHub and Azure DevOps for a seamless AI powered DevOps workflow. See step-by-step examples of hybrid adoption, integration best practices, and how agent-based automation can boost your team’s speed and reliability. Bring your DevOps investments together for faster delivery and less friction.
Python + Agents: Building your first agent in Python
In the first session of our Python + Agents series, we’ll kick things off with the fundamentals: what AI agents are, how they work, and how to build your first one using the Microsoft Agent Framework. We’ll start with the core anatomy of an agent, then walk through how tool calling works in practice—beginning with a single tool, expanding to multiple tools, and finally connecting to tools exposed through local MCP servers.
Azure Decoded: The New Migration & Modernization Foundation Virtual Training Day
Migration isn’t just “move it to Azure.” In this Azure Decoded session, we’ll walk through a holistic, foundation-first approach to migrating and modernizing an on-prem estate — compute, databases, and apps — and then show what to do after you land: security, resiliency, monitoring, and optimization. We’ll also highlight where newer “agentic” capabilities (Azure Copilot / GitHub Copilot–assisted workflows) fit into the journey, and how the new Migrate & Modernize Foundation VTD is structured to help practitioners pick the right path without drowning in theory.
Get Certified: Exam DP-600 | Real-Time Intelligence, Fabric Security, & Admin
Welcome to the final episode of Get Certified: DP-600 - Become a Fabric Analytics Engineer. In this session we’ll be covering the real-time Intelligence, Security and Fabric Administration. We’ll also be answering any questions you have about the exam.
AppSec Has No Silver Bullet: Better Together with GitHub Advanced Security & Semgrep
There is no single tool that solves application security. The strongest programs are built on collaboration. In this Reactor session, GitHub Advanced Security and Semgrep come together to show how modern teams can extend beyond native capabilities in a seamless, developer-first way. We will explore how security-forward, agile solutions play better together without forcing teams to adopt clunky, legacy tooling. Join us for a practical conversation on how collaboration over compromise creates faster, safer, and more scalable AppSec programs.
Python + Agents: Adding context and memory to agents
In the second session of our Python + Agents series, we’ll extend agents built with the Microsoft Agent Framework by adding two essential capabilities: context and memory. We’ll begin with context, commonly known as Retrieval‑Augmented Generation (RAG), and show how agents can ground their responses using knowledge retrieved from local data sources such as SQLite or PostgreSQL.
Data-Driven Apps with RAG with LangChain4j
Your AI only knows what it learned during training—until you give it access to your documents. Build a complete Retrieval-Augmented Generation system that chunks documents, creates semantic embeddings, and finds relevant context for every question. Watch your AI answer questions about your own files with source citations and confidence scores, grounded in facts rather than hallucinations.
Python + Agents: Monitoring and evaluating agents
In the third session of our Python + Agents series, we’ll focus on two essential components of building reliable agents: observability and evaluation. We’ll begin with observability, using OpenTelemetry to capture traces, metrics, and logs from agent actions. You'll learn how to instrument your agents and use a local Aspire dashboard to identify slowdowns and failures.
Local AI Development with Foundry Local
Discover how to run powerful AI models entirely on-device using Foundry Local. We’ll cover the architecture, how to compile Hugging Face models for local execution, and how to integrate everything with LangChain.js. You’ll also see a compact Android demo showcasing low-latency, offline AI experiences. By the end, you’ll know how to set up, optimize, and build local-first AI apps, and how to join the private preview to go deeper.
Model Mondays - Foundry Control Plane
Building agentic AI solutions at enterprise scale requires a unified management interface to observe every aspect of your AI fleet from plan to production. Join us as we talk to Sebastian Kohlmeier about the Foundry Control Plane for multi-agent fleet ops.
Get Secure and Stay Secure in the world of agentic AI
Modern development moves fast. We need to secure while maintaining code quality at the speed of agentic AI. Security teams are overwhelmed with alerts. But not all risks are equal. GitHub Advanced Security and Microsoft Defender for Cloud make DevSecOps seamless by connecting code to runtime context and unifying developer and security admin tools. Learn how to prioritize what’s actually exploitable in production, reduce alert fatigue, and accelerate remediation with AI-powered fixes with agentic workflows.
Python + Agents: Building your first AI-driven workflows
In Session 4 of our Python + Agents series, we’ll explore the foundations of building AI‑driven workflows using the Microsoft Agent Framework: defining workflow steps, connecting them, passing data between them, and introducing simple ways to guide the path a workflow takes. We’ll begin with a conceptual overview of workflows and walk through their core components: executors, edges, and events. You’ll learn how workflows can be composed of simple Python functions or powered by full AI agents when a step requires model‑driven behavior.
Azure Decoded: When Agents Work Together: Multi-Agent Orchestration on Azure
In this session, we explore multi-agent orchestration patterns: how to design agent teams, delegate tasks, and coordinate complex workflows. Using Semantic Kernel and Microsoft Foundry, you'll see how to build agent systems that divide and conquer problems too complex for a single agent.
End-to-End Model Development on Microsoft Foundry
In this session, we explore the end-to-end journey of designing and developing AI solutions with Microsoft Foundry models. The session is structured around four key phases of the model development journey.
Python + Agents: Orchestrating advanced multi-agent workflows
In Session 5 of our Python + Agents series, we’ll go beyond workflow fundamentals and explore how to orchestrate advanced, multi‑agent workflows using the Microsoft Agent Framework. This session focuses on patterns that coordinate multiple steps or multiple agents at once, enabling more powerful and flexible AI‑driven systems. We’ll begin by comparing sequential vs. concurrent execution, then dive into techniques for running workflow steps in parallel.
Maximize the Cost Efficiency of AI Agents on Azure
As organizations accelerate their adoption of AI agents, the need to balance innovation with financial discipline has never been more critical. In this Reactor session, you'll learn how to make cost conscious, strategic decisions that maximize the ROI of your AI agent investments across their entire lifecycle.
Tools, MCP and Agents with LangChain4j
Transform your AI from a text generator into an autonomous agent that takes real action. Build custom tools the AI decides when to use, chain multiple operations together, and handle failures gracefully. Then discover the Model Context Protocol—an open standard for shareable AI tools—and connect to ecosystem servers for file systems, Git repositories, and databases running in Docker containers.
Python + Agents: Adding a human in the loop to agentic workflows
In the final session of our Python + Agents series, we’ll explore how to incorporate human‑in‑the‑loop (HITL) interactions into agentic workflows using the Microsoft Agent Framework. This session focuses on adding points where a workflow can pause, request input or approval from a user, and then resume once the human has responded. HITL is especially important because LLMs can produce uncertain or inconsistent outputs, and human checkpoints provide an added layer of accuracy and oversight.
Advanced Retrieval Augmented Generation (RAG) Deep Dive
This session breaks down advanced RAG patterns, from chunking and embeddings to similarity metrics, vector storage, retrieval strategies, and LLM chain responses. We’ll also explore streaming, chat history, and where GraphRAG fits in. You’ll leave with a clear blueprint for building accurate, optimized RAG pipelines for personal or enterprise-scale scenarios. Guided project: You’ll build a local serverless RAG chat app using CodeTours covering architecture, ingestion, Cosmos DB/FAISS storage, retrieval, and response generation. By the end, you’ll have a working repo plus practical intuition for tuning chunking, similarity, and evaluation.
Design & Build an Agent E2E with Agent Builder (AITK)
Get a practical introduction to building AI agents using the AI Toolkit Extension for VS Code. We’ll walk through agent design (core architecture), prompt engineering, function calling and MCP-powered tool use, tracing and evaluation using the extension. Expect a focused, actionable session that shows how to build agents that are reliable, observable, and ready for real-world scenarios.
Model Mondays - AI Developer Experiences
Want to plan, build, evaluate, customize, and deploy your agentic AI solutions right from your IDE? The AI Toolkit accelerates end-to-end developer experiences with Microsoft Foundry directly in Visual Studio Code. Join Rong Lu as she showcases the AI Toolkit and demonstrates how it accelerates your development workflow. Learn how to plan, build, evaluate, customize, and deploy agentic AI solutions directly from Visual Studio Code with seamless Microsoft Foundry integration.
Navigating Azure Compute Services for Modern Workloads
Modern applications demand flexibility, scalability, and resilience — and Azure offers comprehensive collection of Azure compute services to meet those needs. In this session we will dive into all those Azure compute services - starting from Azure VMs to Serverless services such as Azure Functions. This session is tailored for all audiences — from those just starting with Azure compute to those with some prior exposure. This session will help the audience understand each of the Azure Compute Services and how it aligns to the workload requirements. Towards the end of the session, the audience will have a clear understanding of the Azure Compute Services and it's use-cases.
Connect Your Data with Graph in Microsoft Fabric: Why Relationships Matter for AI
Join us for an interactive AMA on Graph in Microsoft Fabric, the native graph engine (currently in preview) that helps your data and AI systems understand how things are connected-customers to transactions, assets to events, signals to root causes. In this session, our product experts will answer your questions on how graph models relationships directly in OneLake, enabling connected insights without data movement or duplication. We’ll discuss how graph enhances AI reasoning and exploration through natural language experiences, standards based GQL querying, and built in graph analytics, all integrated with Fabric’s governance, BI, and AI workflows.
Root Cause Analysis with Code Context: Azure SRE Agent + GitHub Integration
In this session, we'll demonstrate how SRE Agent accesses your GitHub repositories to correlate errors with recent code changes, pinpoint the exact lines causing issues, and suggest fixes with full context. See how developers can slash debugging time, get actionable insights instead of cryptic stack traces, and resolve incidents faster by bridging observability data with source code intelligence.
Build, Scale & Govern AI Agents
In this session, you’ll explore how to design scalable and reliable multi‑step AI agents by combining agentic RAG techniques, MCP‑based tool use, and proven agent design patterns. We’ll break down how these components work together to create agents that reason effectively, coordinate tasks, and integrate seamlessly with external systems.
Coordinating Secure GPU-Accelerated Agents with Foundry Control Plane on Azure
Coordinating Secure GPU-Accelerated Agents with Foundry Control Plane on Azure GPU-accelerated agents enable advanced AI workflows, but coordinating them securely and reliably requires clear separation between control and execution. In this joint session, Microsoft and NVIDIA present a hybrid multi-agent architecture where Foundry Agent Service coordinates GPU-backed agents running on Azure Container Apps. Using a document processing scenario with multiple open-source models including NVIDIA Nemotron models, we show how Foundry agents route requests, apply security controls, and monitor execution across GPU workloads, producing consistent and explainable results suitable for production environments.
Azure Decoded: Getting Ready for the Migrate & Modernize Summit
In this Azure Decoded episode, you’ll get a sneak peek at what’s coming: the key themes you’ll hear across Summit keynotes and breakouts, the real‑world migration and modernization scenarios being spotlighted, and why this event matters if you’re planning your next move to Azure. We’ll also highlight the skilling opportunities connected to the Summit, including the Migrate & Modernize Foundations Virtual Training Day, so you’ll know how to get ready, what to focus on during the event, and how to turn what you learn into action afterward.
Safety, Reliability & Best Practices in LangChain4j
Learn how to build safe, reliable, and enterprise-ready AI applications in Java, including how to protect API keys and model endpoints, validate tool output, enforce content filters, and keep LLMs from stepping outside their intended boundaries. See how to design prompts defensively, restrict system capabilities, and use structured interfaces to avoid injection attacks. We'll also explore patterns for safe RAG, secure memory, and audit-ready logging that make your Langchain4j applications trustworthy, enterprise-grade, and ready for real users.Learn how to build safe, reliable, and enterprise-ready AI applications in Java, including how to protect API keys and model endpoints, validate tool output, enforce content filters, and keep LLMs from stepping outside their intended boundaries. See how to design prompts defensively, restrict system capabilities, and use structured interfaces to avoid injection attacks. We'll also explore patterns for safe RAG, secure memory, and audit-ready logging that make your Langchain4j applications trustworthy, enterprise-grade, and ready for real users.
Global Build-a-thon Hack!
In this livestream, we officially kick off the Global Buildathon Hack, bringing builders from around the world together to apply what they’ve learned throughout the series and turn ideas into real, working AI solutions. We’ll walk through the hackathon theme, structure, timelines, and judging criteria, highlight the tools and resources available to participants, and share what success looks like - from learning outcomes to real‑world impact.
Model Mondays - What's New In Foundry IQ?
Foundry IQ is a unified knowledge layer powered by Azure AI Search, allowing agents to query and retrieve data for context engineering. Join Farzad Sunavala as he demonstrates how the unified knowledge layer enables agents to access and utilize enterprise data effectively.
Extend Azure SRE Agent: Custom Runbooks and Ecosystem Tools for Proactive Reliability
Take Azure SRE Agent beyond out-of-the-box capabilities by extending it with custom runbooks and ecosystem tools. This session covers how to tailor automation for your environment, integrate with your existing toolchain, and build proactive reliability workflows that prevent, diagnose, and mitigate issues before they escalate. We'll walk through real-world examples of extending the agent to handle complex operational scenarios and orchestrate advanced workflows for resilient architectures.
Azure Decoded: Kickstart AI Security with Microsoft Defender for Cloud
Start your journey to secure AI workloads in the cloud. Learn how Defender for Cloud provides foundational protection for your AI solutions and why it’s essential for modern security strategies.
VS Code Live: 1.110 Release
Join us for VS Code Live! This is your chance to catch up on all the major updates to VS Code and GitHub Copilot, with live demos from members of the product teams - you won't want to miss this!
Agentic Patterns with LangChain4j
In this BONUS finale, we graduate from single agents to full multi-agent systems. We'll explore 8 patterns that power production AI: chain agents like an assembly line, fan-out for parallel expert opinions, loop until a critic approves, and route requests to the right specialist. Then unlock Supervisor agents that delegate like project managers and Human-in-the-Loop gates when humans need the final say. Finally, explore goal-oriented planners that find optimal paths and peer-to-peer meshes where agents collaborate as equals without a boss.
Model Mondays - Foundry Tools & MCP
The Foundry Tools provide a central hub for agents to discover and integrate tools (MCP Servers) to extend their capabilities. Join SeokJin Han as he demonstrates Foundry Tools and the Model Context Protocol integration. Learn how agents can discover and utilize tools through MCP Servers, extending their capabilities with a standardized interface and growing ecosystem.
Modernizing .NET at Scale with the GitHub Copilot App Mod Agent
Learn how the GitHub Copilot App Modernization Agent brings agentic automation to .NET modernization. We’ll walk through assessing apps at scale through the CLI, generating modernization plans, and executing upgrades in IDE workflows—accelerating the path to Azure-ready apps.
Model Mondays - Agent 365 & Identity
Agents are transforming the way we work – so how can we integrate them seamlessly into our work environments? Join Srikumar Nair as he explores Agent 365 and how it transforms workplace productivity by integrating agents into our enterprise environments.
From Idea to Intelligent Agent: Build, Debug & Deploy AI Experiences Fast in VS Code
In this session, we’ll walk through an end‑to‑end developer experience that makes AI development feel intuitive, visual, and incredibly fast: explore cutting‑edge models, generate and refine agents with GitHub Copilot, visualize and debug complex workflows, replay agent events to pinpoint issues instantly, evaluate quality with built‑in tools, and deploy directly to Foundry—all without ever leaving VS Code. If you’re building AI apps or agentic systems, this talk will show you how to turn your ideas into intelligent, production‑ready experiences with surprising speed and confidence.
Model Mondays - GitHub Agentic Workflows
Join lead maintainer Peli de Halleux as he demonstrates GitHub Agentic Workflows and shows how to automate GitHub tasks using AI agents with plain English instructions. Learn about the technology, explore key features, and see real-world examples of AI-powered GitHub automation.
Code to cloud: Fast-track delivery with GitHub Copilot and Azure
See how to build, test, and deploy cloud apps faster with GitHub Copilot and Azure. In this session, you’ll get real-world demos that show how Copilot’s AI agents automate planning, coding, and deployment. Azure’s built-in tools help you catch issues before they reach production. Cut manual work, speed up releases, and improve reliability with AI-driven workflows from your first commit to live operations. Leave ready to deliver better software with less stress and more confidence.
Moving Fast Without Breaking Things Using GitHub Code Quality
AI tools like GitHub Copilot are accelerating development—but speed alone doesn’t guarantee sustainable code. Without clear signals and prioritization, teams risk accumulating technical debt faster than they can understand it. This talk introduces GitHub Code Quality, a developer-first approach to maintaining reliability and maintainability in AI-assisted codebases. You’ll learn how Code Quality highlights the issues that matter most, avoids noisy backlogs, and enables automated fixes—helping teams ship faster while staying in control of long-term code health.
VS Code Live: 1.110 Release
Join us for VS Code Live! This is your chance to catch up on all the major updates to VS Code and GitHub Copilot, with live demos from members of the product teams - you won't want to miss this!
Introducing dbt job in Microsoft Fabric
dbt as a tool helps teams transform data in a clean, structured, and repeatable way using SQL. A dbt job is simply the mechanism that runs those transformations—whether on a schedule, after data arrives, or as part of a deployment pipeline.
Azure Cosmos DB Conf 2026
Join us for our 6th annual Azure Cosmos DB Conf, a free virtual developer event co-hosted by Microsoft and the Azure Cosmos DB community. Tune in to learn why Azure Cosmos DB—including Azure DocumentDB, the newly renamed vCore-based Azure Cosmos DB for NoSQL—is the leading database platform for the era of AI and modern app development. Dive into a dynamic mix of sessions from Microsoft and community experts, showcasing their innovative projects and breakthroughs.
VS Code Live: 1.112 Release
Join us for VS Code Live! This is your chance to catch up on all the major updates to VS Code and GitHub Copilot, with live demos from members of the product teams - you won't want to miss this!
VS Code Live: 1.113 Release
Join us for VS Code Live! This is your chance to catch up on all the major updates to VS Code and GitHub Copilot, with live demos from members of the product teams - you won't want to miss this!
Aufzeichnungen
Prompt Engineering with LangChain4j
Agents League Battle 3 - Enterprise Agents (M365 Agents Toolkit)
VS Code Live: Agent Sessions Day
Microsoft Reactor – virtuell und On-Demand
Neben unseren Live-Terminen in Berlin bietet dir der Microsoft Reactor auch viele virtuelle Veranstaltungen, die per Livestream übertragen werden oder On-Demand zur Verfügung stehen. Dabei decken wir ein breites Spektrum an Technologien ab, z.B. zu folgenden Themen:

Künstliche Intelligenz
Bring deinen Anwendungen auf ein neues Level und statte sie mit KI-Funktionen aus.

Cloud-Entwicklung
Cloud Native, Container, Serverless & Co. – nutze die Cloud für deine Entwicklungsprojekte.

Coding
Tipps, Tricks und Best Practices für deine Lieblingssprachen und -Frameworks.

Data Science & Machine Learning
Mach mehr aus deinen Daten – dank umfassenden Analysen und Machine Learning-Modellen.

DevOps
Wertvolle Best Practices für dein Projekt – von der ersten Idee bis zum Produktivbetrieb.

IoT
Willkommen im Edge: So entwickelst du Apps für jedes Endgerät.

Mixed Reality
Lass die Realitäten verschwimmen und kombiniere die virtuelle mit der realen Welt.

Emerging Technologies
Was ist gerade neu und angesagt, lerne neue Technologien kennen.
Wirf einen Blick auf die gesammelten Reactor-Ressourcen und nimm an unseren kommenden Livestreams teil.
Frequently Asked Questions
Ein Microsoft Reactor ist ein Gemeinschaftsraum, in dem sich Developer und andere technische Fachleute treffen, lernen und vernetzen – sowohl mit lokalen Kollegen als auch rund um branchenführende Ideen und Technologien von Microsoft, Partnern und der Open-Source-Community.
Mit einer vielfältigen Mischung aus praktischen Workshops, Expertenrunden und Community-Veranstaltungen ist für jeden etwas dabei – egal, ob du gerade erst anfängst oder bereits an komplexen Projekten arbeitest.
Die Microsoft Reactor-Angebote dienen dazu, eine Community zu schaffen, die sich mit der Technologie von Microsoft, aus dem Open-Source-Bereich und von anderen Partnern beschäftigt. Das Ziel ist es, erstklassige, lokale Inhalte für ein engagiertes technisches Publikum anzubieten.
Microsoft Reactor ist von und für lokale Entwickler- und Startup-Communities in jeder Region. Sie sind darauf ausgerichtet, einzelnen Developern zu helfen, ihre persönlichen oder beruflichen Technologie-Interessen zu vertiefen.
Microsoft Reactor hat sowohl virtuelle als auch Vor-Ort-Termine im Programm. Für beide Arten genügt eine kurze Registrierung. Die Live-Treffen finden in unserem Microsoft Reactor Popup bei Microsoft Berlin, Unter den Linden 17 in 10117 Berlin statt.
Derzeit finden die Reactor-Veranstaltungen in den Räumen von Microsoft Berlin statt. Diese sind barrierefrei zugänglich.
Hole das Beste für dich heraus – aus unserem Event-Katalog
Lass dich von unserem vielfältigen Veranstaltungs-Programm inspirieren oder suche gezielt nach Themen, Formaten, Produkten oder Zielgruppen. Finde jetzt die passende Veranstaltung für dich und deine Interessen.


