Skip to content

Commit 15c8cab

Browse files
authored
Merge pull request #202934 from mikewill4/patch-28
[SFTP] Add more networking considerations
2 parents d6e2e37 + 25177a2 commit 15c8cab

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ For performance issues and considerations, see [SSH File Transfer Protocol (SFTP
9696
- SSH and SCP commands that aren't SFTP aren't supported.
9797

9898
- FTPS and FTP aren't supported.
99+
100+
- TLS and SSL are not related to SFTP.
99101

100102
## Troubleshooting
101103

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
@@ -277,6 +277,13 @@ When using a private endpoint the connection string is `myaccount.myuser@myaccou
277277
> [!NOTE]
278278
> Ensure you change networking configuration to "Enabled from selected virtual networks and IP addresses" and select your private endpoint, otherwise the regular SFTP endpoint will still be publicly accessible.
279279
280+
## Networking considerations
281+
282+
When using SFTP, you may want to limit public access through configuration of a firewall, virtual network, or private endpoint. These settings are enforced at the application layer, which means they are not specific to SFTP and will impact connectivity to all Azure Storage Endpoints. For more information on firewalls and network configuration, see [Configure Azure Storage firewalls and virtual networks](../common/storage-network-security.md).
283+
284+
> [!NOTE]
285+
> Audit tools that attempt to determine TLS support at the protocol layer may return TLS versions in addition to the minimum required version when run directly against the storage account endpoint. For more information, see [Enforce a minimum required version of Transport Layer Security (TLS) for requests to a storage account](../common/transport-layer-security-configure-minimum-version.md).
286+
280287
## See also
281288

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

0 commit comments

Comments
 (0)