You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/secure-file-transfer-protocol-host-keys.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Host keys for SFTP support for Azure Blob Storage (preview) | Microsoft Docs
2
+
title: Host keys for SFTP support for Azure Blob Storage| Microsoft Docs
3
3
description: Find a list of valid host keys when using an SFTP client to connect with Azure Blob Storage.
4
4
author: normesta
5
5
ms.subservice: blobs
@@ -11,19 +11,13 @@ ms.reviewer: ylunagaria
11
11
12
12
---
13
13
14
-
# Host keys for SSH File Transfer Protocol (SFTP) support for Azure Blob Storage (preview)
14
+
# Host keys for SSH File Transfer Protocol (SFTP) support for Azure Blob Storage
15
15
16
16
This article contains a list of valid host keys used to connect to Azure Blob Storage from SFTP clients.
17
17
18
18
Blob storage now supports the SSH File Transfer Protocol (SFTP). This support provides the ability to securely connect to Blob Storage via an SFTP endpoint, allowing you to leverage SFTP for file access, file transfer, as well as file management. For more information, see [SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](secure-file-transfer-protocol-support.md).
19
19
20
-
When you connect to Blob Storage by using an SFTP client, you might be prompted to trust a host key. During the public preview, you can verify the host key by finding that key in the list presented in this article.
21
-
22
-
> [!IMPORTANT]
23
-
> SFTP support is currently in PREVIEW.
24
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
25
-
>
26
-
> To help us understand your scenario, please complete [this form](https://forms.office.com/r/gZguN0j65Y) before you begin using SFTP support. After you've tested your end-to-end scenarios with SFTP, please share your experience by using [this form](https://forms.office.com/r/MgjezFV1NR). Both of these forms are optional.
20
+
When you connect to Blob Storage by using an SFTP client, you might be prompted to trust a host key. You can verify the host key by finding that key in the list presented in this article.
Copy file name to clipboardExpand all lines: articles/storage/blobs/secure-file-transfer-protocol-known-issues.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,26 @@
1
1
---
2
-
title: Limitations & known issues with SFTP in Azure Blob Storage (preview) | Microsoft Docs
2
+
title: Limitations & known issues with SFTP in Azure Blob Storage| Microsoft Docs
3
3
description: Learn about limitations and known issues of SSH File Transfer Protocol (SFTP) support for Azure Blob Storage.
4
4
author: normesta
5
5
ms.subservice: blobs
6
6
ms.service: storage
7
7
ms.topic: conceptual
8
-
ms.date: 09/13/2022
8
+
ms.date: 10/20/2022
9
9
ms.author: normesta
10
10
ms.reviewer: ylunagaria
11
11
12
12
---
13
13
14
-
# Limitations and known issues with SSH File Transfer Protocol (SFTP) support for Azure Blob Storage (preview)
14
+
# Limitations and known issues with SSH File Transfer Protocol (SFTP) support for Azure Blob Storage
15
15
16
16
This article describes limitations and known issues of SFTP support for Azure Blob Storage.
17
17
18
-
> [!IMPORTANT]
19
-
> SFTP support is currently in PREVIEW.
20
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21
-
>
22
-
> To help us understand your scenario, please complete [this form](https://forms.office.com/r/gZguN0j65Y) before you begin using SFTP support. After you've tested your end-to-end scenarios with SFTP, please share your experience by using [this form](https://forms.office.com/r/MgjezFV1NR). Both of these forms are optional.
23
-
24
18
> [!IMPORTANT]
25
19
> Because you must enable hierarchical namespace for your account to use SFTP, all of the known issues that are described in the Known issues with [Azure Data Lake Storage Gen2](data-lake-storage-known-issues.md) article also apply to your account.
26
20
27
21
## Known unsupported clients
28
22
29
-
The following clients are known to be incompatible with SFTP for Azure Blob Storage (preview). See [Supported algorithms](secure-file-transfer-protocol-support.md#supported-algorithms) for more information.
23
+
The following clients are known to be incompatible with SFTP for Azure Blob Storage. See [Supported algorithms](secure-file-transfer-protocol-support.md#supported-algorithms) for more information.
30
24
31
25
- Five9
32
26
- Kemp
@@ -63,7 +57,7 @@ To transfer files to or from Azure Blob Storage via SFTP clients, see the follow
63
57
64
58
## Authentication and authorization
65
59
66
-
-_Local users_is the only form of identity management that is currently supported for the SFTP endpoint.
60
+
-_Local users_are the only form of identity management that is currently supported for the SFTP endpoint.
67
61
68
62
- Azure Active Directory (Azure AD) isn't supported for the SFTP endpoint.
69
63
@@ -79,13 +73,13 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
79
73
80
74
- Internet routing is not supported. Use Microsoft network routing.
81
75
82
-
- There's a 2 minute timeout for idle or inactive connections. OpenSSH will appear to stop responding and then disconnect. Some clients reconnect automatically.
76
+
- There's a 2 minute time out for idle or inactive connections. OpenSSH will appear to stop responding and then disconnect. Some clients reconnect automatically.
83
77
84
78
## Other
85
79
86
80
- For performance issues and considerations, see [SSH File Transfer Protocol (SFTP) performance considerations in Azure Blob storage](secure-file-transfer-protocol-performance.md).
87
81
88
-
- Maximum file upload size via the SFTP endpoint is 100 GB.
82
+
- Maximum file upload size via the SFTP endpoint is 91 GB.
89
83
90
84
- Special containers such as $logs, $blobchangefeed, $root, $web aren't accessible via the SFTP endpoint.
Copy file name to clipboardExpand all lines: articles/storage/blobs/secure-file-transfer-protocol-performance.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,21 @@
1
1
---
2
-
title: SSH File Transfer Protocol (SFTP) performance considerations in Azure Blob storage (preview) | Microsoft Docs
2
+
title: SSH File Transfer Protocol (SFTP) performance considerations in Azure Blob storage | Microsoft Docs
3
3
description: Optimize the performance of your SSH File Transfer Protocol (SFTP) requests by using the recommendations in this article.
4
4
author: normesta
5
5
ms.subservice: blobs
6
6
ms.service: storage
7
7
ms.topic: conceptual
8
-
ms.date: 09/13/2022
8
+
ms.date: 10/20/2022
9
9
ms.custom: references_regions
10
10
ms.author: normesta
11
11
ms.reviewer: ylunagaria
12
12
13
13
---
14
14
15
-
# SSH File Transfer Protocol (SFTP) performance considerations in Azure Blob storage (preview)
15
+
# SSH File Transfer Protocol (SFTP) performance considerations in Azure Blob storage
16
16
17
17
Blob storage now supports the SSH File Transfer Protocol (SFTP). This article contains recommendations that will help you to optimize the performance of your storage requests. To learn more about SFTP support for Azure Blob Storage, see [SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](secure-file-transfer-protocol-support.md).
18
18
19
-
> [!IMPORTANT]
20
-
> SFTP support is currently in PREVIEW.
21
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
22
-
>
23
-
> To help us understand your scenario, please complete [this form](https://forms.office.com/r/gZguN0j65Y) before you begin using SFTP support. After you've tested your end-to-end scenarios with SFTP, please share your experience by using [this form](https://forms.office.com/r/MgjezFV1NR). Both of these forms are optional.
24
-
25
19
## Use concurrent connections to increase throughput
26
20
27
21
Azure Blob Storage scales linearly until it reaches the maximum storage account egress and ingress limit. Therefore, your applications can achieve higher throughput by using more client connections. To view storage account egress and ingress limits, see [Scalability and performance targets for standard storage accounts](../common/scalability-targets-standard-account.md).
Copy file name to clipboardExpand all lines: articles/storage/blobs/secure-file-transfer-protocol-support-how-to.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,22 @@
1
1
---
2
-
title: Connect to Azure Blob Storage using SFTP (preview) | Microsoft Docs
2
+
title: Connect to Azure Blob Storage using SFTP | Microsoft Docs
3
3
description: Learn how to enable SFTP support for Azure Blob Storage so that you can directly connect to your Azure Storage account by using an SFTP client.
4
4
author: normesta
5
5
ms.subservice: blobs
6
6
ms.service: storage
7
7
ms.topic: conceptual
8
-
ms.date: 10/10/2022
8
+
ms.date: 10/20/2022
9
9
ms.author: normesta
10
10
ms.reviewer: ylunagaria
11
11
12
12
---
13
13
14
-
# Connect to Azure Blob Storage by using the SSH File Transfer Protocol (SFTP) (preview)
14
+
# Connect to Azure Blob Storage by using the SSH File Transfer Protocol (SFTP)
15
15
16
16
You can securely connect to the Blob Storage endpoint of an Azure Storage account by using an SFTP client, and then upload and download files. This article shows you how to enable SFTP, and then connect to Blob Storage by using an SFTP client.
17
17
18
18
To learn more about SFTP support for Azure Blob Storage, see [SSH File Transfer Protocol (SFTP) in Azure Blob Storage](secure-file-transfer-protocol-support.md).
19
19
20
-
> [!IMPORTANT]
21
-
> SFTP support is currently in PREVIEW.
22
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
23
-
>
24
-
> To help us understand your scenario, please complete [this form](https://forms.office.com/r/gZguN0j65Y) before you begin using SFTP support. After you've tested your end-to-end scenarios with SFTP, please share your experience by using [this form](https://forms.office.com/r/MgjezFV1NR). Both of these forms are optional.
25
-
26
20
## Prerequisites
27
21
28
22
- A standard general-purpose v2 or premium block blob storage account. You can also enable SFTP as you create the account. For more information on these types of storage accounts, see [Storage account overview](../common/storage-account-overview.md).
@@ -239,7 +233,7 @@ You can use any SFTP client to securely connect and then transfer files. The fol
239
233
> The SFTP username is `storage_account_name`.`username`. In the example above the `storage_account_name` is "contoso4" and the `username` is "contosouser." The combined username becomes `contoso4.contosouser` for the SFTP command.
240
234
241
235
> [!NOTE]
242
-
> You might be prompted to trust a host key. During the public preview, valid host keys are published [here](secure-file-transfer-protocol-host-keys.md).
236
+
> You might be prompted to trust a host key. Valid host keys are published [here](secure-file-transfer-protocol-host-keys.md).
243
237
244
238
After the transfer is complete, you can view and manage the file in the Azure portal.
Copy file name to clipboardExpand all lines: articles/storage/blobs/secure-file-transfer-protocol-support.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,23 @@
1
1
---
2
-
title: SFTP support for Azure Blob Storage (preview) | Microsoft Docs
2
+
title: SFTP support for Azure Blob Storage | Microsoft Docs
3
3
description: Blob storage now supports the SSH File Transfer Protocol (SFTP).
4
4
author: normesta
5
5
ms.subservice: blobs
6
6
ms.service: storage
7
7
ms.topic: conceptual
8
-
ms.date: 09/29/2022
8
+
ms.date: 10/20/2022
9
9
ms.custom: references_regions
10
10
ms.author: normesta
11
11
ms.reviewer: ylunagaria
12
12
13
13
---
14
14
15
-
# SSH File Transfer Protocol (SFTP) support for Azure Blob Storage (preview)
15
+
# SSH File Transfer Protocol (SFTP) support for Azure Blob Storage
16
16
17
17
Blob storage now supports the SSH File Transfer Protocol (SFTP). This support lets you securely connect to Blob Storage via an SFTP endpoint, allowing you to use SFTP for file access, file transfer, and file management.
18
18
19
19
> [!IMPORTANT]
20
-
> SFTP support is currently in PREVIEW.
21
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
22
-
>
23
-
> To help us understand your scenario, please complete [this form](https://forms.office.com/r/gZguN0j65Y) before you begin using SFTP support. After you've tested your end-to-end scenarios with SFTP, please share your experience by using [this form](https://forms.office.com/r/MgjezFV1NR). Both of these forms are optional.
20
+
> SFTP support for Azure Blob Storage is not yet generally available in the West Europe region.
24
21
25
22
Here's a video that tells you more about it.
26
23
@@ -32,7 +29,7 @@ Prior to the release of this feature, if you wanted to use SFTP to transfer data
32
29
33
30
Now, with SFTP support for Azure Blob Storage, you can enable an SFTP endpoint for Blob Storage accounts with a single click. Then you can set up local user identities for authentication to connect to your storage account with SFTP via port 22.
34
31
35
-
This article describes SFTP support for Azure Blob Storage. To learn how to enable SFTP for your storage account, see [Connect to Azure Blob Storage by using the SSH File Transfer Protocol (SFTP) (preview)](secure-file-transfer-protocol-support-how-to.md).
32
+
This article describes SFTP support for Azure Blob Storage. To learn how to enable SFTP for your storage account, see [Connect to Azure Blob Storage by using the SSH File Transfer Protocol (SFTP)](secure-file-transfer-protocol-support-how-to.md).
36
33
37
34
> [!Note]
38
35
> SFTP is a platform level service, so port 22 will be open even if the account option is disabled. If SFTP access is not configured then all requests will receive a disconnect from the service.
@@ -41,7 +38,7 @@ This article describes SFTP support for Azure Blob Storage. To learn how to enab
41
38
42
39
SFTP support requires hierarchical namespace to be enabled. Hierarchical namespace organizes objects (files) into a hierarchy of directories and subdirectories in the same way that the file system on your computer is organized. The hierarchical namespace scales linearly and doesn't degrade data capacity or performance.
43
40
44
-
Different protocols are supported by the hierarchical namespace. SFTP is one of these available protocols.
41
+
Different protocols are supported by the hierarchical namespace. SFTP is one of these available protocols. The following image shows storage access via multiple protocols and REST APIs. For easier reading, this image uses the term Gen2 REST to refer to the Azure Data Lake Storage Gen2 REST API.
@@ -134,7 +131,7 @@ To get started, enable SFTP support, create a local user, and assign permissions
134
131
135
132
### Known supported clients
136
133
137
-
The following clients have compatible algorithm support with SFTP for Azure Blob Storage (preview). See [Limitations and known issues with SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](secure-file-transfer-protocol-known-issues.md) if you're having trouble connecting.
134
+
The following clients have compatible algorithm support with SFTP for Azure Blob Storage. See [Limitations and known issues with SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](secure-file-transfer-protocol-known-issues.md) if you're having trouble connecting.
138
135
139
136
- AsyncSSH 2.1.0+
140
137
- Axway
@@ -165,10 +162,9 @@ See the [limitations and known issues article](secure-file-transfer-protocol-kno
165
162
166
163
## Pricing and billing
167
164
168
-
> [!IMPORTANT]
169
-
> During the public preview, the use of SFTP does not incur any additional charges. However, the standard transaction, storage, and networking prices for the underlying Azure Data Lake Store Gen2 account still apply. SFTP might incur additional charges when the feature becomes generally available.
165
+
Enabling the SFTP endpoint has an hourly cost. We will apply this hourly cost on or after 12/1/2022.
170
166
171
-
Transaction and storage costs are based on factors such as storage account type and the endpoint that you use to transfer data to the storage account. To learn more, see [Understand the full billing model for Azure Blob Storage](../common/storage-plan-manage-costs.md#understand-the-full-billing-model-for-azure-blob-storage).
167
+
Transaction, storage, and networking prices for the underlying storage account apply. To learn more, see [Understand the full billing model for Azure Blob Storage](../common/storage-plan-manage-costs.md#understand-the-full-billing-model-for-azure-blob-storage).
0 commit comments