Tools & Function Calling in Microsoft Agent Framework – Part 4

Deep dive into AI agent tools and function calling. Learn MCP integration, external API patterns, error handling, and tool chaining in Microsoft Agent Framework.

Read more โ†’

Building Your First AI Agent with Microsoft Agent Framework (Python) – Part 3

Build a production-ready Research Assistant AI agent using Python. Complete tutorial covering async patterns, @ai_function decorators, multi-turn conversations, and best practices.

Read more โ†’

Building Your First AI Agent with Microsoft Agent Framework (.NET) – Part 2

Build a production-ready Customer Support AI agent using C# and .NET 8. Complete tutorial covering project setup, tools, multi-turn conversations, middleware, and error handling.

Read more โ†’

Introduction to Microsoft Agent Framework: The Open-Source Engine for Agentic AI Apps (Part 1)

Learn about Microsoft Agent Framework (MAF), the unified open-source SDK for building production-ready AI agents. This comprehensive guide covers the architecture, key features, and how MAF combines the best of Semantic Kernel and AutoGen for enterprise agentic AI development.

Read more โ†’

Azure Kubernetes Service (AKS) – Managed Identity

Azure Kubernetes Service (AKS) is a fully managed Kubernetes container orchestration service provided by Microsoft Azure. It allows users to quickly and easily deploy, manage, and scale containerized applications on Azure. AKS has been a popular choice among developers and DevOps teams for its ease of use and its ability to integrate with other Azure […]

Read more โ†’

AKS Workload Identity

AKS workload identity is a feature of Azure Kubernetes Service (AKS) that enables you to use Azure Active Directory (AAD) to manage access to Azure resources from within a Kubernetes cluster. In this blog post, we’ll explore how AKS workload identity works and how to use it with an example code. How does AKS workload […]

Read more โ†’