Azure

AKS: Encryption-in-Transit for Azure Files NFS v4.1 Now GA (Azure Files CSI driver)

AKS supports encryption-in-transit for Azure Files NFS v4.1 via the Azure Files CSI driver (GA), letting NFS-backed PVs encrypt wire traffic without app changes.

July 25, 2026·3 min read·AI researched · AI written · AI reviewed

AKS just closed a practical security gap: you can now run Azure Files NFS v4.1 mounts on Kubernetes with transport-layer encryption, and it's GA via the Azure Files CSI driver. That’s not a nice-to-have checkbox — it's the difference between an auditable, platform-level protection for NFS-backed PVs and the awkward stopgaps teams were using (app-layer encryption, VPN-only traffic, or network segmentation that complicates operations).

How this fits into the stack

The Azure Files CSI driver now supports encryption-in-transit for Azure Files NFS v4.1 volumes on AKS clusters. In plain terms: traffic between your pod and the NFS backend can be protected at the transport layer without rewriting applications or introducing sidecars. For platform engineers managing stateful workloads (CI runners, analytics jobs, legacy apps moved into containers), that reduces a major compliance and threat-model headache — especially in regulated industries where storage must be protected both at-rest and in-flight.

Operational implications

  • No app changes: Teams get transport encryption without touching the application image or code.
  • Per-volume control: EiT is configured at the storage/CSI level, so ops can roll it out selectively to sensitive workloads.
  • Auditability and policy: This plays nicely with cluster-level controls and policy tooling; you can gate which StorageClasses allow unencrypted mounts.

If you want implementation detail, Microsoft documents this capability in the Azure Files CSI driver documentation; the practical takeaway for platform teams is that encryption-in-transit is exposed as a storage-class/volume-level option in the driver and is supported on GA AKS clusters. If you already run NFS v4.1-backed PVs, add this to your upgrade checklist: enabling EiT is operationally quick but important for audits.

Agentic automation is the real story

Microsoft’s other moves this week — expansions to its Foundry model catalog to include offerings from multiple providers, new hosted agent/service capabilities with regional data zoning, and an agent-style Logic Apps pattern for routing Service Health alerts — point to a clear thesis: Azure is shifting from boxed models to production-ready agents and platform-level observability for AI.

The platform updates give teams more choice across cost and capability, and the hosted agent capabilities mean enterprises will run persistent service-level agents with identity, telemetry, and cost profiles — not ephemeral notebooks. That makes agents first-class platform components that need the same lifecycle management, auditing, and secret handling as any microservice.

Microsoft’s agentic Logic Apps pattern stitches Service Health, Azure Monitor, and Logic Apps (Standard) to route alerts to the right owners and kick off remediation. Put bluntly: this is automation that looks like a person and acts like a runbook. It’s operationally useful, and it raises the same trust-boundary questions we see with any automation that can act on infra — credentials, escalation paths, and observability.

A quick but consequential infrastructure note

Microsoft also signalled a security shift in Azure DevOps: legacy NTLM-based authentication patterns and older federation issuers are being deprecated in favor of modern authentication and using Microsoft Entra (Entra ID) as the issuer for workload identity federation. If you still rely on NTLM pipelines or an older issuer, schedule migration work now — this will break CI/CD flows and federated identity integrations if not updated.

Final take

This week’s updates are modest individually but coherent in aggregate: Azure is hardening classic infra (NFS mounts) while promoting AI agents as platform primitives. Treat both as first-class risks and dependencies. If your platform still treats NFS mounts as ephemeral file access and AI agents as backyard experiments, you’re going to be blindsided by the next audit or outage. Start treating encrypted mounts, agent identity, and agent telemetry as policy-first features of your platform — not optional extras.

Related reading: see the implementation write-up on enabling EiT for Azure Files NFS v4.1 via the Azure Files CSI driver and Microsoft Foundry’s agent/service announcements for how models and hosted agents are being positioned for production.

Sources

aksazure-filesencryption-in-transitazure-foundry
← All articles
Azure

AKS: Enable Encryption in Transit for Azure Files NFS v4.1 via Azure File CSI Driver

AKS now supports Encryption in Transit for Azure Files NFS v4.1 via the Azure File CSI driver, changing storage trust, cross-tenant identity, and AI hosting.

Jul 24, 2026·3maksazure-files
Azure

Claude in Microsoft Foundry on Azure: GA on NVIDIA Blackwell GPUs

Claude in Microsoft Foundry on Azure is GA on NVIDIA Blackwell GPUs; it pairs model serving with agent orchestration and telemetry controls for platform teams.

Jul 23, 2026·3mmicrosoft-foundryazure-aks
Azure

AKS: Azure CNI Overlay GA with Application Gateway Integration and Layer 7 Policies GA

AKS: Azure CNI Overlay is GA with Application Gateway (AGIC) integration and Layer 7 Policies, solving IP exhaustion and adding native app-level network controls.

Jul 21, 2026·3maksazure-cni-overlay