Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit
Published: August 4, 2026 14:00
@devblogs.microsoft.com.landing@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.
---
Get the latest information, insights, and news from Microsoft.
Site URL: devblogs.microsoft.com/landing
Feed URL: devblogs.microsoft.com/landing
Posts: 29
Followers: 1
Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit
Published: August 4, 2026 14:00
Building an operations assistant on Azure that waits for approval before it acts
Published: August 3, 2026 21:15
Grounding an assistant in runbooks is the easy half. The interesting engineering is in the boundary between what a model proposes and what an authenticated person actually authorizes. An operations assistant stops being a demo the moment it can act.…
Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime
Published: August 3, 2026 18:10
Many developers publish packages to NuGet.org via API keys. In recent years, API keys and Personal Access Tokens (PATs) have been frequently used as an attack vector to gain access to systems. There are multiple problems with API keys and PATs; the two…
Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 1
https://devblogs.microsoft.com/oldnewthing/20260803-00/?p=112582
Published: August 3, 2026 14:00
Last time, we considered what it means when the context callback fails, which prevents us from releasing the object in its original context. We noted that the problem is that whe
From generated code to trusted code with a unit-test agent
https://devblogs.microsoft.com/dotnet/polyglot-unit-testing-agent
Published: July 31, 2026 15:00
A common request to a coding agent is only one line: Generate unit tests. That request leaves important questions open. Which code needs tests? Which test framework does the project use? Where should the tests go? How does the build find them? What should…
Making an agile version of a Windows Runtime delegate in C++/WinRT, part 10
https://devblogs.microsoft.com/oldnewthing/20260731-00/?p=112578
Published: July 31, 2026 14:00
In part 5 of this unnecessarily long series on agile delegates, com
A deep dive into Power Pages Enhanced Authorization
https://devblogs.microsoft.com/powerplatform/power-pages-enhanced-authorization
Published: July 31, 2026 05:41
Dataverse Native Authorization Model for Power Pages How mapped identities, security roles, and record filters move external-user authorization closer to the data. We’re introducing a major update to the Power Pages security model: authorization for…
Introducing WPA MCP: Early Preview of AI-assisted trace analysis in Windows Performance Analyzer
Published: July 30, 2026 23:43
Windows Performance Analyzer (WPA) is one of the most powerful tools available for understanding system performance on Windows. It helps engineers investigate Event Tracing for Windows (ETW) traces across CPU, memory, disk, networking, scheduling, input,…
Azure Developer CLI (azd) July 2026
https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-july-2026
Published: July 30, 2026 20:20
This is the July round-up for the Azure Developer CLI (azd). Five releases shipped since the last post: 1.27.0, 1.27.1,
Building agent teams with Agent Framework, GitHub Copilot CLI and Squad
Published: July 30, 2026 17:18
Microsoft Agent Framework supports creating agents that use the GitHub Copilot SDK as their backend. GitHub Copilot agents provide access to powerful coding-oriented AI capabilities, including shell command execution, file operations, URL fetching, Model…
Azure SDK Release (July 2026)
https://devblogs.microsoft.com/azure-sdk/azure-sdk-release-july-2026
Published: July 29, 2026 17:18
Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages, code, and docs on…
Visual Studio Code 1.132 (Insiders)
https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.132-(insiders)
Published: July 29, 2026 17:00
Learn what's new in Visual Studio Code 1.132 (Insiders) Read the full article
Visual Studio Code 1.131
https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.131
Published: July 29, 2026 17:00
Learn what's new in Visual Studio Code 1.131 Read the full article
Tell your model when to think harder
https://devblogs.microsoft.com/visualstudio/tell-your-model-when-to-think-harder
Published: July 29, 2026 15:02
Not every question deserves the same amount of thought. Renaming a variable isn't the same as debugging a memory leak, and they don't need the same level of thinking. So why should your model treat them the same way every time? Starting in Visual Studio…
Making an agile version of a Windows Runtime delegate in C++/WinRT, part 8
https://devblogs.microsoft.com/oldnewthing/20260729-00/?p=112570
Published: July 29, 2026 14:00
Last time, we fixed the problem of an exception thrown from the custom deleter's constructor resulting in a reference leak. But wait, there's another source of exceptions.
Announcing v2.0 of the official MCP C# SDK
https://devblogs.microsoft.com/dotnet/announcing-v20-of-the-official-mcp-csharp-sdk
Published: July 28, 2026 22:00
The Model Context Protocol (MCP) C# SDK has reached v2.0, implementing the 2026-07-28 revision of the MCP specification. It's the largest revision of the protocol since it launched.
Package Integrity and Enforcement
https://devblogs.microsoft.com/insidemsix/msix-chain-of-trust
Published: July 28, 2026 16:00
A recent conversation started (as many interesting conversations do) with a simple question: "Why is MSIX secure?" MSIX includes multiple layers of protection designed to defend against both accidental damage and malicious tampering. But as with all good…
Visual Studio July Update — Meet the New Agent, Powered by the GitHub Copilot SDK
Published: July 28, 2026 16:00
The best AI assistance is the kind you can steer, understand, and rely on. The July update is built around all three. There's a new Agent (Preview) in Copilot Chat, built on the same GitHub Copilot SDK that powers the GitHub Copilot CLI, that gets more…
Find any commit in seconds: Commit Search comes to Azure DevOps
https://devblogs.microsoft.com/devops/find-any-commit-in-seconds-commit-search-comes-to-azure-devops
Published: July 28, 2026 15:24
Great code has a long memory. The fix you shipped last quarter, the refactor that touched a dozen files, the one-line change that explained why something works the way it does — it's all there in your commit history. The hard part has always been finding…
Making an agile version of a Windows Runtime delegate in C++/WinRT, part 7
https://devblogs.microsoft.com/oldnewthing/20260728-00/?p=112568
Published: July 28, 2026 14:00
Last time, we fixed the problem of creating a unique_ptr whose deleter's constructor was might throw an exception. But we're not out of the woods yet. Let's t
Refactor your database with SQL projects in VS Code
https://devblogs.microsoft.com/azure-sql/refactor-your-database-with-sql-projects-in-vs-code
Published: July 28, 2026 13:08
SQL database projects are a fundamental tool for keeping your database in source control, tracking changes and collaborating on quickly evolving database needs. Not to be forgotten, their superpower is being able to dynamically generate deployment scripts…
Discover Agent Skills from MCP servers in .NET
https://devblogs.microsoft.com/agent-framework/discover-agent-skills-from-mcp-servers-in-net
Published: July 28, 2026 09:01
Your agents can now discover and load Agent Skills directly from a Model Context Protocol (MCP) server. Instead of shipping every skill inside your application or copying skill folders into each deployment, you point an agent at an MCP server and it pulls…
Query Performance Tuning in Azure DocumentDB: A Practical Guide
https://devblogs.microsoft.com/documentdb/query-performance-tuning-guide
Published: July 27, 2026 20:12
Writing a query that works is easy. Writing a query that scales is a different story.
Analyze MSBuild Binary Logs with Copilot in VS Code
https://devblogs.microsoft.com/dotnet/msbuild-binlog-analyzer-vscode
Published: July 27, 2026 17:00
You know the moment. CI goes red, or a build that took 8 seconds yesterday now takes 40, and you're staring at a wall of MSBuild output trying to find the one line that matters. The answer is almost always sitting in the bi
A new way to bring native Windows APIs to JavaScript - introducing dynamic API projections for Node.js
Published: July 27, 2026 14:19
E
Making an agile version of a Windows Runtime delegate in C++/WinRT, part 6
https://devblogs.microsoft.com/oldnewthing/20260727-00/?p=112566
Published: July 27, 2026 14:00
It looked like we were done when we fixed the problem of releasing a non-marshalable delegate on the correct thread. But we missed something. Again.
Java OpenJDK July 2026 Patch & Security Update
https://devblogs.microsoft.com/java/java-openjdk-july-2026-patch-security-update
Published: July 25, 2026 00:54
Hello Java customers! We are happy to announce the latest July 2026 patch & security update release for the Microsoft Build of OpenJDK. Check our
Making an agile version of a Windows Runtime delegate in C++/WinRT, part 5
https://devblogs.microsoft.com/oldnewthing/20260724-00/?p=112562
Published: July 24, 2026 14:00
So far, we have handled the case of a non-marshalable delegate by wrapping it in a delegate that fails with CO_E_NOT_SUPPORTED if used in a manne
Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB
Published: July 24, 2026 11:00
Recently we introduced the Agent Memory Toolkit