Skip to content

Commit 0a65469

Browse files
authored
Update network-file-system-protocol-support-how-to.md
1 parent 22535b3 commit 0a65469

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/storage/blobs/network-file-system-protocol-support-how-to.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Mount Azure Blob Storage by using the NFS 3.0 protocol | Microsoft Docs
3-
description: Learn how to mount a container in Blob storage from an Azure Virtual Machine (VM) or a client that runs on-premises by using the NFS 3.0 protocol.
3+
description: Learn how to mount a container in Blob Storage from an Azure virtual machine (VM) or a client that runs on-premises by using the NFS 3.0 protocol.
44
author: normesta
55
ms.subservice: blobs
66
ms.service: storage
@@ -13,11 +13,11 @@ ms.custom: devx-track-azurepowershell
1313

1414
# Mount Blob Storage by using the Network File System (NFS) 3.0 protocol
1515

16-
This article provides guidance on how to mount a container in Blob storage from a Linux-based Azure Virtual Machine (VM) or a Linux system that runs on-premises by using the Network File System (NFS) 3.0 protocol. To learn more about NFS 3.0 protocol support in Blob storage, see [Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-support.md).
16+
This article provides guidance on how to mount a container in Azure Blob Storage from a Linux-based Azure virtual machine (VM) or a Linux system that runs on-premises by using the Network File System (NFS) 3.0 protocol. To learn more about NFS 3.0 protocol support in Blob Storage, see [Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-support.md).
1717

1818
## Step 1: Create an Azure virtual network
1919

20-
Your storage account must be contained within a virtual network. A virtual network enables clients to connect securely to your storage account. To learn more about Azure Virtual Network, and how to create an instance of a virtual network, see the [Virtual Network documentation](../../virtual-network/index.yml).
20+
Your storage account must be contained within a virtual network. A virtual network enables clients to connect securely to your storage account. To learn more about Azure Virtual Network, and how to create a virtual network, see the [Virtual Network documentation](../../virtual-network/index.yml).
2121

2222
> [!NOTE]
2323
> Clients in the same virtual network can mount containers in your account. You can also mount a container from a client that runs in an on-premises network, but you'll have to first connect your on-premises network to your virtual network. See [Supported network connections](network-file-system-protocol-support.md#supported-network-connections).
@@ -72,7 +72,7 @@ The following image shows the squash options as they appear in the Azure portal.
7272

7373
Create a directory on your Linux system, and then mount the container in the storage account.
7474

75-
1. On your Linux system, create a directory.
75+
1. On your Linux system, create a directory:
7676

7777
```
7878
mkdir -p /mnt/test
@@ -88,11 +88,9 @@ Create a directory on your Linux system, and then mount the container in the sto
8888

8989
- Replace the `<container-name>` placeholder with the name of your container.
9090

91-
---
92-
9391
## Resolve common errors
9492

95-
|Error | Cause / resolution|
93+
|Error | Cause/resolution|
9694
|---|---|
9795
|`Access denied by server while mounting`|Ensure that your client is running within a supported subnet. See [Supported network locations](network-file-system-protocol-support.md#supported-network-connections).|
9896
|`No such file or directory`| Make sure to type, rather than copy and paste, the mount command and its parameters directly into the terminal. If you copy and paste any part of this command into the terminal from another application, hidden characters in the pasted information might cause this error to appear. This error also might appear if the account isn't enabled for NFS 3.0.|
@@ -106,4 +104,4 @@ Create a directory on your Linux system, and then mount the container in the sto
106104
## See also
107105

108106
- [Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-support.md)
109-
- [Known issues with Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-known-issues.md)
107+
- [Known issues with Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-known-issues.md)

0 commit comments

Comments
 (0)