Skip to content

Commit d03aa55

Browse files
committed
Line edits2
1 parent 6008ea1 commit d03aa55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/2-understand-object-storage-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With a hierarchical namespace enabled on a storage account, you can achieve the
2626

2727
- **Atomic directory manipulation**: A hierarchical namespace stores objects in a directory hierarchy using a convention of embedding slashes (/) in the object name to denote path segments. You can improve the latency due to atomic directory manipulation, which a hierarchical namespace enables.
2828

29-
- **Familiar interface style**: File systems with a hierarchical namespace are widely accepted by the developer community and are suitable for storage workloads designed for file systems that manipulate directories.
29+
- **Familiar interface style**: The developer community widely accepts file systems with a hierarchical namespace, and these file systems are suitable for storage workloads designed for directory manipulation.
3030

3131
## Understand Azure Data Lake Storage Gen2
3232

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/5-access-data-azure-blob-storage-sftp-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use the following procedure to enable support for SFTP and create local users an
3535
8. Select the **Add** button to add the local user.
3636

3737
> [!NOTE]
38-
> If you enabled password authentication, the Azure-generated password appears in a dialog box after the local user has been added. You cannot retrieve this password later, so make sure to copy the password and store it in a place where you can find it.
38+
> If you enabled password authentication, the Azure-generated password appears in a dialog box after the local user has been added. You can't retrieve this password later, so make sure to copy the password and store it in a place where you can find it.
3939
4040
9. Use an SFTP client to establish an SSH connection to your Azure storage account.
4141

@@ -58,6 +58,6 @@ Use the following procedure to enable support for SFTP and create local users an
5858
```
5959
6060
> [!NOTE]
61-
> Accounts that have SFTP enabled do not support GRS, GZRS, read-access geo-redundant storage (RA-GRS), and read-access geo-zone-redundant storage (RA-GZRS).
61+
> Accounts that have SFTP enabled don't support GRS, GZRS, read-access geo-redundant storage (RA-GRS), and read-access geo-zone-redundant storage (RA-GZRS).
6262
6363
To access Blob Storage using SFTP, your firewall must allow traffic on TCP port 22. You can optimize performance if you're using an SFTP client that supports multiple concurrent connections. Some SFTP clients support a higher buffer size, which improves the upload performance. However, the maximum upload file size is limited by the client message size.

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/7-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this unit, you learned how to access data in Blob Storage using multiple protocols such as REST, HDFS, NFS, and SFTP.
22

3-
Your company can now use only one storage account to meet different department requirements to store and access data by using different tools. By using multiprotocol support for accessing data that resides in Azure Blob Storage, your organization can now eliminate data silos, and you no longer need to refactor the data prior moving to the cloud.
3+
Your company can now use only one storage account to meet different department requirements to store and access data by using different tools. By using multiprotocol support for accessing data that resides in Azure Blob Storage, your organization can now eliminate data silos, and you no longer need to refactor the data prior to moving to the cloud.
44

55
## References
66

0 commit comments

Comments
 (0)