Skip to content

Commit d66c8d4

Browse files
authored
Merge pull request #199161 from khdownie/kendownie052422-2
Changed mounting recommendations
2 parents f4bca34 + f37c510 commit d66c8d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This tutorial covers how to use the Azure portal to deploy a Linux
44
author: khdownie
55
ms.service: storage
66
ms.topic: tutorial
7-
ms.date: 03/22/2022
7+
ms.date: 05/24/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
#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.
@@ -191,6 +191,9 @@ Now that you've created an NFS share, to use it you have to mount it on your Lin
191191

192192
1. You should see **Connect to this NFS share from Linux** along with sample commands to use NFS on your Linux distribution and a provided mounting script.
193193

194+
> [!IMPORTANT]
195+
> The provided mounting script will mount the NFS share only until the Linux machine is rebooted. To automatically mount the share every time the machine reboots, use a [static mount with /etc/fstab](storage-how-to-use-files-linux.md#static-mount-with-etcfstab).
196+
194197
:::image type="content" source="media/storage-files-quick-create-use-linux/mount-nfs-share.png" alt-text="Screenshot showing how to connect to an N F S file share from Linux using a provided mounting script." lightbox="media/storage-files-quick-create-use-linux/mount-nfs-share.png" border="true":::
195198

196199
1. Select your Linux distribution (Ubuntu).

0 commit comments

Comments
 (0)