Skip to content

Commit b76e09b

Browse files
committed
Add pointers to migration guide in connector articles
1 parent 80c3b71 commit b76e09b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.workload: data-services
1010
ms.topic: conceptual
1111
ms.custom: seo-lt-2019
12-
ms.date: 02/17/2020
12+
ms.date: 04/09/2020
1313
---
1414

1515
# Copy and transform data in Azure Blob storage by using Azure Data Factory
@@ -20,7 +20,8 @@ ms.date: 02/17/2020
2020
2121
This article outlines how to use Copy Activity in Azure Data Factory to copy data from and to Azure Blob storage, and use Data Flow to transform data in Azure Blob storage. To learn about Azure Data Factory, read the [introductory article](introduction.md).
2222

23-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
23+
>[!TIP]
24+
>For data lake or data warehouse migration scenario, learn more from [Use Azure Data Factory to migrate data from your data lake or data warehouse to Azure](data-migration-guidance-overview.md).
2425
2526
## Supported capabilities
2627

@@ -132,11 +133,6 @@ A shared access signature provides delegated access to resources in your storage
132133
>- Data Factory now supports both **service shared access signatures** and **account shared access signatures**. For more information about shared access signatures, see [Grant limited access to Azure Storage resources using shared access signatures (SAS)](../storage/common/storage-sas-overview.md).
133134
>- In later dataset configuration, the folder path is the absolute path starting from container level. You need to configure one aligned with the path in your SAS URI.
134135
135-
> [!TIP]
136-
> To generate a service shared access signature for your storage account, you can execute the following PowerShell commands. Replace the placeholders and grant the needed permission.
137-
> `$context = New-AzStorageContext -StorageAccountName <accountName> -StorageAccountKey <accountKey>`
138-
> `New-AzStorageContainerSASToken -Name <containerName> -Context $context -Permission rwdl -StartTime <startTime> -ExpiryTime <endTime> -FullUri`
139-
140136
To use shared access signature authentication, the following properties are supported:
141137

142138
| Property | Description | Required |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Azure Data Lake Storage Gen2 (ADLS Gen2) is a set of capabilities dedicated to b
1919

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

22+
>[!TIP]
23+
>For data lake or data warehouse migration scenario, learn more from [Use Azure Data Factory to migrate data from your data lake or data warehouse to Azure](data-migration-guidance-overview.md).
24+
2225
## Supported capabilities
2326

2427
This Azure Data Lake Storage Gen2 connector is supported for the following activities:

0 commit comments

Comments
 (0)