Slide %{start} of %{total}. %{slideTitle}
End of Microsoft products section
use the arrow keys to navigate through the pivots and tab to focus on focusable content inside a pivot section
  • Live-Events

  • Aufzeichnungen

GridListe
4. März

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.
JETZT ANMELDEN
4. März

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.
JETZT ANMELDEN
5. März

Microsoft Power Platform - Agent in a Day


Dieses Einsteiger-Training, das jedem, egal ob Business-Experte oder IT-Entwickler, dabei hilft, mithilfe von Agenten schnell und bedarfsgerecht auf Kunden, Mitarbeiter und Lieferanten zu reagieren. In nur einem Tag lernen Sie, mit Microsoft Copilot Studio schnell Agenten zu erstellen. Dieser Workshop umfasst praktische, schrittweise Übungen, zum Erstellen moderner Agenten für jedes Szenario und jeden Anwendungsfall.
JETZT ANMELDEN
5. März

Microsoft 365 Virtual Training Day: Manage Windows Endpoints with Microsoft Intune


Help boost your organization's innovation and productivity by exploring how Microsoft Surface devices, powered by Windows 11, deliver the complete Microsoft 365 experience. You’ll also get a detailed look at the robust endpoint security made possible through the seamless combination of hardware, firmware, software, and identity protection.
JETZT ANMELDEN
5. März

Microsoft 365 Copilot Training for HR


Nehmen Sie an einem kostenlosen Microsoft 365 Copilot-Training für HR teil, um die Grundlagen der Verwendung von Copilot als persönliche KI-Assistenz zu erlernen. Erfahren Sie in expertengeführten Demos, wie Copilot dazu beiträgt, die Personalbeschaffungsprozesse zu rationalisieren, das Onboarding zu verbessern und die Mitarbeiterzufriedenheit zu steigern. In diesem Tutorial erfahren Sie, wie Sie effektive Prompts erstellen, grundlegende KI-Fähigkeiten entwickeln und Copilot in den Apps, die Sie täglich verwenden, optimal einsetzen. Sprechen Sie mit Fachkräften von Microsoft, um Antworten darauf zu erhalten, wie Sie KI bei Ihren täglichen Aufgaben anwenden können.
JETZT ANMELDEN
5. März

Microsoft 365 Copilot Training for Finance


Nehmen Sie an einem kostenlosen Microsoft 365 Copilot-Training für Finanzen teil, um die Grundlagen der Verwendung von Copilot als persönlichen KI-Assistenten zu erlernen. Entdecken Sie in von Fachkräften geleiteten Demos, wie Copilot Daten zusammenfasst, um finanzielle Erkenntnisse zu gewinnen, Prozesse optimiert und Zeit spart. In diesem Tutorial erfahren Sie, wie Sie effektive Prompts erstellen, grundlegende KI-Fähigkeiten entwickeln und Copilot in den Apps, die Sie täglich verwenden, optimal einsetzen. Sprechen Sie mit Fachkräften von Microsoft, um Antworten darauf zu erhalten, wie Sie KI bei Ihren täglichen Aufgaben anwenden können.
JETZT ANMELDEN
5. März

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.
JETZT ANMELDEN
5. März

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.
JETZT ANMELDEN
5. März

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.
JETZT ANMELDEN
6. März

Microsoft AI School - Der Praxistag


In kompakten Sessions zeigen Ihnen Expertinnen und Experten aus verschiedenen Fachbereichen, wie Sie Microsoft 365 Copilot sinnvoll in Ihren Arbeitsalltag integrieren: vom Einstieg und den wichtigsten Grundlagen über fortgeschrittene Szenarien, wie Copilot-Apps, Notebooks und Agents, bis hin zu Fragen rund um Datenschutz, Governance und sichere Nutzung.
JETZT ANMELDEN
6. März

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.
JETZT ANMELDEN
9. März

Microsoft Virtual Training Day: Transform your Everyday Business Processes with Agents


Gain skills and knowledge to evolve the way you work with AI at a free Microsoft Virtual Training Day from Microsoft Learn. Join us at Transform Your Everyday Business Processes with Agents, where you’ll learn how to build and share agents as intelligent assistants—no coding experience required. Gain practical skills and explore how to boost productivity with minimal setup by using prebuilt AI agents that automate tasks in familiar Microsoft 365 tools.
JETZT ANMELDEN
  • Seite 1 ausgewählt
  • 1
26. Februar

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.
JETZT ANSEHEN
26. Februar

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.
JETZT ANSEHEN
25. Februar

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.
JETZT ANSEHEN
25. Februar

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.
JETZT ANSEHEN
25. Februar

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.
JETZT ANSEHEN
25. Februar

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.
JETZT ANSEHEN
24. Februar

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.
JETZT ANSEHEN
24. Februar

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.
JETZT ANSEHEN
23. Februar

Model Mondays - Hands on With Claude + Microsoft Foundry Agent


Join Anthropic for interactive demos of the Claude model family in Microsoft Foundry. They will share guidance on when to use each model and showcase Claude Opus 4.6, Anthropic's most capable model to date, as it connects insights across complex data and automates multi-step tasks. We will also have Scott Kennedy, VP of Engineering at Replit, joining us to showcase how they use Claude models in their production use case.
JETZT ANSEHEN
19. Februar

Prompt Engineering with LangChain4j


The same AI gives wildly different results based on how you ask. Master eight prompting patterns that control GPT-5's reasoning depth, from quick calculations to deep architectural analysis. Learn to write self-reflecting prompts that iterate until code meets quality criteria, structured analysis frameworks for consistent reviews, and chain-of-thought techniques that reveal the AI's reasoning process.
JETZT ANSEHEN
19. Februar

Agents League Battle 3 - Enterprise Agents (M365 Agents Toolkit)


The final Battle centers on enterprise-ready agents built with the M365 Agents Toolkit. Competitors create knowledge-driven agents designed for real organizational scenarios, grounded in enterprise data, workflows, and security considerations. The session showcases how agentic AI operates in production-style environments.
JETZT ANSEHEN
19. Februar

VS Code Live: Agent Sessions Day


Join us for VS Code Live: Agent Sessions Day on Feb 19th: a global virtual event celebrating how Visual Studio Code continues to evolve as the world’s most loved editor, now redefined with AI. Join the VS Code product team, special guests, and community builders for live demos and behind‑the‑scenes stories showing how VS Code enables agentic development while staying true to its core values: open, extensible, and deeply community‑driven. See how developers are using agents, customizable workflows, and open integrations to build smarter.
JETZT ANSEHEN
  • Seite 1 ausgewählt
  • 1
Eine Frau sitzt an ihrem Arbeitsplatz und und spricht mit einer Kollegin.

Trainings & Events für Developer

Lernen, austauschen, weiterkommen: Wir bieten kostenlose Veranstaltungen, Lerninhalten und Bits for Devs an, um dir zu helfen, dein Wissen und dein Netzwerk zu erweitern.

#bits4devs

Microsoft folgen

  • Facebook
  • X
  • LinkedIn