惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
News and Events Feed by Topic
T
The Exploit Database - CXSecurity.com
P
Palo Alto Networks Blog
T
Threat Research - Cisco Blogs
Cloudbric
Cloudbric
Recent Commits to openclaw:main
Recent Commits to openclaw:main
I
Intezer
Attack and Defense Labs
Attack and Defense Labs
P
Privacy International News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
L
Lohrmann on Cybersecurity
C
Cybersecurity and Infrastructure Security Agency CISA
V2EX - 技术
V2EX - 技术
AWS News Blog
AWS News Blog
O
OpenAI News
L
LINUX DO - 最新话题
N
News | PayPal Newsroom
PCI Perspectives
PCI Perspectives
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Latest news
Latest news
D
Darknet – Hacking Tools, Hacker News & Cyber Security
A
Arctic Wolf
Spread Privacy
Spread Privacy
G
GRAHAM CLULEY
T
Tor Project blog
博客园_首页
Know Your Adversary
Know Your Adversary
有赞技术团队
有赞技术团队
S
Secure Thoughts
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
T
Tailwind CSS Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
V
Visual Studio Blog
J
Java Code Geeks
Cisco Talos Blog
Cisco Talos Blog
Schneier on Security
Schneier on Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Security Affairs
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
宝玉的分享
宝玉的分享
量子位
Last Week in AI
Last Week in AI
月光博客
月光博客
罗磊的独立博客
S
SegmentFault 最新的问题

Microsoft Azure Blog

Azure Databricks delivers proven business value | Microsoft Azure Blog Frontier models and production agents: Advancing Microsoft Foundry for the agentic era | Microsoft Azure Blog Built to bounce back: How Azure resiliency evolved | Microsoft Azure Blog External key management for Azure Managed HSM Meet Brain: The AI system behind Azure reliability | Microsoft Azure Blog Proving application resilience on Azure with Chaos Studio | Microsoft Azure Blog How to design, build, and optimize cloud infrastructure for long-term efficiency Claude in Microsoft Foundry is now generally available | Microsoft Azure Blog The 2026 Agent Confidence Index: Where 300 builders see real momentum | The Microsoft Cloud Blog Optimizing PostgreSQL on Azure directly in Visual Studio Code From insight to action: The next phase of agentic cloud operations | Microsoft Azure Blog Modernize your data with Azure Storage: Plan and migrate with confidence | Microsoft Azure Blog 3 things leaders need to know from Microsoft Build 2026 | Microsoft Azure Blog Claude Fable 5 available today in Microsoft Foundry: Powering the next era of autonomous agents AI alone won’t change your business. The system running it will. Announcing Microsoft Discovery general availability and Microsoft Discovery app preview A Developer’s Guide to Managing Models, Cost and Quality in Microsoft Foundry Foundry IQ: Build smarter agents faster with unified knowledge and serverless retrieval Microsoft Build 2026: Building agentic apps with Microsoft Fabric and Microsoft Databases New Azure Cobalt 200 VMs deliver 50% performance improvement, fully optimized for modern agentic AI workloads Claude Opus 4.8 is now available in Microsoft Foundry Powering multi-cluster workloads with seamless cross‑cluster networking for Azure Kubernetes Fleet Manager Azure NetApp Files for EDA workloads: From revolution to breakthrough at scale Azure IaaS: Deploy high-performance workloads with a system-level approach Azure Files Entra-Only identities: Advancing cloud-native identity and security From commit to cloud: Powering what’s next for PostgreSQL Advancing enterprise AI: New SAP on Azure announcements from SAP Sapphire 2026 Red Hat Summit 2026: Platform modernization and AI on Microsoft Azure Red Hat OpenShift Build AI apps with Azure Cosmos DB: Key trends from Cosmos Conf 2026 Scaling cloud and AI: Microsoft Azure’s commitment to Europe’s digital future Azure IaaS: Defense in depth built on secure-by-design principles Enforcing trust and transparency: Open-sourcing the Azure Integrated HSM Microsoft named a Leader in the IDC MarketScape: Worldwide API Management 2026 Vendor Assessment OpenAI’s GPT-5.5 in Microsoft Foundry: Frontier intelligence on an enterprise ready platform Microsoft Discovery: Advancing agentic R&D at scale Introducing Azure Accelerate for Databases: Modernize your data for AI with experts and investments Cloud Cost Optimization: Principles that still matter Optimize object storage costs automatically with smart tier—now generally available Microsoft named a Leader in The Forrester Wave™ for Sovereign Cloud Platforms How Drasi used GitHub Copilot to find documentation bugs Cloud Cost Optimization: How to maximize ROI from AI, manage costs, and unlock real business value Azure IaaS: Keep critical applications running with built-in resiliency at scale Building sovereign AI at the edge: Microsoft and Armada collaborate to deliver Azure Local on Galleon modular datacenters Navigating digital sovereignty at the frontier of transformation Microsoft named a Leader in 2026 Gartner® Magic Quadrant™ for Integration Platform as a Service AI for nuclear energy: Powering an intelligent, resilient future | The Microsoft Cloud Blog What’s new with Microsoft in open-source and Kubernetes at KubeCon + CloudNativeCon Europe 2026 Advancing agentic AI with Microsoft databases across a unified data estate FabCon and SQLCon 2026: Unifying databases and Fabric on a single data platform Microsoft at NVIDIA GTC: New solutions for Microsoft Foundry, Azure AI infrastructure and Physical AI From legacy to leadership: How PostgreSQL on Azure powers enterprise agility and innovation
Accelerate modern Linux workloads with Azure Files | Microsoft Azure Blog
Vybava Ramadoss · 2026-06-29 · via Microsoft Azure Blog

Linux workloads are evolving quickly as organizations modernize on-premises Linux applications, adopt cloud-native architectures, and build new AI and data-intensive pipelines in the cloud. As this shift accelerates, teams need a managed file platform that delivers the performance, resilience, security, and flexibility required to support these workloads in Azure.

Azure Files helps teams make that transition with fully managed file storage for Linux workloads. It combines familiar file access with built-in performance, data protection, security, and Azure service integration, making it easier to run shared file storage in the cloud without managing file infrastructure directly.

In this blog, we explore how Azure Files NFS supports modern Linux workloads across AI, cloud-native, enterprise modernization, and partner or ISV scenarios.

Speed up AI and data-intensive workloads

AI inferencing is where a trained model is loaded and serves predictions. Before any request is answered, the model’s weights, which capture what the model learned during training, must be read from storage into the serving instance. As models have grown to tens or hundreds of gigabytes, that loading step heavily influences how quickly an endpoint starts and scales. It happens every time a replica spins up, and because GPUs are among the most expensive resources in the stack, every minute they sit idle waiting on weights is money wasted.

Traditionally, teams embed model weights directly in the container image or have each replica download its own copy—producing bloated images, duplicated data, and cold starts that stretch to minutes just when an inference fleet needs to scale fast. With Azure Files, the weights live once on a file share that every replica mounts and reads simultaneously: images stay lean, there’s a single copy to manage, and new replicas come online in seconds for small and mid-sized models. Support for the Linux NFS nconnect mount option allows a client to establish multiple parallel TCP connections to the same file share, which can improve throughput at scale.

The new Zonal placement lets you co-locate file shares in the same availability zone as your GPU virtual machines, reducing round-trip latency for the data-intensive reads these workloads depend on. The provisioned v2 billing model lets you size IOPS and throughput independently to keep GPUs fed. The result is faster scaling, higher GPU utilization, lower cost per inference, and a more responsive experience for your customers.

Cloud-native applications often need shared storage that works directly with Kubernetes-based deployment models. This is especially important for workloads that need ReadWriteMany (RWX) access, persistent shared state, or storage that evolves with the application.

Azure Files integrates with Azure Kubernetes Service through the Azure Files CSI driver, enabling Kubernetes-native workflows such as dynamic provisioning through StorageClasses, expandable persistent volumes, and shared storage across multiple pods with ReadWriteMany access.

The cloud-native story is also about scale and speed. The new file share experience supports up to 10,000 file shares per subscription per region, helping teams support large multi-tenant or high-density environments. It also provisions about 2.5 times faster, with even greater gains in batch deployments, making it easier to scale shared storage quickly as application demand grows. The provisioned v2 model also helps teams manage total cost of ownership as they scale: you can start with smaller shares, grow capacity incrementally as demand rises, and use percentage-based metrics to monitor utilization and right-size shares over time.

Together, these capabilities make Azure Files well suited for cloud-native scenarios such as shared content repositories, configuration and artifact stores, CI/CD workflows, and containerized services that need persistent file storage across replicas or nodes.

Zooniverse, the world’s largest platform for people-powered research, puts this into practice. After migrating from AWS to a fully managed Azure Kubernetes Service environment, the team runs self-hosted Redis instances backed by Azure Files to provide caching and persisted data storage. The platform supports roughly 100 active projects and 10,000 to 15,000 daily users, with traffic that can spike to tens of thousands of API calls per minute. Deployments that once took an hour now run in three to 10 minutes, and the move to managed services on Azure reduced the team’s operational workload by about one full-time engineer.

Modernize enterprise applications with less disruption

Many enterprise applications built on NFS still depend on familiar Linux and POSIX-style behaviors, stable file semantics, and operational continuity. That makes wholesale refactoring expensive and risky.

Azure Files helps organizations modernize these applications by providing managed NFS file shares for Linux workloads while preserving familiar access patterns. That makes it easier to move existing Linux line-of-business applications like SAP and other workloads that depend on POSIX-compliant file shares, case sensitivity, or Unix-style permissions without forcing teams to refactor them first.

Organizations can use the new Azure Storage Mover and Azure Migrate support for NFS to assess, plan, and move Linux-based file workloads into Azure with less disruption to existing operations. Teams that prefer their existing tooling can also run third-party migrations from on-premises NAS using partners such as Komprise, giving Linux file estates more than one path into Azure. The result is a practical, end-to-end path for bringing existing Linux and NFS environments into Azure, where assessment, migration, and modernization happen as one motion rather than a series of disconnected steps.

Once applications are running in Azure, organizations can also strengthen business continuity and security. Features such as snapshots and soft delete help improve recovery options and protect business-critical data, while encryption in transit for NFS helps secure data moving between clients and shares. Combined with Azure networking options such as VPN and ExpressRoute, Azure Files provides resilience, and operational foundation enterprises expect for long-running Linux applications.

The new file share experience also simplifies governance, improves cost tracking at the share level, and enables more granular network configuration and role-based access control for different teams and applications.

Medline, an over $25 billion leader in medical-surgical supply manufacturing and distribution, shows this modernization path in action. As part of its migration from an on-premises SAP ECC on HANA environment to Azure, Medline built a cloud-native SAP solution leveraging fully managed Azure Files shares to provide zonally resilient shared storage. The re-architecture improved transaction times for key SAP workloads by more than 80 percent, cut response times for the most essential transactions by nearly 60 percent, and accelerated IDoc processing by more than 50 percent.

Build more with partners and ISVs

A key reason Azure Files fits partner ecosystems is that it speaks standard protocols rather than a proprietary interface. By exposing industry-standard SMB 3.x and NFS 4.1 endpoints, Azure Files works with existing applications, tools, and frameworks without code changes.

Azure Files NFS also expands what partners, ISVs, and platform teams can build on top of the service. Capabilities such as the NFS Snapshot, Soft Delete, and REST API for NFS shares help ecosystem partners integrate Azure Files into broader solutions for BCDR, data movement, management, and application enablement.

In the SaaS and ISV space, Azure Files can also serve as shared storage behind partner applications that need familiar POSIX-style access patterns without forcing customers to manage file infrastructure themselves. These same protocol and data-protection primitives also make Azure Files a target for database backup workloads—including SAP and Oracle backups—that partners and ISVs increasingly run against NFS or REST endpoints.

Azure Files also fits into adjacent developer and platform scenarios. For example, new GitHub-based workflows on Azure Kubernetes Service may use shared storage for runners, caching, artifacts, or job state. These scenarios show how Azure Files can bring together application platforms, developer tooling, and shared file storage.

Across AI, cloud-native, enterprise, and ecosystem scenarios, Azure Files NFS gives organizations a single managed file platform for modern Linux workloads. It helps teams support shared storage needs in Azure without stitching together separate solutions for each use case. To get started, explore Azure Files documentation. If you would like to learn more or discuss your scenario, contact us at azurefiles@microsoft.com.