Azure

Databricks native write to OneLake GA; Azure Cobalt Arm VMs (preview) and Entra-only SMB for Azure Files (GA)

Databricks can write managed Delta tables directly to Microsoft OneLake. Azure also previewed Arm-based Cobalt VMs for inference and GA'd Entra-only SMB.

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

Databricks just removed one of the most annoying seams in modern lakehouse stacks: managed Delta tables can now be written natively into Microsoft OneLake (read access was already supported). That’s not a marketing tweak — it collapses the storage-account boundary that made many Azure lakehouses look and behave like stitched-together S3 copies.

What changed

  • Databricks announced native read support and GA native write for managed Delta tables to Microsoft OneLake. Practically: your managed Delta tables can live in OneLake without provisioning separate storage accounts or running managed storage replication jobs.

Why this matters

Engineers have spent years building around the idea that managed compute (Databricks) and managed storage (ADLS Gen2 storage accounts / separate accounts) are separate. Native write to OneLake means:

  • Less data movement and fewer egress/ingress patterns to debug. No copy-from-blob jobs just to consolidate tables for analytics.
  • Simplified governance: OneLake’s central namespace makes cataloging, lineage, and policy application less error-prone than sprawl across storage accounts.
  • Operational surface area shrinks — fewer storage accounts, fewer IAM policies, fewer lifecycle rules to reconcile between systems.

There are trade-offs: OneLake becomes a larger single point of failure and a stronger vector for vendor lock-in. But honestly, this is the right call. The alternative was teams maintaining brittle sync jobs and ad-hoc permissions that nobody could reliably audit.

Arm compute arrives for agentic workloads

Microsoft also announced preview availability of Cobalt-series Arm-based Azure VMs targeted at Linux inference and agentic AI workloads. Combine that with native OneLake-backed Delta and broader model availability in Azure’s model catalog (Foundry), and you see the pattern: Azure is aligning storage, inference compute, and model endpoints into a tighter stack.

What this forces platform teams to do:

  • Adopt multi-arch images and CI: an Arm nodepool in AKS or standalone Cobalt VMs means building containers with buildx (multi-platform manifests) and validating native wheels (numpy, MKL alternatives, and other FFI libs) on aarch64.
  • Re-evaluate performance targets: Cobalt-series VMs are designed for high-efficiency inference and orchestration workloads, not GPU training. Use them where CPU-bound, Arm-optimized models win on cost/perf.
  • Re-think deployment topology: mixing x86 and Arm across pipelines increases complexity unless you standardize runtimes and artifact promotion.

If you’re still shipping only x86 binaries, Cobalt will bite you hard. Treat Arm as a first-class CI target now.

Identity and security: Entra-only Azure Files for SMB goes GA

Azure Files now supports Azure AD (Entra) authentication for SMB in GA, enabling Entra-only access for file shares without requiring on-prem AD or AD Domain Services bridges. That nudges teams toward zero-trust storage access patterns. For lift-and-shifts that relied on on-prem AD, this is a forcing function: either modernize to Entra-based auth or keep the older hybrid model with more complex bridging.

What this signals

Taken together — OneLake-native Databricks, Arm-optimized Cobalt-series VMs, expanded model availability in Azure’s catalog, and Entra-only SMB — Microsoft is building a more vertically integrated stack for agentic AI workflows: unified storage, economical Arm inference, and an identity-first access model. That’s convenient and operationally sensible for teams that adopt it; it’s also a subtle form of platform gravity.

If you want more on Azure’s broader moves around Foundry, models, and Entra SMB, see our prior note on Azure Foundry adds OpenAI & Anthropic models, Arm-based VMs, and Entra-only Azure Files GA.

Final take

This week’s updates are less about single features and more about composition: Microsoft is closing the gaps that made Azure lakehouses feel like patched systems. Platform teams should embrace OneLake-native paths and add Arm to CI, or be prepared to manage the complexity they’re trying to eliminate. Expect migration and CI work up-front — but if you skip it, you’ll pay in fragile sync jobs and surprising runtime failures when someone flips an Arm instance into production.

The choice is becoming clear: consolidate on the new integrated flow, or keep a brittle, multi-account architecture that will be increasingly costly to operate.

Sources

azure-databricksonelakearm-vmsazure-files
← All articles
Azure

AKS LTS (v1.31 & v1.32): Azure CNI Overlay GA and Layer 7 Policies

AKS names newer minors as LTS and promotes Azure CNI Overlay with Layer 7 networking features. Platform teams should standardize on these supported patterns.

Jul 19, 2026·3maksazure-cni-overlay
Azure

AKS v1.31 & v1.32 LTS: Ubuntu 24.04 node images and CIS v1.27 alignment

AKS marks Kubernetes v1.31 and v1.32 as LTS, adds Ubuntu 24.04 node images, and aligns to CIS Kubernetes v1.27—expect upgrade and compliance work now.

Jul 18, 2026·3makskubernetes
Azure

AKS v1.31 & v1.32 LTS: kubelet serving cert rotation, Azure CNI Overlay GA, and Ubuntu 24.04 Confidential VM default

Azure AKS names Kubernetes v1.31 and v1.32 as LTS, expands kubelet serving certificate rotation, promotes Azure CNI Overlay to GA, and defaults Ubuntu 24.04 CVM.

Jul 17, 2026·3maksazure-cni