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.

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

Summary

This week’s Azure updates consolidate two trends: expanded managed model choices in Microsoft Foundry and stronger platform controls for security and identity. For platform engineers the practical outcomes are: new model options to validate in Foundry, centrally managed pod security profiles and deployment safeguards for AKS, GA of Entra-only SMB authentication for Azure Files, and Microsoft Discovery reaching GA. Below are the technical implications and recommended operational actions.

AI model expansion in Microsoft Foundry — what changed and what to validate

Microsoft announced Claude Opus 4.8 and GPT-5.5 availability in Microsoft Foundry. Foundry is positioned as an enterprise runtime that integrates hosted models with tenant-level controls, telemetry, and billing.

Key implications:

  • Model selection flexibility: More model families are available within the same control plane, simplifying A/B testing and provider comparisons for latency, cost, and capability.
  • Managed endpoints: Foundry provides Microsoft-managed endpoints with scaling and observability; treat these as managed services and verify the operational contract for your tenancy (region availability, quotas, telemetry exports).
  • Governance and data handling: Foundry offers in-platform guardrails (model choice controls, isolation, retention). Tenant-side governance — prompt filtering, PII detection, and access controls — remains necessary.

Action items:

  • Add Claude Opus 4.8 and GPT-5.5 to your model evaluation matrix and run representative tests for latency, accuracy, and cost per token.
  • Verify Foundry region availability and any region-specific feature gating for your workloads.
  • Confirm telemetry and export options (Log Analytics, Event Hubs, or API hooks) and integrate model observability into SRE dashboards and alerts.

AKS: centrally managed Pod Security Standards and deployment safeguards

Azure’s AKS updates emphasize organization-scoped enforcement of Kubernetes Pod Security Standards (PSS) and additional deployment guardrails.

Technical details and operational impact:

  • Centrally managed PSS profiles: Baseline, restricted, and privileged PSS profiles can be administered at an organizational level (commonly via Azure Policy for AKS or equivalent). This reduces per-cluster drift and enforces consistent admission behavior.
  • Deployment safeguards: Expect admission-time checks and CI/CD policy gates — examples include preventing hostPath usage, enforcing runAsNonRoot, and validating image provenance. These safeguards will likely integrate with CI pipelines and admission controllers.
  • Profile semantics: The restricted profile enforces stricter controls (no host namespaces, read-only rootfs, limited capabilities). Baseline allows common application patterns. Privileged is intended for system components and operators. Central management requires an explicit mapping from workloads to profiles.

Operational checklist:

  • Inventory workloads and map each to a PSS profile; treat unknown third-party workloads conservatively (restricted) until validated.
  • Integrate policy evaluation into CI (Azure CLI, Azure DevOps, GitHub Actions) to detect violations pre-deploy and add a simulation step to surface expected admission failures.
  • Review stateful workloads and CSI/storage interactions; privileged restrictions can affect node mounts and hostPath-based drivers.

Identity-first SMB: Entra-only authentication for Azure Files (GA)

Azure Files now supports Entra-only identities for SMB mounts at GA. This enables SMB mounts authenticated using Microsoft Entra identities rather than relying solely on storage account keys or SAS tokens.

Why this matters:

  • Stronger authentication: Entra-based authentication centralizes identity and lifecycle management, reducing the risk of leaked long-lived keys.
  • RBAC alignment: Access can be controlled via Azure RBAC and identities (users, groups, managed identities), simplifying audits and access reviews.

Migration considerations:

  • Client and node support: Ensure VMs, on-premises clients, or AKS node images can obtain Entra tokens and support the required Kerberos/SMB identity flows where applicable.
  • Token refresh and failure modes: Test token refresh behavior and define fallback behavior if identity endpoints become unreachable.

Operational checklist:

  • Identify current shares using account keys or SAS and plan migration windows to switch to Entra authentication.
  • Ensure VM/AKS node identities or pod-managed identities have the correct RBAC grants for file share access.
  • Validate performance and concurrency behavior with Entra-backed mounts and document operational runbooks for failures.

Microsoft Discovery GA and agentic workflow considerations

Microsoft Discovery, an orchestration platform for multi-step agentic workflows, is now GA. Agentic systems that perform actions across services increase operational and security risk.

Considerations for adoption:

  • Least privilege: Gate Discovery’s execution plane with least-privilege identities and scoped permissions; avoid broad delegation.
  • Auditability: Ensure detailed audit logs and retention for agent actions; integrate logs into your SIEM.
  • Human-in-the-loop: Require approval steps for high-impact operations and maintain explicit change review processes.

Operational touches: user-delegated SAS and App Testing

The update feed also highlighted expanded user-delegated SAS support and improved App Testing reporting. These are operational features with security implications: delegated SAS reduces key usage but requires lifecycle and revocation management; enhanced test reporting is valuable only if artifacts are exportable and automatable into your release pipeline.

Evidence gaps and caution

Some categories referenced in summary feeds — for example, specific cost-management updates or Azure DevOps changes — were not present in canonical release notes at the time of this roundup. Use Azure Updates, AKS GitHub releases, and official release notes as the authoritative sources for scheduling, upgrade paths, and breaking changes.

Recommended timeline of actions

Short term (weeks):

  • AKS: Run an audit against centrally managed PSS profiles and add a CI simulation step to surface admission failures.
  • Azure Files: Create a migration plan from account-key mounts to Entra authentication and validate identity propagation on nodes.
  • Foundry: Execute controlled performance and cost tests for Claude Opus 4.8 and GPT-5.5 before changing production routing.

Medium term (months):

  • Policy as code: Manage centrally administered AKS profiles in source control, use PR reviews, and add automated policy tests across environments.
  • Model governance: Define an approved-model list, tiered access, prompt logging and retention policies, and tie model access to billing centers.
  • Discovery controls: Require security reviews, least-privilege identity models, and periodic audits before broad Discovery adoption.

Longer term (quarters):

  • Eliminate long-lived storage keys where possible by migrating to Entra-based authentication patterns.
  • Update architecture diagrams and runbooks to include Foundry as a managed inference option alongside self-hosted inference, and define SLAs and incident response playbooks per provider.

Practical checklist

  • Subscribe to Azure Updates and AKS GitHub releases for canonical change notices.
  • Add pre-deploy policy checks for pod security in CI/CD to catch policy violations early.
  • Build a test harness for Foundry model performance, cost, and telemetry integration.
  • Inventory Azure Files mounts and develop an Entra-based migration plan with identity and token-refresh tests.
  • Treat agentic platforms like Microsoft Discovery as high-risk automation surfaces: enforce RBAC reviews and strong auditing before enabling broad scopes.

Summary

These updates push Azure toward centralized policy and identity-first practices: managed model endpoints in Foundry, centrally enforced pod security for AKS, and Entra-backed SMB authentication for Azure Files. Platform teams should codify workload-to-policy mappings, add policy checks into pipelines, and validate identity behaviors as part of migration and operational readiness.

Sources

azure-updatesaksazure-aiazure-security
← All articles
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