Skip to content

Commit 8b64d2e

Browse files
authored
Merge pull request #190124 from mikewill4/patch-8
[SFTP] Remove some SFTP restrictions
2 parents 52c48a4 + b5d8e18 commit 8b64d2e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ This article describes limitations and known issues of SFTP support for Azure Bl
3737

3838
## Networking
3939

40-
- Partitioned DNS endpoints are not supported.
41-
4240
- To access the storage account using SFTP, your network must allow traffic on port 22.
4341

4442
- When a firewall is configured, connections from non-allowed IPs are not rejected as expected. However, if there is a successful connection for an authenticated user then all data plane operations will be rejected.
@@ -89,8 +87,6 @@ This article describes limitations and known issues of SFTP support for Azure Bl
8987

9088
- Symbolic links are not supported.
9189

92-
- PowerShell and Azure CLI are not supported. You can leverage Portal and ARM templates for Public Preview.
93-
9490
- `ssh-keyscan` is not supported.
9591

9692
- SSH commands, that are not SFTP, are not supported.
@@ -101,13 +97,11 @@ This article describes limitations and known issues of SFTP support for Azure Bl
10197

10298
- The account needs to be a GPv2 or Block Blob Storage account.
10399

104-
- The account needs to have LRS or ZRS replication setup.
105-
106100
- The account needs to have hierarchical namespace enabled on it.
107101

108102
- The account needs to be in a [supported regions](secure-file-transfer-protocol-support.md#regional-availability).
109103

110-
- Customer's subscription needs to be signed up for the preview. To enroll in the preview, complete [this form](https://forms.office.com/r/gZguN0j65Y) *and* request to join via 'Preview features' in the Azure portal.
104+
- Customer's subscription needs to be signed up for the preview. Request to join via 'Preview features' in the Azure portal. Requests are automatically approved.
111105

112106
- To resolve the `Home Directory not accessible error.` error, check that:
113107

0 commit comments

Comments
 (0)