Skip to content

Commit 4e8ceb1

Browse files
authored
Merge pull request #207316 from jonburchel/2002-08-08-quickstart-get-started-with-adf
ADF Quickstart: Get started
2 parents c3a51c5 + a61ec67 commit 4e8ceb1

File tree

77 files changed

+393
-388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+393
-388
lines changed

articles/data-factory/.openpublishing.redirection.data-factory.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,20 +542,25 @@
542542
"redirect_document_id": false
543543
},
544544
{
545-
"source_path": "articles/data-factory/wrangling-data-flow-overview.md",
545+
"source_path_from_root": "/articles/data-factory/wrangling-data-flow-overview.md",
546546
"redirect_url": "/azure/data-factory/wrangling-overview",
547547
"redirect_document_id": false
548548
},
549549
{
550-
"source_path": "articles/data-factory/wrangling-data-flow-functions.md",
550+
"source_path_from_root": "/articles/data-factory/wrangling-data-flow-functions.md",
551551
"redirect_url": "/azure/data-factory/wrangling-functions",
552552
"redirect_document_id": false
553553
},
554554
{
555-
"source_path": "articles/data-factory/wrangling-data-flow-tutorial.md",
555+
"source_path_from_root": "/articles/data-factory/wrangling-data-flow-tutorial.md",
556556
"redirect_url": "/azure/data-factory/wrangling-tutorial",
557557
"redirect_document_id": false
558558
},
559+
{
560+
"source_path_from_root": "/articles/data-factory/quickstart-create-data-factory-portal.md",
561+
"redirect_url": "/azure/data-factory/quickstart-create-data-factory",
562+
"redirect_document_id": false
563+
},
559564
{
560565
"source_path_from_root": "/articles/data-factory/scenario-ssis-migration-ssisdb-mi.md",
561566
"redirect_url": "/azure/data-factory/scenario-ssis-migration-overview",
@@ -581,6 +586,11 @@
581586
"redirect_url": "/azure/data-factory/sap-change-data-capture-introduction-architecture",
582587
"redirect_document_id": false
583588
},
589+
{
590+
"source_path_from_root": "/articles/data-factory/quickstart-create-data-factory-copy-data-tool.md",
591+
"redirect_url": "/azure/data-factory/quickstart-hello-world-copy-data-tool",
592+
"redirect_document_id": false
593+
},
584594
{
585595
"source_path_from_root": "/articles/data-factory/solution-template-copy-new-files-lastmodifieddate.md",
586596
"redirect_url": "/azure/data-factory/solution-template-copy-new-files-last-modified-date",

articles/data-factory/TOC.yml

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,17 @@ items:
1818
- name: Quickstarts
1919
expanded: true
2020
items:
21-
- name: Create data factory - User interface (UI)
22-
href: quickstart-create-data-factory-portal.md
23-
- name: Create data factory - Copy data tool
24-
href: quickstart-create-data-factory-copy-data-tool.md
21+
- name: Get started with Azure Data Factory
22+
href: quickstart-get-started.md
23+
- name: Create a data factory
24+
href: quickstart-create-data-factory.md
25+
- name: Hello World - How to copy data
26+
href: quickstart-hello-world-copy-data-tool.md
2527
displayName: timeout
26-
- name: Create data factory - Azure CLI
27-
href: quickstart-create-data-factory-azure-cli.md
28-
- name: Create data factory - Azure PowerShell
29-
href: quickstart-create-data-factory-powershell.md
30-
- name: Create data factory - .NET
31-
href: quickstart-create-data-factory-dot-net.md
32-
- name: Create data factory - Python
33-
href: quickstart-create-data-factory-python.md
34-
- name: Create data factory - REST
35-
href: quickstart-create-data-factory-rest-api.md
36-
- name: Create data factory - Bicep
37-
displayName: ARM, Resource Manager, Template
38-
href: quickstart-create-data-factory-bicep.md
39-
- name: Create data factory - ARM template
40-
displayName: Resource Manager
41-
href: quickstart-create-data-factory-resource-manager-template.md
42-
- name: Create data flow
28+
- name: Create a data flow
4329
href: data-flow-create.md
30+
- name: Training modules
31+
href: quickstart-learn-modules.md
4432
- name: Tutorials
4533
items:
4634
- name: List of tutorials
@@ -308,6 +296,20 @@ items:
308296
href: concepts-data-redundancy.md
309297
- name: How-to guides
310298
items:
299+
- name: Create Data Factory Programmatically
300+
items:
301+
- name: Create data factory - Azure CLI
302+
href: quickstart-create-data-factory-azure-cli.md
303+
- name: Create data factory - Azure PowerShell
304+
href: quickstart-create-data-factory-powershell.md
305+
- name: Create data factory - .NET
306+
href: quickstart-create-data-factory-dot-net.md
307+
- name: Create data factory - Python
308+
href: quickstart-create-data-factory-python.md
309+
- name: Create data factory - REST
310+
href: quickstart-create-data-factory-rest-api.md
311+
- name: Create data factory - Bicep
312+
href: quickstart-create-data-factory-bicep.md
311313
- name: Author
312314
items:
313315
- name: Visually author data factories

articles/data-factory/copy-data-tool-metadata-driven.md

Lines changed: 4 additions & 4 deletions

articles/data-factory/copy-data-tool.md

Lines changed: 4 additions & 4 deletions

articles/data-factory/includes/data-factory-v2-connector-get-started.md

Lines changed: 1 addition & 1 deletion

articles/data-factory/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Create an Azure Data Factory with an ARM template
5151
url: ./quickstart-create-data-factory-resource-manager-template.md
5252
- text: Use the Copy Data tool
53-
url: ./quickstart-create-data-factory-copy-data-tool.md
53+
url: ./quickstart-hello-world-copy-data-tool.md
5454
- linkListType: how-to-guide
5555
links:
5656
- text: Expressions and functions in Azure Data Factory

articles/data-factory/introduction.md

Lines changed: 1 addition & 1 deletion
-63 KB

0 commit comments

Comments
 (0)