Azure

Azure enterprise AI & identity updates: Foundry model additions, Microsoft Discovery GA, and Entra-only Azure Files SMB

Foundry adds Claude Opus 4.8 and GPT-5.5; Microsoft Discovery reaches GA; Entra-only Azure Files SMB enables Azure AD‑based SMB auth for cloud-native storage.

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

Summary

Microsoft's recent announcements emphasize two platform themes: enterprise AI and identity-first storage. Key items reported are new model availability in Microsoft Foundry (Claude Opus 4.8 and GPT-5.5), Microsoft Discovery reaching GA as a retrieval-and-agent orchestration capability, and general availability of Entra-only authentication for Azure Files SMB. These changes shift some platform primitives toward managed model runtimes and Azure AD–centric SMB authentication. Treat them as capability changes that merit updates to governance, operational playbooks, and cost models.

What changed — headlines and facts

  • Microsoft Foundry: additional hosted model options (reported as Claude Opus 4.8 and GPT-5.5). These are offered as managed runtimes within Foundry rather than models you must self-host.

  • Microsoft Discovery (GA): positioned for retrieval-augmented workflows and agent orchestration across enterprise data with connectors, indexing, and orchestration primitives intended for production assistants.

  • Entra-only Azure Files SMB (GA): reported support for authenticating SMB clients using Entra/Azure AD identities without requiring on-prem AD DS or a managed domain for many scenarios.

Note on missing items: the announcement set did not include AKS release notes, Azure DevOps updates, or specific Cost Management features. For those, consult product-specific release channels (AKS GitHub releases, Azure DevOps release notes, Azure Cost Management changelog).

Technical implications for AI platforms and model hosting

Model availability and platform decisions

  • Treat Foundry-hosted models as managed runtimes. Platform teams should add a model-tier taxonomy (low-cost/low-latency, mid-tier, high-cost/research-grade) to guide routing, SLAs, and billing.

  • Update your model registry and approval workflow to include these Foundry models. Require SLO testing (latency, cost per call, error/hallucination measures) and a documented approved-use policy before production use.

Latency, locality, and hybrid hosting

  • Managed hosting reduces operational overhead but can increase egress and network latency. Benchmark Foundry endpoints from the VNets and regions where your clients run; measure private endpoint behavior if supported.

  • For sub-second interactive workloads, keep an architecture option to run slimline models closer to compute (for example on AKS with GPUs) while using Foundry for higher-quality or governance-controlled runs.

Data flow, retrieval, and security

  • Discovery GA accelerates retrieval + agent workflows. Architect retrieval pipelines as clear stages: connector → ingestion/indexing → vector store → retrieval → model call. Insert PII filters, policy enforcement, and redaction before any external model call.

  • Where possible, host vector stores and retrieval services inside VNets and protect them with private endpoints to reduce uncontrolled data egress.

Cost, telemetry, and governance

  • Add Foundry-hosted inference as a distinct resource in chargeback/showback pipelines. Capture model type, token usage, embedding storage, and request metadata for end-to-end attribution.

  • Extend telemetry to cover model-specific metrics: request latency, token counts, error classes, and audit trails. Correlate retrieval events with model calls using request IDs to aid incident analysis.

Identity and storage: what Entra-only Azure Files SMB means

Authentication and access model

  • Entra-only SMB authentication allows Azure AD identities (users, service principals, managed identities) to authenticate SMB sessions in scenarios that don't require domain-joined machine accounts. This reduces the operational need for on-prem AD DS for many cloud-first workloads.

Migration considerations

  • Inventory current SMB shares, NTFS/SMB ACLs, and applications that rely on Kerberos delegation or domain-joined machine accounts. These scenarios may require re-architecture or hybrid bridging.

  • Pilot with a small set of shares and clients (modern Windows and stateless Linux clients) to validate token flows, ACL behavior, and performance.

Automation and service identities

  • Update automation and backup tooling to use service principal or managed identity flows that can obtain tokens for SMB. Validate CI/CD agents, backup services, and mount automation under Entra policies and token rotation regimes.

Policy, control, and edge cases

  • Centralize access control via Conditional Access, PIM, and access reviews, but ensure emergency access and break-glass procedures account for Azure AD outages or misconfiguration.

  • Legacy dependencies on NTLM, domain group nesting, or machine-account-based delegation will need hybrid patterns (for example, a domain-joined gateway) or rework and should be tracked as technical debt.

Gaps and recommended verification steps

The announcement collection did not include other product updates that platform teams commonly track. Do not assume no change; instead, verify:

  • AKS: review AKS release notes and GitHub releases for node image, admission, and API changes. Integrate AKS image testing and node pool upgrade verification into your CI/CD.

  • Azure DevOps / CI/CD: inspect Azure DevOps release notes and any hosted-agent image updates for task deprecation or breaking changes.

  • Cost Management: re-run cost models when shifting inference to Foundry; managed inference billing will differ from self-hosted GPU cluster costs.

Immediate actions for platform teams

  • Add the new Foundry models to your evaluation backlog. Run P0 tests for latency, cost-per-call, accuracy, and failure modes; require approval gates before production rollout.

  • Harden retrieval pipelines: enforce RBAC on connectors and indexers, use private endpoints for vector stores, and apply pre-invocation data filtering.

  • Pilot Entra-only Azure Files authentication for a low-risk workload. Validate service principal and managed identity mounts, map ACLs, and update DR/runbook procedures.

Medium-term engineering changes

  • Treat Foundry-hosted inference as a distinct resource type in your platform catalog and billing models.

  • Where feasible, reduce AD DS reliance by re-architecting SMB-dependent workloads; for unavoidable cases, define hybrid patterns and track them as debt.

  • Expand telemetry and SLOs to monitor model inference paths, retrieval relevance, and anomalous usage to detect misuse or runaway costs.

Governance and security

  • Restrict who can create connectors, indexers, and model bindings in Discovery and Foundry. Use least-privilege service principals and record provenance in your model registry.

  • Update DLP and data-classification rules to include model bindings; require explicit approvals for models that access regulated datasets.

Conclusion

These updates expand managed AI and identity-first storage options in Azure. They enable quicker adoption of retrieval-augmented assistants and eliminate some on-prem identity requirements for SMB, but they also increase the operational and governance surface area. Treat them as capability changes: validate performance, update billing and approval processes, pilot migrations, and subscribe to product-specific release channels for AKS, Azure DevOps, and Cost Management to catch unrelated but material changes.

Sources

azure-aiazure-identityplatform-engineering
← 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 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.

Jun 3, 2026·6mazureazure-foundry
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