Skip to content

Commit 6405759

Browse files
authored
Merge pull request #37540 from barbkess/casey2018
remove data factory topic and use the one in data-factory
2 parents 415c65b + 2dfd770 commit 6405759

30 files changed

+22
-726
lines changed

.openpublishing.redirection.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17909,6 +17909,22 @@
1790917909
"source_path": "articles/cosmos-db/troubleshoot-azure-cosmosdb.md",
1791017910
"redirect_url": "/azure/cosmos-db/storage-explorer",
1791117911
"redirect_document_id": true
17912+
},
17913+
{
17914+
"source_path": "articles/sql-data-warehouse/sql-data-warehouse-load-with-data-factory.md",
17915+
"redirect_url": "/azure/data-factory/load-azure-sql-data-warehouse",
17916+
"redirect_document_id": false
17917+
},
17918+
{
17919+
"source_path": "articles/sql-data-warehouse/sql-data-warehouse-get-started-load-with-polybase.md",
17920+
"redirect_url": "/azure/sql-data-warehouse/load-data-wideworldimportersdw",
17921+
"redirect_document_id": false
17922+
},
17923+
{
17924+
"source_path": "articles/sql-data-warehouse/sql-data-warehouse-load-from-sql-server-with-polybase.md",
17925+
"redirect_url": "/azure/sql-data-warehouse/load-data-wideworldimportersdw",
17926+
"redirect_document_id": false
1791217927
}
17928+
1791317929
]
1791417930
}

articles/sql-data-warehouse/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,7 @@
172172
- name: BCP
173173
href: sql-data-warehouse-load-with-bcp.md
174174
- name: Data Factory
175-
href: sql-data-warehouse-load-with-data-factory.md
176-
- name: AzCopy
177-
href: sql-data-warehouse-load-from-sql-server-with-polybase.md
175+
href: /azure/data-factory/load-azure-sql-data-warehouse?toc=/azure/sql-data-warehouse/toc.json
178176
- name: RedGate
179177
href: sql-data-warehouse-load-with-redgate.md
180178
- name: SSIS

articles/sql-data-warehouse/design-elt-data-loading.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,8 @@ To land the data in Azure storage, you can move it to [Azure Blob storage](../st
6666
These are tools and services you can use to move data to Azure Storage.
6767

6868
- [Azure ExpressRoute](../expressroute/expressroute-introduction.md) service enhances network throughput, performance, and predictability. ExpressRoute is a service that routes your data through a dedicated private connection to Azure. ExpressRoute connections do not route data through the public internet. The connections offer more reliability, faster speeds, lower latencies, and higher security than typical connections over the public internet.
69-
- [AZCopy utility](../storage/common/storage-use-azcopy.md) moves data to Azure Storage over the public internet. This works if your data sizes are less than 10 TB. To perform loads on a regular basis with AZCopy, test the network speed to see if it is acceptable.
70-
- [Azure Data Factory (ADF)](../data-factory/introduction.md) has a gateway that you can install on your local server. Then you can create a pipeline to move data from your local server up to Azure Storage.
71-
72-
For more information, see [Moving data to and from Azure Storage](../storage/common/storage-moving-data.md)
73-
69+
- [AZCopy utility](../storage/common/storage-moving-data.md) moves data to Azure Storage over the public internet. This works if your data sizes are less than 10 TB. To perform loads on a regular basis with AZCopy, test the network speed to see if it is acceptable.
70+
- [Azure Data Factory (ADF)](../data-factory/introduction.md) has a gateway that you can install on your local server. Then you can create a pipeline to move data from your local server up to Azure Storage. To use Data Factory with SQL Data Warehouse, see [Load data into SQL Data Warehouse](/azure/data-factory/load-azure-sql-data-warehouse).
7471

7572
## Prepare data
7673

0 commit comments

Comments
 (0)