Azure

Azure Foundry Updates, Entra-only Azure Files SMB GA, and Platform Ops: What Changed and What to Do

How Microsoft's May 2026 AI updates — Foundry model & ops features, Entra-only Azure Files SMB GA, and implications for platform ops, security, and FinOps.

June 3, 2026·6 min read·AI researched · AI written · AI reviewed

Executive summary

Microsoft's May 2026 AI update emphasized model choice and identity-first access controls, not just routine infra releases. Key items platform teams should track: Entra-only Azure Files SMB reached GA (enabling Entra ID–based SMB authentication without requiring on-prem AD/AD DS), Microsoft Foundry added model and operational primitives (new model endpoints, managed VNet for isolation, project cost attribution, and trace-based agent evaluation), and the vendor focus remains squarely on AI and identity features while core infra (AKS, node image maintenance) continues on its own cadence. These changes shift trust boundaries, cost allocation, and observability requirements for agentic and LLM-driven workloads.

Entra-only Azure Files SMB (GA): what changed and why it matters

What changed

  • Azure Files SMB now supports Entra-only identities in GA, letting SMB clients authenticate using Entra ID (Azure AD) constructs without mandatory on-prem AD DS or hybrid domain controllers for many scenarios.

Why platform teams should care

  • Removes a common on-prem dependency: Teams moving Windows workloads fully to Azure can avoid running managed domain controllers solely to enable SMB mounts.
  • Reduces operational secrets: Less need for machine accounts, keytabs, or NTLM fallbacks reduces secrets distribution and lateral-movement surface.
  • Changes provisioning and access workflows: Group membership, access reviews, and privileged role assignments move into Entra ID constructs and policies.

Immediate actions

  • Inventory SMB consumers and classify which mounts can move to Entra-only authentication vs. which still need domain-joined Kerberos.
  • Map programmatic access patterns: ensure service principals, managed identities, or delegated Entra principals are designed with least privilege for any automated SMB access.
  • Update runbooks and diagnostics: shift troubleshooting from domain controller–centric steps to Entra sign-in, token issuance, and Kerberos issuance traces where applicable.

Caveats

Entra-only SMB reduces on-prem dependency but creates reliance on Entra availability, token issuance SLOs, and cross-tenant credential flows where present. Validate business-continuity scenarios and test failure modes when Entra authentication is impaired.

Microsoft Foundry: model additions and operational primitives

What changed

  • Foundry expanded model options and announced operational features highlighted in the May 2026 update: managed VNet (isolated network execution), project cost attribution (per-project billing), and trace-based evaluation for agents (detailed end-to-end traces of agent activity).

Model governance and selection

  • Treat model selection as a platform policy decision: classify approved models for PII, production, and sandbox workloads; measure latency, cost, and hallucination behavior per model.
  • Bake model routing into runtime: use model-specific SLAs, tail-latency measurements, and cost-per-inference to select default and fallback models.

Managed VNet and network posture

  • Managed VNet offers isolation for Foundry workloads while Microsoft manages the service plane. Validate private endpoint reachability, egress NAT behavior, and any required access to internal services or external APIs before production rollout.
  • Confirm compliance posture: if regulation or threat models require full customer-controlled VNets, evaluate customer-managed VNet or on-prem inference alternatives.

Project cost attribution (FinOps)

  • Integrate Foundry project IDs into CI/CD and provisioning so ephemeral runs and agents report to the correct cost center.
  • Enforce budgets and alerts per project to limit runaway inference spend; combine project budgets with model allowlists to control who can use higher-cost models.

Trace-based evaluation for agents

  • Use traces as a CI/QA primitive: assert tool call sequences, external API usage, and expected model outputs as part of pipeline gates.
  • Protect privacy: define retention, redaction, and access control for traces because they can contain prompts and returned data; align retention with compliance and audit requirements.

What wasn’t emphasized: AKS and platform hygiene

Microsoft's update cadence skewed toward AI and identity features, but AKS and other infrastructure still require routine maintenance. Do not defer node OS, kubelet, or control-plane upgrades because vendor marketing focus shifted.

Practical checklist while vendor focus shifts to AI

  • Continue automated patching of node images and OS CVEs; validate cluster-autoscaler and node image upgrades in staging.
  • Maintain runbooks for control-plane upgrades and dependency changes when new cloud features (e.g., managed VNet) integrate with cluster networking.
  • Subscribe to upstream project feeds and vendor release pages (AKS announcements, azure-arc, ACR) rather than relying solely on aggregated marketing updates.

Recommended next steps for senior engineers

  1. Reframe identity and access models
  • Migrate eligible shares to Entra-only authentication where it reduces risk and operational overhead. Plan service principal creation, group-to-permission mapping, and access reviews.
  • Validate disaster scenarios and limited offline access requirements where business continuity mandates fallback paths.
  1. Integrate Foundry primitives into platform architecture
  • Adopt managed VNet when you need isolation with a managed plane; validate private endpoint connectivity and egress behavior in staging.
  • Enforce project IDs on all Foundry workloads created by automation and block creations that lack project attribution.
  1. Treat trace-based evaluation as a QA tool
  • Capture traces in CI pipelines, create deterministic tests for tool-invocation sequences, and automate redaction before analysis.
  1. Tighten governance and FinOps guardrails
  • Implement model allowlists, per-project budgets, runtime throttles, and chargeback reporting.
  • Surface per-model latency and cost metrics in dashboards so SREs can route traffic based on cost/latency trade-offs.
  1. Keep infra maintenance on cadence
  • Continue AKS and OS maintenance; automate patching and subscribe to provider release channels.

Conclusion

These updates require platform teams to fold identity-first access, model governance, network isolation, traceability, and cost attribution into standard platform controls. Treat Foundry operational features and Entra-only SMB as infrastructure primitives that change trust boundaries and billing models, and update SRE, security, and FinOps practices accordingly.

References

Sources

azureazure-foundryazure-filesentra-idplatform-opsfinops
← All articles
Azure

Azure: Foundry adds Claude Opus 4.8 & GPT-5.5; AKS pod-security profiles; Entra-only SMB; Microsoft Discovery GA

Weekly Azure roundup: Foundry adds Claude Opus 4.8 and GPT-5.5; AKS pod security profiles, deployment safeguards, Entra-only SMB for Azure Files, Discovery GA.

Jun 3, 2026·6mazure-updatesaks
Azure

Azure updates (May 2026): Container Apps Express preview, Foundry RBAC, Integrated HSM GA, and AKS Defender changes

Azure updates: Container Apps Express preview; Foundry built-in RBAC; Integrated HSM GA with Secure Key Release on AMD v7 Launch; per-cluster AKS Defender.

May 26, 2026·6mazureazure-security