Browse All Azure Content (636)
simonjj announces Azure Container Apps Express (public preview), a new way to deploy a container image as an internet-reachable app on Azure with pre-provisioned capacity, fast provisioning, sub-second cold starts, and built-in production defaults like ingress, secrets, and observability.
syedarshad walks through a practical workflow for testing AI agents with LangSmith, using Azure OpenAI as the target model. The guide shows how to build an evaluation dataset, run LLM-as-judge scoring (correctness and hallucination checks), and interpret per-example and aggregate results with tracing and experiment views.
NandiniMuralidharan shows how to connect browser-harness to Playwright Workspaces so an AI coding agent can drive a real, cloud-hosted Chromium browser over CDP, enabling parallel, isolated sessions for tasks like scraping and interacting with JavaScript-heavy sites.
Max Uritsky announces general availability of a new Azure Boost hardware platform underpinning Esv7, Dsv7, and Dlsv7 VMs, detailing the PCIe card architecture (ASIC/FPGA, MANA NIC, Arm SoC), the performance gains for networking and storage, and the security model built around hardware root of trust and continuous attestation.
stclarke summarizes Microsoft and Red Hat’s Red Hat Summit 2026 updates for Azure Red Hat OpenShift, focusing on running modern apps and production AI with enterprise governance. It highlights OpenShift Virtualization for VM-to-Kubernetes migration, identity and confidential computing features, GPU-backed AI workloads, and expanded regional availability.
Connected-Seth explains how Azure Event Grid MQTT Broker supports common IoT messaging patterns and highlights four features—retain messages, shared subscriptions, HTTP publish, and subscription identifiers—that reduce client complexity and make it easier to scale device telemetry and command workflows.
Jingwei Wang introduces “Open in VS Code” from Azure Copilot in the Azure Portal, a guided workflow that takes AI-generated Terraform configurations into an Azure-hosted VS Code environment so teams can validate, configure state backends, and deploy to Azure with fewer handoffs.
Kumar Srinivasamurthy outlines how modern DDoS campaigns have shifted toward multi-vector and application-layer abuse, and shares a defense-in-depth approach for keeping consumer-facing services usable under sustained attack, including edge filtering, resilient architecture, and planned graceful degradation.
kinfey explains why AI agents running model-generated code need stronger isolation than standard containers, then walks through deploying a GitHub Copilot SDK agent on AKS using Kata Containers (kata-vm-isolation) plus layered hardening like seccomp, NetworkPolicy egress allowlists, and deny-by-default tool permissions.
Nick Brady’s April 2026 digest covers Microsoft Foundry updates for model access, local inference, agent observability, and SDK changes across Python, JavaScript/TypeScript, .NET, and Java, with concrete guidance on quota tiers, tracing via OpenTelemetry, and monitoring/evaluation features for production agents.
vikas_gautam introduces PII Shield, a privacy proxy that sits in front of LLM calls to detect and anonymize PII (with optional reversal) so raw identifiers don’t leak through prompts, gateways, logs, or observability pipelines.
vyomnagrani explains why Microsoft built Azure AI Foundry Agent Service on Azure Container Apps, focusing on what changes when AI agents move from prototypes to production: bursty execution, long-running workflows, secure tool execution, isolation, state persistence, and the operational requirements for running agent fleets reliably at scale.
mohit-kanojia explains what AKS Arc is and how Azure Arc extends Azure’s control plane to run and manage Kubernetes on-premises, at the edge, and in multicloud. The post covers core components (Arc agents, custom locations, logical networks), a CLI-driven deployment flow, and practical networking and troubleshooting guidance.
FaizaanMerchant explains a Zero Trust network design for Azure Databricks that avoids public workspace exposure by fronting external access with Azure Application Gateway WAF and routing traffic to the workspace through Private Endpoints, while keeping internal access on private connectivity (VPN/ExpressRoute).
grace_kim explains a Windows Kerberos hardening change rolling out from April–July 2026 that can break Kerberos-based SMB access to Azure Files when AD DS objects are still using (or defaulting to) RC4. The post shows how to detect impacted configurations and migrate to AES-256 before rollback is removed after July 2026.
Alex-wdy explains why Azure CLI on macOS is moving away from Homebrew Core and introducing new Preview installation options in Azure CLI 2.86.0, including a Homebrew Cask package and an offline tarball for restricted environments, with a focus on signed, notarized binaries and future enterprise authentication needs.
osmancokakoglu announces the winners of the AI Dev Days Hackathon and summarizes the projects and the Microsoft stack they used, including Azure AI Foundry, Azure OpenAI models, and the Microsoft Agent Framework, plus common Azure services and DevOps practices used to ship production-grade agentic apps.
EldertGrootenboer announces the general availability of confidential computing for Azure Service Bus Premium, explaining how TEEs protect message data while it’s being processed and how it complements existing encryption and network controls. The post also covers regional availability and how to enable the feature in the portal or via templates.
Eldert Grootenboer announces an SLA update for Azure Service Bus Premium: starting May 1, 2026, Premium namespaces deployed in Availability Zone regions receive a 99.99% uptime SLA, even when partitioning is not enabled, aligning the SLA with the zone-redundant architecture already in place.
Shireesh Thota summarizes the main architecture trends from Cosmos DB Conf 2026, focusing on how teams are building AI-native apps on Azure Cosmos DB with flexible data models, serverless scale, and first-class semantic/vector search, plus practical patterns for agent memory, cost visibility, and multi-user security.
robece announces General Availability of Stripe as a partner event source for Azure Event Grid, and outlines how to route Stripe events into Azure services (Functions, Logic Apps, Event Hubs, Service Bus) and Microsoft Fabric Eventstream for real-time processing and analytics.
This roundup tracks a clear shift from agent capability to agent governance: more context, more observability, and more policy controls across Copilot, VS Code, and the CLI. On the platform side, Microsoft tightened the path from prototype to production with .NET agent building blocks, Azure AI Foundry deployment patterns, and data governance improvements that make RAG and operations easier to standardize. We also cover the less flashy work that keeps systems dependable at scale, including Fabric and Databricks operational updates, GitHub migration and ruleset changes, and security research that keeps token theft, privilege escalation, and supply chain risk in focus.
ranjan_ashish explains why Azure Resource Manager deployments can fail with the DeploymentQuotaExceeded (800) limit in a resource group, especially in high-frequency CI/CD scenarios using Bicep or ARM templates, and outlines practical cleanup and prevention approaches.
mkachare explains how Azure NetApp Files depends on DNS when using Active Directory-backed SMB, dual-protocol, and NFSv4.1 Kerberos volumes, and why hub-spoke or Virtual WAN designs with an external DNS forwarder often fail. The post focuses on the two separate DNS paths ANF uses, plus the forward and reverse rulesets required to avoid hard-to-diagnose errors.
kunyanliu explains how CHERIoT-Ibex uses CHERI capability extensions on a RISC-V Ibex core to provide hardware-enforced memory safety and fine-grained compartmentalization for embedded systems, aiming to reduce common exploit classes like buffer overflows and use-after-free vulnerabilities.
John Savill runs through the Azure updates for 8th May 2026, covering changes across compute, storage, Kubernetes, databases, and Azure AI services, including retirements and new capabilities that may affect existing deployments.
shwetayadav explains how index-based Terraform for_each keys can trigger destructive disk churn on Azure, and shows a safer migration approach using stable keys plus terraform state mv, with a reusable GitHub Copilot skill to generate deterministic state-move commands.
mscagliola shows how to use GitHub Copilot skills for spec-driven development, turning a Medallion Architecture blog post into a repeatable repo that generates Terraform for Azure platform setup and Databricks bundle files for workloads, while enforcing strict placeholder/TODO rules to avoid invented environment values.
John Edward outlines an architecture for a “Daily Stand-Up Agent”: a custom AI copilot that pulls sprint activity from Jira and Azure DevOps, detects blockers, and generates consistent stand-up summaries. The post focuses on connectors, grounding ticket data, conversational reporting, and practical considerations like security and data quality.
hcamposu announces Microsoft Host Integration Server (HIS) 2028 preview, outlining the move to .NET 10 (including Linux support for non-SNA features), new REST-based connectivity for DB2 and CICS/IMS workloads, and a set of deprecations aimed at removing legacy dependencies and improving security and hybrid operations.
micahmckittrick announces a public preview feature for migrating existing regional (non-zonal) Azure VMs and VMSS Flex instances into specific availability zones while keeping the same resource ID, VM name, disks, NICs, and IP addresses, with a controlled in-place flow using a small set of API/CLI operations.
Kristen Womack introduces an Azure Developer CLI (azd) template from Curity and Microsoft that deploys an AI agent app to Azure with least-privilege authorization. It focuses on using short-lived OAuth 2.0 tokens (JWTs) and token exchange so APIs can enforce data boundaries even when agent behavior is nondeterministic.
Steven Bucher announces the public preview of the Azure Resource Manager MCP Server, a remote MCP server that lets AI agents query and operate on Azure resources via Azure Resource Manager and Azure Resource Graph, including generating KQL queries from natural language and deploying ARM templates from within VS Code.
Microsoft Developer recaps key themes from Azure Cosmos DB Conf 2026, focusing on what engineers are doing in production to scale reliably, keep costs under control, and support AI-driven workloads—especially vector search and modern search patterns built into Cosmos DB.
Thomas Maurer and Raffaele Garofalo share practical tips and common pitfalls for migrating workloads from AWS to Azure, including how to align stakeholders, reduce risk by migrating like-for-like before modernizing, and use a blue-green cutover approach to minimize downtime.
RishiGomatam announces the general availability of Azure Dlsv7, Dsv7, and Esv7 VM families powered by Intel Xeon 6, highlighting performance, scale, and storage/networking improvements, plus guidance on where they’re available and where to find detailed size specs.
divyanshi_varshney lays out a production-oriented reference architecture for running Azure OpenAI in regulated banking environments, focusing on private networking, identity-first access, RAG guardrails, and audit-ready observability. It also calls out common failure modes like AKS-to-Private Endpoint DNS issues and gaps in telemetry privacy.
Microsoft Developer shares a Data Exposed episode where Anna and Makena walk through practical SSMS 22 customizations—covering visual tweaks (dark theme, fonts, NULL coloring) and workflow improvements (tab layout, Object Explorer grouping, and results grid save behavior) to make day-to-day SQL work smoother.
Juan Montes reports on how Porsche Cup Brasil built an AI-assisted crash analysis and telemetry workflow on Microsoft platforms, cutting damage assessment time and improving race operations with human-in-the-loop validation.
hcamposu introduces the Logic Apps Migration Agent, an open-source, AI-assisted approach for migrating BizTalk Server (and other integration platforms) to Azure Logic Apps Standard, with a structured workflow, human review checkpoints, and a code-first experience via VS Code and GitHub Copilot.