Skip to content

Commit 4cf39d4

Browse files
authored
Merge pull request #212852 from normesta/sftp
GA updates
2 parents d82e8b0 + 5061e19 commit 4cf39d4

7 files changed

+27
-55
lines changed
138 Bytes
Loading

articles/storage/blobs/secure-file-transfer-protocol-host-keys.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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
33
description: Find a list of valid host keys when using an SFTP client to connect with Azure Blob Storage.
44
author: normesta
55
ms.subservice: blobs
@@ -11,19 +11,13 @@ ms.reviewer: ylunagaria
1111

1212
---
1313

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
1515

1616
This article contains a list of valid host keys used to connect to Azure Blob Storage from SFTP clients.
1717

1818
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).
1919

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.
2721

2822
## Valid host keys
2923

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
---
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
33
description: Learn about limitations and known issues of SSH File Transfer Protocol (SFTP) support for Azure Blob Storage.
44
author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 09/13/2022
8+
ms.date: 10/20/2022
99
ms.author: normesta
1010
ms.reviewer: ylunagaria
1111

1212
---
1313

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
1515

1616
This article describes limitations and known issues of SFTP support for Azure Blob Storage.
1717

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-
2418
> [!IMPORTANT]
2519
> 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.
2620
2721
## Known unsupported clients
2822

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.
3024

3125
- Five9
3226
- Kemp
@@ -63,7 +57,7 @@ To transfer files to or from Azure Blob Storage via SFTP clients, see the follow
6357

6458
## Authentication and authorization
6559

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.
6761

6862
- Azure Active Directory (Azure AD) isn't supported for the SFTP endpoint.
6963

@@ -79,13 +73,13 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
7973

8074
- Internet routing is not supported. Use Microsoft network routing.
8175

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.
8377

8478
## Other
8579

8680
- For performance issues and considerations, see [SSH File Transfer Protocol (SFTP) performance considerations in Azure Blob storage](secure-file-transfer-protocol-performance.md).
8781

88-
- Maximum file upload size via the SFTP endpoint is 100 GB.
82+
- Maximum file upload size via the SFTP endpoint is 91 GB.
8983

9084
- Special containers such as $logs, $blobchangefeed, $root, $web aren't accessible via the SFTP endpoint.
9185

articles/storage/blobs/secure-file-transfer-protocol-performance.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
---
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
33
description: Optimize the performance of your SSH File Transfer Protocol (SFTP) requests by using the recommendations in this article.
44
author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 09/13/2022
8+
ms.date: 10/20/2022
99
ms.custom: references_regions
1010
ms.author: normesta
1111
ms.reviewer: ylunagaria
1212

1313
---
1414

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
1616

1717
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).
1818

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-
2519
## Use concurrent connections to increase throughput
2620

2721
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).

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
---
2-
title: Connect to Azure Blob Storage using SFTP (preview) | Microsoft Docs
2+
title: Connect to Azure Blob Storage using SFTP | Microsoft Docs
33
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.
44
author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 10/10/2022
8+
ms.date: 10/20/2022
99
ms.author: normesta
1010
ms.reviewer: ylunagaria
1111

1212
---
1313

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

1616
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.
1717

1818
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).
1919

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-
2620
## Prerequisites
2721

2822
- 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
239233
> 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.
240234
241235
> [!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).
243237
244238
After the transfer is complete, you can view and manage the file in the Azure portal.
245239

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

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
---
2-
title: SFTP support for Azure Blob Storage (preview) | Microsoft Docs
2+
title: SFTP support for Azure Blob Storage | Microsoft Docs
33
description: Blob storage now supports the SSH File Transfer Protocol (SFTP).
44
author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 09/29/2022
8+
ms.date: 10/20/2022
99
ms.custom: references_regions
1010
ms.author: normesta
1111
ms.reviewer: ylunagaria
1212

1313
---
1414

15-
# SSH File Transfer Protocol (SFTP) support for Azure Blob Storage (preview)
15+
# SSH File Transfer Protocol (SFTP) support for Azure Blob Storage
1616

1717
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.
1818

1919
> [!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.
2421
2522
Here's a video that tells you more about it.
2623

@@ -32,7 +29,7 @@ Prior to the release of this feature, if you wanted to use SFTP to transfer data
3229

3330
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.
3431

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).
3633

3734
> [!Note]
3835
> 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
4138

4239
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.
4340

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.
4542

4643
> [!div class="mx-imgBorder"]
4744
> ![hierarchical namespace](./media/secure-file-transfer-protocol-support/hierarchical-namespace-and-sftp-support.png)
@@ -134,7 +131,7 @@ To get started, enable SFTP support, create a local user, and assign permissions
134131

135132
### Known supported clients
136133

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.
138135

139136
- AsyncSSH 2.1.0+
140137
- Axway
@@ -165,10 +162,9 @@ See the [limitations and known issues article](secure-file-transfer-protocol-kno
165162

166163
## Pricing and billing
167164

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.
170166

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).
172168

173169
## See also
174170

articles/storage/blobs/storage-feature-support-in-storage-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ The following table describes whether a feature is supported in a premium block
137137

138138
- [Known issues with Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-known-issues.md)
139139

140-
- [Known issues with SSH File Transfer Protocol (SFTP) support in Azure Blob Storage (preview)](secure-file-transfer-protocol-known-issues.md)
140+
- [Known issues with SSH File Transfer Protocol (SFTP) support in Azure Blob Storage](secure-file-transfer-protocol-known-issues.md)

0 commit comments

Comments
 (0)