Microsoft Developer Blogs

Get the latest information, insights, announcements, and news from Microsoft.

Step-by-Step Guide to Building a Powerful AI Monitoring Dashboard with Semantic Kernel and Azure Monitor

Today we're featuring a guest author, Akshay Kokane, who's a Software Engineer at Microsoft within the Azure CxP team. He's written an article we're sharing below, focused on a Step-by-Step Guide to Building a Powerful AI Monitoring Dashboard with Semantic Kernel and Azure Monitor: Master TokenUsage Metrics and Custom Metrics using SK Filters...


Prevent Critical Bugs with MSVC Code Analysis

Imagine this: Youโ€™re deep into a complex C++ project, and everything seems to be running smoothly. But then, out of nowhere, a critical bug surfacesโ€” one that requires a bit more foresight. Weโ€™ve all been there, right? This is where code analysis steps in as your silent guardian.ย  Code analysis is a great tool for catching those ...


Announcing Windows Community Toolkit v8.1

Announcing Windows Community Toolkit v8.1 We're happy to announce that version 8.1 is available today! It's a minor update which contains a variety of new features and improvements, made possible again with the support and contributions of our developer community. ๐ŸŽ‰ (image) If you're not familiar with the Windows Community Toolkit, ...


Diving into Function Calling and its JSON Schema in Semantic Kernel Python

One of the most exciting features available in certain Large Language Models (LLMs) is function-calling. In Semantic Kernel, we handle the heavy lifting so that you can bring your own code or utilize built-in plugins that cater to your use case. Our goal is to make it easy for you to incorporate function calling into your application. Today, ...