Skip to content

Commit 33d0012

Browse files
committed
Build fixes
1 parent 5f1c9b0 commit 33d0012

10 files changed

+26
-21
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,11 @@
585585
"source_path_from_root": "/articles/data-factory/sap-change-data-capture-data-partitioning-template.md",
586586
"redirect_url": "/azure/data-factory/sap-change-data-capture-introduction-architecture",
587587
"redirect_document_id": false
588+
},
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
588593
}
589594
]
590595
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,6 @@ This pipeline will copy objects from one group. The objects belonging to this gr
204204
## Next steps
205205
Try these tutorials that use the Copy Data tool:
206206

207-
- [Quickstart: create a data factory using the Copy Data tool](quickstart-copy-data-tool.md)
208-
- [Tutorial: copy data in Azure using the Copy Data tool](tutorial-copy-data-tool.md)
209-
- [Tutorial: copy on-premises data to Azure using the Copy Data tool](tutorial-hybrid-copy-data-tool.md)
207+
- [Quickstart: Create a data factory using the Copy Data tool](quickstart-hellow-world-copy-data-tool.md)
208+
- [Tutorial: Copy data in Azure using the Copy Data tool](tutorial-copy-data-tool.md)
209+
- [Tutorial: Copy on-premises data to Azure using the Copy Data tool](tutorial-hybrid-copy-data-tool.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ A one-time copy operation enables data movement from a source to a destination o
108108
## Next steps
109109
Try these tutorials that use the Copy Data tool:
110110

111-
- [Quickstart: create a data factory using the Copy Data tool](quickstart-copy-data-tool.md)
112-
- [Tutorial: copy data in Azure using the Copy Data tool](tutorial-copy-data-tool.md)
113-
- [Tutorial: copy on-premises data to Azure using the Copy Data tool](tutorial-hybrid-copy-data-tool.md)
111+
- [Quickstart: Create a data factory using the Copy Data tool](quickstart-hello-world-copy-data-tool.md)
112+
- [Tutorial: Copy data in Azure using the Copy Data tool](tutorial-copy-data-tool.md)
113+
- [Tutorial: Copy on-premises data to Azure using the Copy Data tool](tutorial-hybrid-copy-data-tool.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: jianleishen
1111

1212
To perform the Copy activity with a pipeline, you can use one of the following tools or SDKs:
1313

14-
- [The Copy Data tool](../quickstart-copy-data-tool.md)
14+
- [The Copy Data tool](../quickstart-hello-world-copy-data-tool.md)
1515
- [The Azure portal](../quickstart-create-data-factory-portal.md)
1616
- [The .NET SDK](../quickstart-create-data-factory-dot-net.md)
1717
- [The Python SDK](../quickstart-create-data-factory-python.md)

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-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
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Here are important next step documents to explore:
125125
- [Integration runtime](concepts-integration-runtime.md)
126126
- [Mapping Data Flows](concepts-data-flow-overview.md)
127127
- [Data Factory UI in the Azure portal](quickstart-create-data-factory-portal.md)
128-
- [Copy Data tool in the Azure portal](quickstart-copy-data-tool.md)
128+
- [Copy Data tool in the Azure portal](quickstart-hello-world-copy-data-tool.md)
129129
- [PowerShell](quickstart-create-data-factory-powershell.md)
130130
- [.NET](quickstart-create-data-factory-dot-net.md)
131131
- [Python](quickstart-create-data-factory-python.md)

articles/data-factory/quickstart-hello-world-copy-data-tool.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You will be redirected to the configuration page shown in the image below to dep
3131

3232
A new blob storage account will be created in the new resource group, and the moviesDB2.csv file will be stored in a folder called **input** in the blob storage.
3333

34-
:::image type="content" source="media/quickstart-copy-data-tool/deploy-template.png" alt-text="A screenshot of the deployment template creation dialog.":::
34+
:::image type="content" source="media/quickstart-hello-world-copy-data-tool/deploy-template.png" alt-text="A screenshot of the deployment template creation dialog.":::
3535

3636
### Create a data factory
3737

@@ -49,51 +49,51 @@ The steps below will walk you through how to easily copy data with the copy data
4949

5050
1. On the **Properties** page of the Copy Data tool, choose **Built-in copy task** under **Task type**, then select **Next**.
5151

52-
:::image type="content" source="./media/quickstart-copy-data-tool/copy-data-tool-properties-page.png" alt-text=""Properties" page":::
52+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/copy-data-tool-properties-page.png" alt-text=""Properties" page":::
5353

5454
### Step 2: Complete source configuration
5555

5656
1. Click **+ Create new connection** to add a connection.
5757

5858
1. Select the linked service type that you want to create for the source connection. In this tutorial, we use **Azure Blob Storage**. Select it from the gallery, and then select **Continue**.
5959

60-
:::image type="content" source="./media/quickstart-copy-data-tool/select-blob-source.png" alt-text="Select Blob":::
60+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/select-blob-source.png" alt-text="Select Blob":::
6161

6262
1. On the **New connection (Azure Blob Storage)** page, specify a name for your connection. Select your Azure subscription from the **Azure subscription** list and your storage account from the **Storage account name** list, test connection, and then select **Create**.
6363

64-
:::image type="content" source="./media/quickstart-copy-data-tool/configure-blob-storage.png" alt-text="Configure the Azure Blob storage account":::
64+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/configure-blob-storage.png" alt-text="Configure the Azure Blob storage account":::
6565

6666
1. Select the newly created connection in the **Connection** block.
6767
1. In the **File or folder** section, select **Browse** to navigate to the **adftutorial/input** folder, select the **emp.txt** file, and then click **OK**.
6868
1. Select the **Binary copy** checkbox to copy file as-is, and then select **Next**.
6969

70-
:::image type="content" source="./media/quickstart-copy-data-tool/source-data-store.png" alt-text="Screenshot that shows the Source data store page.":::
70+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/source-data-store.png" alt-text="Screenshot that shows the Source data store page.":::
7171

7272
### Step 3: Complete destination configuration
7373
1. Select the **AzureBlobStorage** connection that you created in the **Connection** block.
7474

7575
1. In the **Folder path** section, enter **adftutorial/output** for the folder path.
7676

77-
:::image type="content" source="./media/quickstart-copy-data-tool/destination-data-store.png" alt-text="Screenshot that shows the Destination data store page.":::
77+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/destination-data-store.png" alt-text="Screenshot that shows the Destination data store page.":::
7878

7979
1. Leave other settings as default and then select **Next**.
8080

8181
### Step 4: Review all settings and deployment
8282

8383
1. On the **Settings** page, specify a name for the pipeline and its description, then select **Next** to use other default configurations.
8484

85-
:::image type="content" source="./media/quickstart-copy-data-tool/settings.png" alt-text="Screenshot that shows the settings page.":::
85+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/settings.png" alt-text="Screenshot that shows the settings page.":::
8686

8787
1. On the **Summary** page, review all settings, and select **Next**.
8888

8989
1. On the **Deployment complete** page, select **Monitor** to monitor the pipeline that you created.
9090

91-
:::image type="content" source="./media/quickstart-copy-data-tool/deployment-page.png" alt-text=""Deployment complete" page":::
91+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/deployment-page.png" alt-text=""Deployment complete" page":::
9292

9393
### Step 5: Monitor the running results
9494
1. The application switches to the **Monitor** tab. You see the status of the pipeline on this tab. Select **Refresh** to refresh the list. Click the link under **Pipeline name** to view activity run details or rerun the pipeline.
9595

96-
:::image type="content" source="./media/quickstart-copy-data-tool/refresh-pipeline.png" alt-text="Refresh pipeline":::
96+
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/refresh-pipeline.png" alt-text="Refresh pipeline":::
9797

9898
1. On the Activity runs page, select the **Details** link (eyeglasses icon) under the **Activity name** column for more details about copy operation. For details about the properties, see [Copy Activity overview](copy-activity-overview.md).
9999

articles/data-factory/quickstart-learn-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This module introduces you to the details of Azure Data Factory's ingestion meth
3838

3939
- [Quickstart: Get started with Azure Data Factory](quickstart-get-started.md)
4040
- [Quickstart: Create data factory using UI](quickstart-create-data-factory-portal.md)
41-
- [Quickstart: Copy data tool](quickstart-copy-data-tool.md)
41+
- [Quickstart: Copy data tool](quickstart-hello-world-copy-data-tool.md)
4242
- [Quickstart: Create data factory - ARM template](quickstart-create-data-factory-resource-manager-template.md)
4343
- [Quickstart: Create data flow](data-flow-create.md)
4444
- [All Learn modules for Azure Data Factory](/training/browse/?filter-products=fact&products=azure-data-factory)

articles/machine-learning/v1/how-to-access-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ For situations where the SDK doesn't provide access to datastores, you might be
296296

297297
## Move data to supported Azure storage solutions
298298

299-
Azure Machine Learning supports accessing data from Azure Blob storage, Azure Files, Azure Data Lake Storage Gen1, Azure Data Lake Storage Gen2, Azure SQL Database, and Azure Database for PostgreSQL. If you're using unsupported storage, we recommend that you move your data to supported Azure storage solutions by using [Azure Data Factory and these steps](../../data-factory/quickstart-create-data-factory-copy-data-tool.md). Moving data to supported storage can help you save data egress costs during machine learning experiments.
299+
Azure Machine Learning supports accessing data from Azure Blob storage, Azure Files, Azure Data Lake Storage Gen1, Azure Data Lake Storage Gen2, Azure SQL Database, and Azure Database for PostgreSQL. If you're using unsupported storage, we recommend that you move your data to supported Azure storage solutions by using [Azure Data Factory and these steps](../../data-factory/quickstart-hello-world-copy-data-tool.md). Moving data to supported storage can help you save data egress costs during machine learning experiments.
300300

301301
Azure Data Factory provides efficient and resilient data transfer with more than 80 prebuilt connectors at no extra cost. These connectors include Azure data services, on-premises data sources, Amazon S3 and Redshift, and Google BigQuery.
302302

articles/sentinel/migration-ingestion-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Review the Azure Data Factory (ADF) and Azure Synapse methods, which are better
7878
To use the Copy activity in Azure Data Factory (ADF) or Synapse pipelines:
7979
1. Create and configure a self-hosted integration runtime. This component is responsible for copying the data from your on-premises host.
8080
1. Create linked services for the source data store ([filesystem](../data-factory/connector-file-system.md?tabs=data-factory#create-a-file-system-linked-service-using-ui) and the sink data store [blob storage](../data-factory/connector-azure-blob-storage.md?tabs=data-factory#create-an-azure-blob-storage-linked-service-using-ui).
81-
3. To copy the data, use the [Copy data tool](../data-factory/quickstart-create-data-factory-copy-data-tool.md). Alternatively, you can use method such as PowerShell, Azure portal, a .NET SDK, and so on.
81+
3. To copy the data, use the [Copy data tool](../data-factory/quickstart-hello-world-copy-data-tool.md). Alternatively, you can use method such as PowerShell, Azure portal, a .NET SDK, and so on.
8282

8383
### AzCopy
8484

0 commit comments

Comments
 (0)