Skip to content

Commit 60c323c

Browse files
committed
Clarify secondary endpoint support for blob and adls gen2
1 parent c32a378 commit 60c323c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/data-factory/connector-azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To use storage account key authentication, the following properties are supporte
7272
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use Azure Integration Runtime or Self-hosted Integration Runtime (if your data store is in a private network). If not specified, it uses the default Azure Integration Runtime. |No |
7373

7474
>[!NOTE]
75-
>Azure Blob secondary endpoint is not supported when using account key authentication. You can use the other authentication types.
75+
>Secondary Blob Service Endpoint is not supported when using account key authentication. You can use other authentication types.
7676
7777
>[!NOTE]
7878
>If you were using "AzureStorage" type linked service, it is still supported as-is, while you are suggested to use this new "AzureBlobStorage" linked service type going forward.

articles/data-factory/connector-azure-data-lake-storage.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.reviewer: douglasl
99
ms.service: data-factory
1010
ms.workload: data-services
1111
ms.topic: conceptual
12-
ms.date: 08/06/2019
12+
ms.date: 08/12/2019
1313
ms.author: jingwang
1414

1515
---
1616
# Copy data to or from Azure Data Lake Storage Gen2 using Azure Data Factory
1717

18-
Azure Data Lake Storage Gen2 is a set of capabilities dedicated to big data analytics built into [Azure Blob storage](../storage/blobs/storage-blobs-introduction.md). You can use it to interface with your data by using both file system and object storage paradigms.
18+
Azure Data Lake Storage Gen2 (ADLS Gen2) is a set of capabilities dedicated to big data analytics built into [Azure Blob storage](../storage/blobs/storage-blobs-introduction.md). You can use it to interface with your data by using both file system and object storage paradigms.
1919

2020
This article outlines how to copy data to and from Azure Data Lake Storage Gen2. To learn about Azure Data Factory, read the [introductory article](introduction.md).
2121

@@ -70,6 +70,9 @@ To use storage account key authentication, the following properties are supporte
7070
| accountKey | Account key for Data Lake Storage Gen2. Mark this field as a SecureString to store it securely in Data Factory, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
7171
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use the Azure integration runtime or a self-hosted integration runtime if your data store is in a private network. If this property isn't specified, the default Azure integration runtime is used. |No |
7272

73+
>[!NOTE]
74+
>Secondary ADLS file system endpoint is not supported when using account key authentication. You can use other authentication types.
75+
7376
**Example:**
7477

7578
```json

0 commit comments

Comments
 (0)