Skip to content

Commit c32a378

Browse files
committed
Clarify blob secondary endpoint support
1 parent 1627eb3 commit c32a378

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: craigg
88
ms.service: data-factory
99
ms.workload: data-services
1010
ms.topic: conceptual
11-
ms.date: 08/06/2019
11+
ms.date: 08/12/2019
1212
ms.author: jingwang
1313

1414
---
@@ -71,6 +71,9 @@ To use storage account key authentication, the following properties are supporte
7171
| connectionString | Specify the information needed to connect to Storage for the connectionString property. <br/>Mark this field as a SecureString to store it securely in Data Factory. You can also put account key in Azure Key Vault and pull the `accountKey` configuration out of the connection string. Refer to the following samples and [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md) article with more details. |Yes |
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

74+
>[!NOTE]
75+
>Azure Blob secondary endpoint is not supported when using account key authentication. You can use the other authentication types.
76+
7477
>[!NOTE]
7578
>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.
7679

0 commit comments

Comments
 (0)