Please log in to access the latest updates. If you don't have an account yet, you can register by clicking the Register link. We're excited to have you join our website and stay informed about our latest updates.
The Age of Prompt-Driven Development A significant shift is underway in the way we develop software. AI agents and prompt-based tools are shaping modern development. As a developer, you don’t…
Welcome to Quest 6 of the JS AI Build-a-thon — your fast track to building AI-powered apps with JavaScript and TypeScript. This isn’t just a coding challenge — it’s a…
In this quest, you’ll explore how to build GenAI apps using a modern JavaScript AI framework, LangChain.js. LangChain.js helps you orchestrate prompts, manage memory, and build multi-step AI workflows all…
So why Microsoft Learn? Well, it's a treasure trove of knowledge for developers and IT pros. Secondly, because it has search page with many filters, it lends itself well to…
Welcome to Agent Support—a developer advice column for those head-scratching moments when you’re building an AI agent! Each post answers a question inspired by real conversations in the AI developer…
In this quest, you'll teach your AI app to talk to external data using the Retreival Augmented Generation (RAG) technique. You'll overcome the limitations of pre-trained language models by allowing…
Prompty is a powerful tool for managing prompts in AI applications. Not only does it allow you to easily test your prompts during development, but it also provides observability, understandability…
In this quest, you’ll give your Gen AI prototype a polished chat interface using Vite and Lit. Along the way, you’ll also manage application infrastructure with Bicep and Azure Developer…
In this quest, you’ll take your locally running Gen AI app and deploy it to the cloud using Azure. You’ll use the move from GitHub Models to Azure AI Foundry…
Part of the JS AI Build-a-thon, this quest is where the rubber meets the road. Whether you're here to explore the raw power of local models or just curious what Generative…
TLDR; We’re proud to announce 3 new workshops that will help you add some great Generative AI Features to Azure API Management. https://azure-samples.github.io/AI-Gateway/ Problems with Gen AI in production So, what’s really the problem of…
VS Code Live is a monthly livestream showcasing the latest updates in Visual Studio Code, with hands-on demos from the VS Code team and key partners. On June 12 (8 AM PST), we’ll…
📍 Milano, Sala Luigiana @ Coperni.co Centrale - Via Copernico 38📅 17 Giugno 2025 dalle 9:00 alle 17:30🧠 Focus: AI Agents per sviluppatori, ricercatori, imprenditori e professionisti IT La serie globale AgentCon –…
In this quest, you’ll take your locally running Gen AI app and deploy it to the cloud using Azure. You’ll use the move from GitHub Models to Azure AI Foundry…
AI Toolkit for VS Code June Update We are excited to bring you the June update for the AI Toolkit for Visual Studio Code! This month, we are shipping version 0.14.0,…
Skill Up on the Latest AI Models & Tools with Model Mondays – Season 2 The world of AI is evolving at lightning speed. With over 11,000 models now available…
Want to build next-gen apps using AI and JavaScript (or TypeScript)? The JS AI Build-a-thon is your launchpad — a hands-on, quest-driven journey designed to take you from curious coder…
Part of the JS AI Build-a-thon, this quest is where the rubber meets the road. Whether you're here to explore the raw power of local models or just curious what…
Dusseldorf , Germany added 3,000+ tech enthusiast and hosted the Microsoft for Startups Cloud AI Pitch Competition between May 26-28, 2025. We were pleased to attend the European AI Cloud and Collaboration Summits…
What is Foundry Local? Foundry Local is a set of development tools designed to help you build and evaluate LLM applications on your local machine. It provides a curated collection…
We are excited to announce the JS AI Build-a-thon — an epic learning journey crafted for JavaScript and TypeScript developers who want to step confidently into the world of AI.…
The pace at which innovative AI models are being developed is outstanding! DeepSeek-R1 is one such model that focuses on complex reasoning tasks, providing a powerful tool for developers to…
We are excited to introduce AI Travel Agents, a sample application with enterprise functionality that demonstrates how developers can coordinate multiple AI agents (written in multiple languages) to explore travel planning…
Background Azure Kubernetes Service Azure Kubernetes Service (AKS) is a fully managed container orchestration service provided by Microsoft Azure. It allows you to deploy, manage, and scale containerized applications using…
If you’ve ever thought about building your own AI agent but didn’t know where to begin, you’re not alone. Between navigating APIs, wrangling datasets, and managing cloud deployments, creating even…
The GitHub Copilot Global Bootcamp started in February as a fully virtual learning journey — and it was a hit. More than 60,000 developers joined the first edition across multiple…
Acreditamos que o futuro dos editores de código deve ser aberto e impulsionado por inteligência artificial. Na última década, o VS Code se tornou um dos projetos de código aberto…
The FinOps Foundation defines FinOps as "operational framework and cultural practice which maximizes the business value of cloud, enables timely data-driven decision making, and creates financial accountability through collaboration between…
Introduction Welcome to this week’s spotlight in our AI Repo of the Week series—introducing the MCP for Beginners course, a fantastic starting point for AI developers and enthusiasts eager to navigate…
Introduction In today's fast-paced development environments, security is often an afterthought-until it's too late. With the rise of AI-assisted development tools like GitHub Copilot, developers now have a powerful ally…
GitHub Copilot has changed how developers write code, but when combined with an MCP (Model Copilot Protocol) server, it also connects your services. With it, Copilot can understand your database…
Vector Search Vector search enables querying large datasets by comparing vector representations of data points. It is particularly useful in applications such as recommendation systems, image search, and natural language…
Great Devs Don’t Build Alone: Welcome to Azure AI Foundry Developer Community In the ever-evolving landscape of software development, speed, collaboration, and innovation are paramount. The days of solitary coding…
2025 is the year of AI agents, and the recent AI Agents Hackathon proved it in style. This free, three-week virtual hackathon (April 8–30, 2025) brought together developers worldwide to…
Benefits of the MCP for Beginners Course Welcome to Model Context Protocol 'MCP' for Beginners our latest Open-Source curricula. To get simply started star and clone the repo of this open-source course, developers…
📘 Introduction Manually compiling and distributing daily performance reports can be time-consuming. This post demonstrates how to automate this process using Azure Logic Apps (Standard), Azure OpenAI, and Prompt Templates…
Introduction Azure AI Document Intelligence simplifies document data extraction, with features like query fields enabling targeted data retrieval. However, using these features with the C# SDK can be tricky. This…
Introduction: The Era of AI Agents in JavaScript During the AI Agents Hackathon, one of the most anticipated sessions was presented by Wassim Chegham, Senior AI Developer Advocate for JavaScript…
Agents can be implemented using various GenAI (Generative AI) frameworks, including LangChain, LangGraph, LlamaIndex, and Semantic Kernel. All these frameworks support using Neon. Implementing AI-driven functions or tools calling requires hundreds of lines of code—now,…
Welcome to the AI Repo of the Week series! In this first post we’re going to look at the GitHub Copilot Adventures repo. Stay tuned for additional posts that cover AI-related…
Introduction You’ve probably noticed a theme in my recent posts: tackling challenges with AI-powered solutions. In my latest project, I needed a fast way to classify and categorize GitHub issues…
Azure AI model inference provides access to a wide range of flagship models from leading providers such as AI21 Labs, Azure OpenAI, Cohere, Core42, DeepSeek, Meta, Microsoft, Mistral AI, and…
As vector search and Retrieval Augmented Generation(RAG) become mainstream for Generative AI (GenAI) use cases, we’re looking ahead to what’s next. GenAI primarily operates in a one-way direction, generating content…
In situations with limited computing, Phi-4-mini-reasoning will is an excellent model choice. We can use Microsoft Olive or Apple MLX Framework to quantize Phi-4-mini-reasoning and deploy it on edge terminals…
The world of cloud computing is growing rapidly, and Azure is at the forefront of this innovation. If you're a student developer eager to dive into Azure and learn about…
We’re excited to announce Agent Builder, the newest evolution of what was formerly known as Prompt Builder, now reimagined and supercharged for intelligent app development. This powerful tool in AI Toolkit enables you to create,…
Readiness and skilling events for Week 4: Microsoft AI Agents Hack Register Now at https://aka.ms/agentshack 2025 is the year of AI agents! But what exactly is an agent, and…