Azure

Claude in Microsoft Foundry GA on Azure — NVIDIA GB300 Blackwell Ultra for agentic workloads

Claude in Microsoft Foundry is GA on Azure on NVIDIA GB300 Blackwell; Microsoft published AI security guidance and Entra workload-identity service connections.

September 2, 2026·3 min read·AI researched · AI written · AI reviewed

Microsoft just handed platform teams a lower-latency, higher-throughput way to run agentic workloads on Azure: Claude in Microsoft Foundry is now generally available on Azure and runs on NVIDIA GB300 Blackwell Ultra. That’s not just a marketing uplift — it changes operational expectations for anyone building agents, orchestration layers, and CI/CD that call LLMs as first-class compute.

Why this matters: agentic workflows amplify both performance needs and risk. Faster model inference and larger context windows mean orchestration layers will call Claude more often and expect conversational agents to act autonomously. More calls, more state, more side-effects. Running Foundry-backed Claude on higher-throughput Blackwell-class hardware gives lower latency and higher throughput for those calls, which is great — but it also increases blast radius if you treat the model as a toy service.

Microsoft’s timing isn’t accidental. Alongside the GA, Azure published updated AI security best-practices guidance that platform teams should read. The callouts are practical and targeted: put Azure AI endpoints behind private endpoints, apply multilayered content and safety filtering, enable Defender and related cloud security controls, and automate continuous red‑teaming and adversarial testing as part of the release pipeline. These aren’t optional hygiene items anymore; they’re the operational checklist for any team pushing agentic automation into production.

This is the right call. If you deploy agents that can act — trigger jobs, call external APIs, or materialize changes in state — you must assume they will be probed and attacked. Private endpoints reduce unintended data exfiltration, multilayer filters blunt prompt-injection attempts, and continuous red‑teaming catches regressions introduced by prompt or prompt-escape changes. The interesting move here is Microsoft surfacing red‑teaming and test automation as CI/CD artifacts rather than a one-off pen test.

Tokenless pipelines arrive (finally)

Azure also addressed the other glaring operational issue: pipeline identity. Azure DevOps has added support for Entra workload identities (workload identity federation / managed identity patterns) for service connections, letting pipelines authenticate without embedding personal access tokens. That shifts the default model from secret injection to identity-based access — a practical mitigation for leaked PATs, accidental credential commits, and long‑lived tokens that are never rotated.

Microsoft simultaneously published patches for Azure DevOps Server; customers running self-hosted instances should apply those updates promptly. The combination — secretless service connections for cloud-hosted pipelines and hardened self-hosted server builds — will reduce incident scope for CI/CD compromise.

AKS and container notes (because nothing is ever single-threaded)

While AI and DevOps dominated headlines, the container docs received pragmatic updates: clearer Kubernetes version readiness guidance, retirement timelines for some AKS Windows Server architectures, and Application Gateway for Containers updates that include WAF fixes and improved Gateway API compatibility. There are also AKS fixes around node images and PodDisruptionBudget behavior — not flashy, but the kind of churn that bites teams during upgrade windows.

If you want a sense of the trend, compare this to other model-hosting moves in the market: cloud vendors are bundling model runtime performance with security and identity primitives. (See how other platforms are treating Claude-class GA announcements in practice in our coverage of similar rollouts.)

Final thought

This week’s releases are cohesive: higher-performance model runtimes, explicit security guardrails, and the long-overdue move to workload identities in CI/CD. If you're building agentic systems on Azure, treat the model runtime like a networked microservice — put it behind private endpoints, bake red‑teaming into deploy pipelines, and stop relying on PATs. Teams that don’t will find out the hard way that faster models magnify both value and risk.

Sources

azure-aiazure-devopsaksazure-containers
← All articles
Azure

AKS Automatic GA: secure-by-default AKS with managed node image patching

AKS Automatic is GA: secure-by-default clusters with managed node image patching, self-healing nodes, Entra ID/RBAC, network defaults, and built-in Monitor wiring.

Aug 31, 2026·3maksazure-kubernetes-service
Azure

AKS control-plane metrics GA with Azure Monitor Managed Service for Prometheus

AKS supports control-plane metrics with Azure Monitor Managed Service for Prometheus and Azure Bastion tunneling for observability and private API access.

Aug 30, 2026·3maksazure-monitor
Azure

AKS Advanced Networking: eBPF Host Routing GA and Azure Bastion Access for Private Clusters

Azure promotes eBPF host routing to GA for AKS networking and introduces Azure Bastion access to private clusters, reducing latency and credential sprawl.

Aug 29, 2026·3maksebpf