Skip to content

Commit fb17110

Browse files
committed
Acrolinx
1 parent 1650ee1 commit fb17110

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

articles/data-factory/quickstart-get-started.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: subject-armqs
1515

1616
[!INCLUDE[appliesto-adf-xxx-md](includes/appliesto-adf-xxx-md.md)]
1717

18-
Welcome to Azure Data Factory! This getting started article will let you create your first data factory and pipeline within 5 minutes. The ARM template below will create and configure everything you need to try it out. Then you only need to navigate to your demo data factory and make one more click to trigger the pipeline, which moves some sample data from one Azure blob storage to another.
18+
Welcome to Azure Data Factory! This getting started article will let you create your first data factory and pipeline within 5 minutes. The ARM template below will create and configure everything you need to try it out. Then you only need to navigate to your demo data factory and make one more click to trigger the pipeline, which moves some sample data from one Azure blob storage to another.
1919

2020
## Prerequisites
2121
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
@@ -27,74 +27,74 @@ The following video provides a walkthrough of the sample:
2727
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=0550df36-bfe6-407b-b00b-1b60fa700e94]
2828
2929
## Try your first demo with one click
30-
In your first demo scenario you will use the [Copy activity](copy-activity-overview.md) in a data factory to copy an Azure blob named moviesDB2.csv from an input folder on an Azure Blob Storage to an output folder. In a real world scenario this copy operation could be between any of the many supported data sources and sinks available in the service. It could also involve transformations in the data.
30+
In your first demo scenario you'll use the [Copy activity](copy-activity-overview.md) in a data factory to copy an Azure blob named moviesDB2.csv from an input folder on an Azure Blob Storage to an output folder. In a real world scenario, this copy operation could be between any of the many supported data sources and sinks available in the service. It could also involve transformations in the data.
3131

32-
Try it now with one click! After clicking the button below, the following objects will be created in Azure:
32+
Try it now with one click! After selecting the button below, the following objects will be created in Azure:
3333
- A data factory account
3434
- A pipeline within the data factory with one copy activity
3535
- An Azure blob storage with [moviesDB2.csv](https://raw.githubusercontent.com/kromerm/adfdataflowdocs/master/sampledata/moviesDB2.csv) uploaded into an input folder as source
3636
- A linked service to connect the data factory to the Azure blob storage
3737

3838
## Step 1: Click the button to start
3939

40-
Select the button below to try it out! (If you clicked the one above already, you don't need to do it again.)
40+
Select the button below to try it out! (If you clicked the one above already, you don't need to do it again.)
4141

4242
[![Try your first data factory demo](./media/quickstart-get-started/try-it-now.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.datafactory%2Fdata-factory-get-started%2Fazuredeploy.json)
4343

44-
You will be redirected to the configuration page shown in the image below to deploy the template. Here, you only need to create a **new resource group**. (You can leave all the other values with their defaults.) Then click **Review + create** and click **Create** to deploy the resources.
44+
You'll be redirected to the configuration page shown in the image below to deploy the template. Here, you only need to create a **new resource group**. (You can leave all the other values with their defaults.) Then click **Review + create** and click **Create** to deploy the resources.
4545

4646
> [!NOTE]
47-
> The user deploying the template needs to assign a role to a managed identity. This requires permissions that can be granted through the Owner, User Access Administrator or Managed Identity Operator roles.
47+
> The user deploying the template needs to assign a role to a managed identity. This requires permissions that can be granted through the Owner, User Access Administrator, or Managed Identity Operator roles.
4848
49-
All of the resources referenced above will be created in the new resource group, so you can easily clean them up after trying the demo.
49+
All of the resources referenced above will be created in the new resource group, so you can easily clean them up after trying the demo.
5050

5151
:::image type="content" source="media/quickstart-get-started/deploy-template.png" alt-text="A screenshot of the deployment template creation dialog.":::
5252

5353
## Step 2: Review deployed resources
5454

5555
1. Select **Go to resource group** after your deployment is complete.
56-
:::image type="content" source="media/quickstart-get-started/deployment-complete.png" alt-text="A screenshot of the deployment complete page in the Azure portal after successfully deploying the template.":::
56+
:::image type="content" source="media/quickstart-get-started/deployment-complete.png" alt-text="A screenshot of the deployment complete page in the Azure portal after successfully deploying the template.":::
5757

58-
1. In the resource group, you will see the new data factory, Azure blob storage account, and managed identity that were created by the deployment.
59-
:::image type="content" source="media/quickstart-get-started/resource-group-contents.png" alt-text="A screenshot of the contents of the resource group created for the demo.":::
58+
1. In the resource group, you'll see the new data factory, Azure blob storage account, and managed identity that were created by the deployment.
59+
:::image type="content" source="media/quickstart-get-started/resource-group-contents.png" alt-text="A screenshot of the contents of the resource group created for the demo.":::
6060

6161
1. Select the data factory in the resource group to view it. Then select the **Launch Studio** button to continue.
62-
:::image type="content" source="media/quickstart-get-started/launch-adf-studio.png" alt-text="A screenshot of the Azure portal on the newly created data factory page, highlighting the location of the Open Azure Data Factory Studio button.":::
62+
:::image type="content" source="media/quickstart-get-started/launch-adf-studio.png" alt-text="A screenshot of the Azure portal on the newly created data factory page, highlighting the location of the Open Azure Data Factory Studio button.":::
6363

64-
1. Select on the **Author** tab <img src="media/quickstart-get-started/author-button.png" alt="Author tab"/> and then the **Pipeline** created by the template. Then check the source data by selecting **Open**.
64+
1. Select on the **Author** tab <img src="media/quickstart-get-started/author-button.png" alt="Author tab"/> and then the **Pipeline** created by the template. Then check the source data by selecting **Open**.
6565

66-
:::image type="content" source="media/quickstart-get-started/view-pipeline.png" alt-text="Screenshot of the Azure Data Factory Studio showing the pipeline created by the template.":::
66+
:::image type="content" source="media/quickstart-get-started/view-pipeline.png" alt-text="Screenshot of the Azure Data Factory Studio showing the pipeline created by the template.":::
6767

68-
1. In the source dataset that you will see, select **Browse**, and note the moviesDB2.csv file, which has been uploaded into the input folder already.
68+
1. In the source dataset that you'll see, select **Browse**, and note the moviesDB2.csv file, which has been uploaded into the input folder already.
6969

70-
:::image type="content" source="media/quickstart-get-started/source-dataset-browse.png" alt-text="Screenshot of the source dataset highlighting the Browse button where the user can see the input file created for the demo.":::
70+
:::image type="content" source="media/quickstart-get-started/source-dataset-browse.png" alt-text="Screenshot of the source dataset highlighting the Browse button where the user can see the input file created for the demo.":::
7171

72-
:::image type="content" source="media/quickstart-get-started/input-contents.png" alt-text="Screenshot of the contents of the input folder showing the moviesDB2.csv file used in the demo.":::
72+
:::image type="content" source="media/quickstart-get-started/input-contents.png" alt-text="Screenshot of the contents of the input folder showing the moviesDB2.csv file used in the demo.":::
7373

7474
## Step 3: Trigger the demo pipeline to run
7575

7676
1. Select **Add Trigger**, and then **Trigger Now**.
77-
:::image type="content" source="media/quickstart-get-started/trigger-now.png" alt-text="Screenshot of the Trigger Now button for the pipeline in the demo.":::
77+
:::image type="content" source="media/quickstart-get-started/trigger-now.png" alt-text="Screenshot of the Trigger Now button for the pipeline in the demo.":::
7878
1. In the right pane under **Pipeline run**, select **OK**.
7979

8080
## Monitor the pipeline
8181

8282
1. Select the **Monitor** tab <img src="media/quickstart-get-started/monitor-button.png" alt="Monitor tab"/>.
8383
1. You can see an overview of your pipeline runs in the Monitor tab, such as run start time, status, etc.
84-
85-
:::image type="content" source="media/quickstart-get-started/monitor-overview.png" alt-text="Screenshot of the data factory monitoring tab.":::
84+
85+
:::image type="content" source="media/quickstart-get-started/monitor-overview.png" alt-text="Screenshot of the data factory monitoring tab.":::
8686

8787
1. In this quickstart, the pipeline has only one activity type: Copy. Click on the pipeline name and you can see the details of the copy activity's run results.
8888

89-
:::image type="content" source="media/quickstart-get-started/copy-activity-run-results.png" alt-text="Screenshot of the run results of a copy activity in the data factory monitoring tab.":::
89+
:::image type="content" source="media/quickstart-get-started/copy-activity-run-results.png" alt-text="Screenshot of the run results of a copy activity in the data factory monitoring tab.":::
9090

91-
1. Click on details, and the detailed copy process is displayed. From the results, data read and written size are the same, and 1 file was read and written, which also proves all the data has been successfully copied to the destination.
91+
1. Click on details, and the detailed copy process is displayed. From the results, data read and written size are the same, and one file was read and written, which also proves all the data has been successfully copied to the destination.
9292

93-
:::image type="content" source="media/quickstart-get-started/copy-activity-detailed-run-results.png" alt-text="Screenshot of the detailed copy activity run results.":::
93+
:::image type="content" source="media/quickstart-get-started/copy-activity-detailed-run-results.png" alt-text="Screenshot of the detailed copy activity run results.":::
9494

9595
## Clean up resources
9696

97-
You can clean up all the resources you created in this quickstart in either of two ways. You can [delete the entire Azure resource group](../azure-resource-manager/management/delete-resource-group.md), which includes all the resources created in it. Or if you want to keep some resources intact, browse to the resource group and delete only the specific resources you want, keeping the others. For example, if you are using this template to create a data factory for use in another tutorial, you can delete the other resources but keep only the data factory.
97+
You can clean up all the resources you created in this quickstart in either of two ways. You can [delete the entire Azure resource group](../azure-resource-manager/management/delete-resource-group.md), which includes all the resources created in it. Or if you want to keep some resources intact, browse to the resource group and delete only the specific resources you want, keeping the others. For example, if you're using this template to create a data factory for use in another tutorial, you can delete the other resources but keep only the data factory.
9898

9999
## Related content
100100

0 commit comments

Comments
 (0)