Skip to content

Commit 836e4ab

Browse files
Update articles/storage/blobs/secure-file-transfer-protocol-support-connect.md
Co-authored-by: Norm Estabrook <[email protected]>
1 parent e676a8e commit 836e4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The SFTP username is `storage_account_name`.`username`. In the example above th
3737
To complete the connection, you might have to respond to one or more prompts. For example, if you configured the local user with password authentication, then you are prompted to enter that password. You might also be prompted to trust a host key. Valid host keys are published [here](secure-file-transfer-protocol-host-keys.md).
3838

3939
> [!NOTE]
40-
> SFTP operates over the Blob endpoint and NOT the DFS (Data File System) endpoint. Hence DFS endpoints such as [email protected] aren't supported.
40+
> SFTP operates over the Blob Storage endpoint (blob.core.windows.net) and NOT the Data Lake Storage endpoint (dfs.core.windows.net). Therefore, Data Lake Storage endpoints such as [email protected] aren't supported.
4141
### Connect using a custom domain
4242

4343
If you want to connect to the blob service endpoint by using a custom domain, then the connection string is `[email protected]`. If the home directory isn't specified for the user, then the connection string is `[email protected]`.

0 commit comments

Comments
 (0)