Skip to content

Commit bb165fb

Browse files
Merge pull request #301971 from khdownie/patch-6
Update storage-files-quick-create-use-linux.md
2 parents 078dd9e + d27fb92 commit bb165fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/storage/files/storage-files-quick-create-use-linux.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
title: Create an NFS Azure file share and mount it on a Linux VM
2+
title: Create an NFS Azure File Share
33
description: This article covers how to use the Azure portal to deploy a Linux virtual machine (VM), create an Azure file share using the NFS protocol, and mount the file share.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.custom: linux-related-content
77
ms.topic: tutorial
88
ms.date: 05/27/2025
99
ms.author: kendownie
10-
#Customer intent: As an IT admin new to Azure Files, I want to try out Azure file share using NFS and Linux so I can determine whether I want to subscribe to the service.
11-
# Customer intent: "As an IT admin evaluating Azure file services, I want to create and mount an NFS file share on a Linux VM, so that I can assess its performance and integration with my existing workflows."
10+
# Customer intent: "As an IT admin evaluating Azure Files, I want to create an NFS file share and mount it on a Linux VM, so that I can assess its performance and integration with my existing workflows."
1211
---
1312

14-
# Create an NFS Azure file share and mount it on a Linux VM using the Azure portal
13+
# Create an NFS Azure file share using the Azure portal
1514

1615
Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard [Server Message Block (SMB) protocol](/windows/win32/fileio/microsoft-smb-protocol-and-cifs-protocol-overview) or [Network File System (NFS) protocol](https://en.wikipedia.org/wiki/Network_File_System). Both NFS and SMB protocols are supported on Azure virtual machines (VMs) running Linux. This article shows you how to create an Azure file share using the NFS protocol and connect it to a Linux VM.
1716

0 commit comments

Comments
 (0)