Skip to content

Commit 0e7aad4

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Remove ADLS Gen1 content
1 parent 9eebf4c commit 0e7aad4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/data-factory/connector-azure-sql-data-warehouse.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Using [COPY statement](/sql/t-sql/statements/copy-into-transact-sql) is a simple
664664

665665
### Direct copy by using COPY statement
666666

667-
Azure Synapse Analytics COPY statement directly supports Azure Blob, Azure Data Lake Storage Gen1 and Azure Data Lake Storage Gen2. If your source data meets the criteria described in this section, use COPY statement to copy directly from the source data store to Azure Synapse Analytics. Otherwise, use [Staged copy by using COPY statement](#staged-copy-by-using-copy-statement). The service checks the settings and fails the copy activity run if the criteria is not met.
667+
Azure Synapse Analytics COPY statement directly supports Azure Blob and Azure Data Lake Storage Gen2. If your source data meets the criteria described in this section, use COPY statement to copy directly from the source data store to Azure Synapse Analytics. Otherwise, use [Staged copy by using COPY statement](#staged-copy-by-using-copy-statement). The service checks the settings and fails the copy activity run if the criteria is not met.
668668

669669
1. The **source linked service and format** are with the following types and authentication methods:
670670

@@ -802,7 +802,7 @@ To use this feature, create an [Azure Blob Storage linked service](connector-azu
802802
803803
Using [PolyBase](/sql/relational-databases/polybase/polybase-guide) is an efficient way to load a large amount of data into Azure Synapse Analytics with high throughput. You'll see a large gain in the throughput by using PolyBase instead of the default BULKINSERT mechanism.
804804

805-
- If your source data is in **Azure Blob, Azure Data Lake Storage Gen1 or Azure Data Lake Storage Gen2**, and the **format is PolyBase compatible**, you can use copy activity to directly invoke PolyBase to let Azure Synapse Analytics pull the data from source. For details, see **[Direct copy by using PolyBase](#direct-copy-by-using-polybase)**.
805+
- If your source data is in **Azure Blob or Azure Data Lake Storage Gen2**, and the **format is PolyBase compatible**, you can use copy activity to directly invoke PolyBase to let Azure Synapse Analytics pull the data from source. For details, see **[Direct copy by using PolyBase](#direct-copy-by-using-polybase)**.
806806
- If your source data store and format isn't originally supported by PolyBase, use the **[Staged copy by using PolyBase](#staged-copy-by-using-polybase)** feature instead. The staged copy feature also provides you better throughput. It automatically converts the data into PolyBase-compatible format, stores the data in Azure Blob storage, then calls PolyBase to load data into Azure Synapse Analytics.
807807
808808
> [!TIP]
@@ -819,7 +819,7 @@ The following PolyBase settings are supported under `polyBaseSettings` in copy a
819819
820820
### Direct copy by using PolyBase
821821
822-
Azure Synapse Analytics PolyBase directly supports Azure Blob, Azure Data Lake Storage Gen1 and Azure Data Lake Storage Gen2. If your source data meets the criteria described in this section, use PolyBase to copy directly from the source data store to Azure Synapse Analytics. Otherwise, use [Staged copy by using PolyBase](#staged-copy-by-using-polybase).
822+
Azure Synapse Analytics PolyBase directly supports Azure Blob and Azure Data Lake Storage Gen2. If your source data meets the criteria described in this section, use PolyBase to copy directly from the source data store to Azure Synapse Analytics. Otherwise, use [Staged copy by using PolyBase](#staged-copy-by-using-polybase).
823823
824824
> [!TIP]
825825
> To copy data efficiently to Azure Synapse Analytics, learn more from [Azure Data Factory makes it even easier and convenient to uncover insights from data when using Data Lake Store with Azure Synapse Analytics](/archive/blogs/azuredatalake/azure-data-factory-makes-it-even-easier-and-convenient-to-uncover-insights-from-data-when-using-data-lake-store-with-sql-data-warehouse).
@@ -830,8 +830,7 @@ If the requirements aren't met, the service checks the settings and automaticall
830830

831831
| Supported source data store type | Supported source authentication type |
832832
| :----------------------------------------------------------- | :---------------------------------------------------------- |
833-
| [Azure Blob](connector-azure-blob-storage.md) | Account key authentication, system-assigned managed identity authentication |
834-
| [Azure Data Lake Storage Gen1](connector-azure-data-lake-store.md) | Service principal authentication (using ServicePrincipalKey) |
833+
| [Azure Blob](connector-azure-blob-storage.md) | Account key authentication, system-assigned managed identity authentication | |
835834
| [Azure Data Lake Storage Gen2](connector-azure-data-lake-storage.md) | Account key authentication, system-assigned managed identity authentication |
836835

837836
>[!IMPORTANT]

0 commit comments

Comments
 (0)