Skip to content

Commit 0aa0928

Browse files
Merge pull request #300465 from jeevanbalanmanoj/patch-12
Not supporting dfs endpoint Update secure-file-transfer-protocol-supp…
2 parents 2bf6578 + 836e4ab commit 0aa0928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ The SFTP username is `storage_account_name`.`username`. In the example above th
3636

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

39+
> [!NOTE]
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.
3941
### Connect using a custom domain
4042

4143
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)