Azure Developer CLI (azd) – February 2026: JMESPath Queries & Deployment Slots

https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-february-2026/

#azure #cloud #azd #azuresdk #cli #commandline #terminal

Azure Developer CLI (azd) - February 2026: JMESPath Queries & Deployment Slots

Explore Azure Developer CLI releases 1.23.3, 1.23.4, 1.23.5, and 1.23.6, featuring JMESPath queries, App Service slot deployments, dev container extensions, new flags, and Azure Functions updates

Azure SDK Blog
What's new in Microsoft Foundry | Dec 2025 & Jan 2026 | Microsoft Foundry Blog

Microsoft Foundry Dec 2025-Jan 2026 update: GPT-5.2 & Codex Max now GA, new reasoning models, agent memory in preview, MCP server, and major SDK consolidation.

Microsoft Foundry Blog
Azure Developer CLI (azd) - October 2025

Announcing the October 2025 release (versions 1.19.0 and 1.20.0) of the Azure Developer CLI (azd).

Azure SDK Blog
For anyone interested, apparently #dotnet #azureSDK based on Microsoft.Rest does have a default exponential back off retry policy that is not obvious. It's part of ServiceClient and you can call `SetRetryPolicy(null)` to turn off retries.
Azure SDK Release (August 2025)

Azure SDK releases every month. This post includes the August 2025's highlights and release notes.

Azure SDK Blog
Azure SDK Release (July 2025)

Azure SDK releases every month. This post includes the July 2025's highlights and release notes.

Azure SDK Blog
Azure SDK Release (June 2025)

Azure SDK releases every month. This post includes the June 2025's highlights and release notes.

Azure SDK Blog
Azure Developer CLI (azd) - May 2025

Announcing the May 2025 release (version 1.15.0) of the Azure Developer CLI (azd).

Azure SDK Blog
Introducing the Azure MCP Server

Announcing the Public Preview of the Azure MCP Server, bringing the power of Azure to your AI agents. The Azure MCP Server allows AI agents to take advantage of Azure resources for key workflows such as file storage, database and logs querying, and CLI commands. The Azure MCP Server is open-source on GitHub.

Azure SDK Blog

Look. I get it. You don't want to make an `enum` for your constrained string values collection so you make it a `struct` instead.

But for the love of got, then, make it implicitly convertible to a string. (or, did you know there's an `EnumMember` attribute? even better!)

I'm looking at you #AzureSDK folks.

#azure #azureAI