Skip to content

Commit 58a19e3

Browse files
authored
Update secure-file-transfer-protocol-support.md
1 parent 5e29857 commit 58a19e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/secure-file-transfer-protocol-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article describes SFTP support for Azure Blob Storage. To learn how to enab
3333

3434
## SFTP and the hierarchical namespace
3535

36-
SFTP support requires hierarchical namespace to enabled. Hierarchical namespace organizes objects (files) into a hierarchy of directories and subdirectories in the same way that the file system on your computer is organized. The hierarchical namespace scales linearly and doesn't degrade data capacity or performance.
36+
SFTP support requires hierarchical namespace to be enabled. Hierarchical namespace organizes objects (files) into a hierarchy of directories and subdirectories in the same way that the file system on your computer is organized. The hierarchical namespace scales linearly and doesn't degrade data capacity or performance.
3737

3838
Different protocols are supported by the hierarchical namespace. SFTP is one of these available protocols.
3939

@@ -51,7 +51,7 @@ To set up access permissions, you'll create a local user, and choose authenticat
5151
> [!CAUTION]
5252
> Local users do not interoperate with other Azure Storage permission models such as RBAC (role based access control), ABAC (attribute based access control), and ACLs (access control lists).
5353
>
54-
> For example, Jeff has read only permission (can be controlled via RBAC, ABAC, or ACLs) via their Azure AD identity for file _foo.txt_ stored in container _con1_. If Jeff is accessing the the storage account via NFS (when not mounted as root/superuser), Blob REST, or ADLS Gen2 REST protocols, these permissions will be enforced. However, if Jeff also has a local user identity with delete permission for data in container _con1_, he can delete _foo.txt_ via SFTP using the local user identity.
54+
> For example, Jeff has read only permission (can be controlled via RBAC, ABAC, or ACLs) via their Azure AD identity for file _foo.txt_ stored in container _con1_. If Jeff is accessing the storage account via NFS (when not mounted as root/superuser), Blob REST, or Data Lake Storage Gen2 REST, these permissions will be enforced. However, if Jeff also has a local user identity with delete permission for data in container _con1_, they can delete _foo.txt_ via SFTP using the local user identity.
5555
5656
For SFTP enabled storage accounts, you can use the full breadth of Azure Blob Storage security settings, to authenticate and authorize users accessing Blob Storage via Azure portal, Azure CLI, Azure PowerShell commands, AzCopy, as well as Azure SDKs, and Azure REST APIs. To learn more, see [Access control model in Azure Data Lake Storage Gen2](data-lake-storage-access-control-model.md).
5757

@@ -61,7 +61,7 @@ You can authenticate local users connecting via SFTP by using a password or a Se
6161

6262
#### Passwords
6363

64-
Passwords are generated by Azure and cannot be user supplied. If you choose password authentication, then your password will be provided after you finish configuring a local user. Make sure to copy that password and save it in a location where you can find it later. You won't be able to retrieve that password from Azure again. If you lose the password, you'll have to generate a new one. For security reasons, you can't set the password yourself.
64+
You cannot set custom passwords, rather Azure generates one for you. If you choose password authentication, then your password will be provided after you finish configuring a local user. Make sure to copy that password and save it in a location where you can find it later. You won't be able to retrieve that password from Azure again. If you lose the password, you'll have to generate a new one. For security reasons, you can't set the password yourself.
6565

6666
#### SSH key pairs
6767

0 commit comments

Comments
 (0)