Skip to content

Commit 23373ca

Browse files
Merge pull request #224857 from normesta/protocols
Fixing an inaccuracy
2 parents edc5dfc + edbf898 commit 23373ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77
ms.subservice: blobs
88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 06/21/2021
10+
ms.date: 01/24/2023
1111
ms.author: normesta
1212
ms.reviewer: yzheng
1313
---
@@ -33,10 +33,10 @@ NFS 3.0 protocol support requires blobs to be organized into on a hierarchical n
3333
3434
## Data stored as block blobs
3535

36-
If you enable NFS 3.0 protocol support, all of the data in your storage account will be stored as block blobs. Block blobs are optimized to efficiently process large amounts of read-heavy data. Block blobs are composed of blocks. Each block is identified by a block ID. A block blob can include up to 50,000 blocks. Each block in a block blob can be a different size, up to the maximum size permitted for the service version that your account uses.
37-
3836
When your application makes a request by using the NFS 3.0 protocol, that request is translated into combination of block blob operations. For example, NFS 3.0 read Remote Procedure Call (RPC) requests are translated into [Get Blob](/rest/api/storageservices/get-blob) operation. NFS 3.0 write RPC requests are translated into a combination of [Get Block List](/rest/api/storageservices/get-block-list), [Put Block](/rest/api/storageservices/put-block), and [Put Block List](/rest/api/storageservices/put-block-list).
3937

38+
Block blobs are optimized to efficiently process large amounts of read-heavy data. Block blobs are composed of blocks. Each block is identified by a block ID. A block blob can include up to 50,000 blocks. Each block in a block blob can be a different size, up to the maximum size permitted for the service version that your account uses.
39+
4040
## General workflow: Mounting a storage account container
4141

4242
Your Linux clients can mount a container in Blob storage from an Azure Virtual Machine (VM) or a computer on-premises. To mount a storage account container, you'll have to do these things.

0 commit comments

Comments
 (0)