Skip to content

Commit 284c1fe

Browse files
authored
Merge pull request #193300 from mikewill4/patch-12
[SFTP] Custom domain docs update
2 parents cb68dd8 + f5ae983 commit 284c1fe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/storage/blobs/secure-file-transfer-protocol-known-issues.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ For performance issues and considerations, see [SSH File Transfer Protocol (SFTP
6161

6262
- Special containers such as $logs, $blobchangefeed, $root, $web are not accessible via the SFTP endpoint.
6363

64-
- When using custom domains the connection string is `<accountName>.<userName>@customdomain.com`. If home directory has not been specified for the user, it is `<accountName>.<containerName>.<userName>@customdomain.com`.
65-
6664
- Symbolic links are not supported.
6765

6866
- `ssh-keyscan` is not supported.

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,13 @@ After the transfer is complete, you can view and manage the file in the Azure po
362362
363363
See the documentation of your SFTP client for guidance about how to connect and transfer files.
364364

365+
## Connect using a custom domain
366+
367+
When using custom domains the connection string is `[email protected]`. If home directory has not been specified for the user, it is `[email protected]`.
368+
369+
> [!IMPORTANT]
370+
> Ensure your DNS provider does not proxy requests. Proxying may cause the connection attempt to time out.
371+
365372
## See also
366373

367374
- [SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](secure-file-transfer-protocol-support.md)

0 commit comments

Comments
 (0)