Zu Hauptinhalt springen Microsoft TechWiese News Übersicht Microsoft Reactor Cloud & AI Architects Connect MicroHack Weiterbildung & Zertifizierungen Übersicht Infrastruktur in der Cloud Migration von SAP Modernisierung von Apps Innovationen mit Azure AI Advanced Analytics Developer-Produktivität Community Initiativen & Programme Whitepaper & E-Books Studierende Newsletter Kontakt & Support Microsoft KI Azure Space Mixed Reality Microsoft HoloLens Microsoft Viva Quanten-Computing Bildung und Forschung Automobilbranche Finanzdienstleistungen Öffentlicher Sektor Gesundheitswesen Produktion Einzelhandel Partner finden Partner werden Partner-Netzwerk Microsoft Marketplace Softwareunternehmen Blog Microsoft Advertising Developer Center Dokumentation Veranstaltungen Lizenzierung Microsoft Learn Microsoft Research Siteübersicht anzeigen

Microsoft Reactor

Du möchtest mit KI und den neuesten Technologien durchstarten? Microsoft Reactor bietet Veranstaltungen, Schulungen und Community-Ressourcen, um Entwickler, Unternehmer und Startups bei der Entwicklung von KI-Technologien und vielem mehr zu unterstützen. Mach mit!
Auf dieser SeiteTermineAufzeichnungenFAQ

Termine

Alle Termine
Nimm Teil an einem Microsoft Reactor und tausche Dich live mit Entwicklern aus!
Microsoft Reactor | 21. September

Model Mondays - Spotlight On Fine-Tuned Models

Fine-tuning adapts a model to the language, examples, and behaviors of a specific task, helping developers improve quality, reduce prompt complexity, and right-size performance and cost. Join us as we explore the latest fine-tuning capabilities in Microsoft Foundry and see how customized models can strengthen specialized AI agent experiences.

Jetzt anmelden
Microsoft Reactor | 22. September

dbt job in Fabric: GA ready

The session will focus on the General Availability of dbt Job in Microsoft Fabric and will cover: What's new in dbt Job, including key capabilities and enhancements available as part of the GA release. A look at the product roadmap and future investments to help customers understand what's coming next. Customer success stories and lessons learned from organizations running dbt Job in production on Fabric today.

Jetzt anmelden
Microsoft Reactor | 24. September

Production Ready: Observability, Governance and Deployment

The last episode covers what you need before any of this runs somewhere real. OpenTelemetry traces and logs show exactly what the agent did on each turn. Purview handles governance and data protection. Evaluation gives us a way to tell whether quality holds as the SDK keeps moving. Then we deploy to Foundry Hosted Agents so the thing runs as a service instead of a console app. We close by walking through the full refresh-prompt workflow as a maintenance pattern worth stealing.

Jetzt anmelden
Microsoft Reactor | 24. September

Building APIs Faster with Agentic Development and Azure Cosmos DB

From REST endpoints to serverless APIs, coding agents can dramatically speed up backend development. This session demonstrates how to use an agent to scaffold APIs, integrate Azure Cosmos DB SDKs, implement CRUD operations, and refine the architecture for real-world use.

Jetzt anmelden
Microsoft Reactor | 28. September

Model Mondays - Spotlight on Mistral models

Mistral models offer developers a versatile family of models for reasoning, coding, multilingual, and multimodal workloads, with options suited to different requirements for capability, speed, and efficiency. Join us as we explore the Mistral family in Microsoft Foundry and see how these models can support practical agent workflows.

Jetzt anmelden
Microsoft Reactor | 30. September

Copilot Dev Camp Summit – Fall Edition 2026

Copilot Dev Camp Summit – Fall Edition 2026 is a global, community-driven event designed for developers and makers to explore the latest innovations in Microsoft 365 Copilot and extensibility. Join us for a curated set of sessions, live demos, and real-world insights covering topics such as declarative agents, custom engines, and integration patterns—alongside inspiring stories from the community. Whether you're building your first Copilot experience or scaling advanced scenarios, the Summit offers practical guidance, hands-on learning, and opportunities to connect with experts and peers worldwide.

Jetzt anmelden
Microsoft Reactor | 01. Oktober

Composing Knowledge Bases That Reason Over Work, Business, and the Web

Learn how to design knowledge bases that span multiple domains. This session focuses on retrieval strategies that bring together work data, structured business context, and real-time web signals. We’ll explore how to orchestrate these sources so agents can reason across them effectively, rather than treating each in isolation.

Jetzt anmelden
Microsoft Reactor | 05. Oktober

Model Mondays - Spotlight on Azure Open AI

Azure OpenAI provides a broad family of models for generation, reasoning, coding, multimodal, and real-time experiences, allowing developers to select the right capability for each part of an application. Join us as we explore these models in Microsoft Foundry and see how they can be combined with grounding, tools, and evaluation to build effective AI agents.

Jetzt anmelden

Aufzeichnungen

Alle Aufzeichnungen
Microsoft Reactor | 14. September

Model Mondays - Spotlight On Claude Models

Claude models are designed for complex reasoning, coding, and multimodal tasks, giving developers flexible options for building agents that need to understand context and handle sophisticated workflows. Join us as we explore the Claude family in Microsoft Foundry and see how these models can be evaluated and used to build more capable AI agents.

Jetzt ansehen
Microsoft Reactor | 10. September

Working With Your Data, Safely: Files, Approvals and Memory

So far the agent can talk about markets but cannot touch anything of yours, and nothing stops it doing something it should not. This episode fixes both. We give it file access so it reads a real portfolio.csv and writes its reports back to disk, then put a place_trade tool behind an explicit human approval. Approving every single read gets old fast, so we add auto-approval rules for the safe calls and one custom rule that clears small trades on its own. We finish with durable memory in two forms, the files the agent curates itself and the facts Foundry extracts automatically, and watch both survive a restart.

Jetzt ansehen
Microsoft Reactor | 09. September

MCP Live!

The Model Context Protocol (MCP) is the open standard for connecting AI models to tools and data. This half-day event covers MCP end to end: its role as an open standard, how it's adopted across the developer ecosystem, and hands-on sessions on building MCP servers. It also addresses enterprise readiness including authentication, governance, and security.

Jetzt ansehen
Microsoft Reactor | 03. September

Meet Your Claw: A Harness in Three Lines of C#

One call to AsHarnessAgent gives us the whole agentic loop. From there we add the first three abilities: a custom get_stock_price tool, the built-in web search for market news, and planning with a todo list plus plan and execute modes. That is enough to turn a vague request like “review my watchlist and suggest something to add” into a tracked, step-by-step plan. We wire the agent to a Microsoft Foundry chat client, run it in the shared harness console, and set up the companion repo so everyone starts on the same SDK version.

Jetzt ansehen
Microsoft Reactor | 01. September

Modernize your .NET applications in days using GitHub Copilot

Modernizing apps isn’t just rewriting code—it’s untangling dependencies, tracing data flows, and making changes without breaking production. In this session, we’ll show how you can use agentic AI to take on the hardest parts of modernization: analyzing large codebases, mapping dependencies, planning upgrades, refactoring safely, while doing it all at scale. With the GitHub Copilot modernization agent, you can move from legacy complexity to modernized apps in days, not months.

Jetzt ansehen
Microsoft Reactor | 01. September

Build Your First Microsoft Foundry Agent: Executive Briefings from Technical Updates

Build and deploy a focused AI agent that turns complex technical updates into concise, business-ready executive briefings. Starting with a hosted-agent scaffold in VS Code, you will define agent instructions, test realistic incident scenarios in Agent Inspector, and deploy the completed agent to Microsoft Foundry Agent Service. Learnings: How to scaffold a Python hosted agent with the Foundry extension How to test agent behavior locally, including safety-boundary prompts How to deploy and validate the agent in the VS Code and Foundry playgrounds.

Jetzt ansehen
Microsoft Reactor | 01. September

Agent Build Along Series: Build Your 1st Agent

Join this interactive, hands-on session where you'll learn how to design, build, and test your own AI agents using practical, real-world techniques. From defining an agent’s purpose and goals to connecting the right data and knowledge sources, you'll gain a step-by-step framework for creating intelligent solutions that deliver meaningful outcomes. Through guided exercises and live demonstrations, you'll explore how to evaluate agent performance, refine behavior, and adapt agents to real business scenarios. Whether you're just getting started or looking to enhance existing solutions, you'll leave with a working agent, a repeatable development approach, and the confidence to apply AI agents to solve everyday business challenges.

Jetzt ansehen

Frequently Asked Questions

Was ist der Microsoft Reactor?

Ein Microsoft Reactor ist ein Gemeinschaftsraum, in dem sich Developer und andere technische Fachleute, lernen und vernetzen können, mit lokalen Kollegen als auch Partnern und der Open-Source-Community.

Für wen eignet sich der Microsoft Reactor?

Mit einer vielfältigen Mischung ist für jeden etwas dabei – egal, ob du gerade erst anfängst oder bereits an komplexen Projekten arbeitest.

Was ist das Ziel der Microsoft Reactor-Angebote?

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.

Wie unterscheiden sich Microsoft Reactor von anderen Microsoft-Angeboten wie MTCs?

Microsoft Reactor ist von und für Entwickler- und Startup-Communities in jeder Region. Sie sind darauf ausgerichtet, Developern zu helfen, ihre persönlichen oder beruflichen Technologie-Interessen zu vertiefen.

Wie kann ich bei den Veranstaltungen des Microsoft Reactor teilnehmen?

Microsoft Reactor hat sowohl virtuelle als auch Vor-Ort-Termine im Programm. Für beide Arten genügt eine kurze Registrierung auf der Eventseite des Termins..

Newsletter

Developer Flash

Der kostenlose Developer Flash informiert dich monatlich über neue Technologien, Produkte und Services sowie über Veranstaltungen, Testversionen, Downloads, Schulungen, Zertifizierungen und technische Bits für Developer.

Jetzt anmelden
IT Pro Flash

Der kostenlose IT Pro Flash informiert dich monatlich über Produktneuheiten, Veranstaltungen, Testversionen, Tools, Downloads, Schulungen, Zertifizierungen sowie technische Ressourcen für IT-Professionals.

Jetzt anmelden
Microsoft.Source

Der kostenfreie Newsletter versorgt dich regelmäßig mit spannenden Ressourcen, Community-Beiträgen und Events rund um die Entwicklung auf und mit der Microsoft-Plattform.

Jetzt anmelden
Microsoft Developer folgenFacebook
Surface Pro Surface Laptop Surface Laptop Ultra Copilot für Organisationen Copilot für die private Nutzung Microsoft 365 Microsoft-Produkte erkunden Windows 11-Apps Kontoprofil Download Center Microsoft Store-Support Rückgaben Bestellnachverfolgung Abfallverwertung Weitere Informationen Microsoft Bildung Geräte für den Bildungsbereich Microsoft Teams for Education Microsoft 365 Education Office Education Ausbildung und Weiterbildung von Lehrpersonal Angebote für Studenten und Eltern Azure für Studenten
Microsoft KI Microsoft Security Azure Dynamics 365 Microsoft 365 Microsoft 365 Copilot Microsoft Teams Kleine Unternehmen Microsoft-Entwickler Microsoft Learn Support für KI-Apps im Marketplace Microsoft Tech Community Microsoft Marketplace Microsoft Power Platform Softwareunternehmen Visual Studio Jobs & Karriere Das Unternehmen Microsoft Unternehmensnachrichten Datenschutz bei Microsoft Investoren LkSG Beschwerdeverfahren
Deutsch (Deutschland)
Abwahlsymbol „Ihre Datenschutzoptionen“ Ihre Datenschutzoptionen
Verbraucherdatenschutz für Gesundheitsdaten An Microsoft wenden Abo kündigen Impressum Datenschutz Cookies verwalten Nutzungsbedingungen Markenzeichen Informationen zu unserer Werbung EU Compliance DoCs