Skip to content

Commit b07c511

Browse files
committed
Fixes for reviewer
1 parent 48c6d2c commit b07c511

11 files changed

+65
-65
lines changed

articles/data-factory/join-azure-ssis-integration-runtime-virtual-network-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Use Azure portal to configure a classic virtual network before you try to join y
7070

7171
1. On the **Add role assignment** page, enter **Microsoft Azure Batch** in the search box, select the role, and select **Next**.
7272

73-
:::image type="content" source="media/join-azure-ssis-integration-runtime-virtual-network/add-vm-contributor-role.png" alt-text="Sreenshot showing search results for the "Virtual Machine Contributor" role.":::
73+
:::image type="content" source="media/join-azure-ssis-integration-runtime-virtual-network/add-virtual-machine-contributor-role.png" alt-text="Sreenshot showing search results for the "Virtual Machine Contributor" role.":::
7474

7575
1. On the **Members** page, under **Members** select **+ Select members**. Then on the **Select Members** pane, search for **Microsoft Azure Batch**, and select it from the list to add it, and click **Select**.
7676

@@ -90,7 +90,7 @@ After you've configured an Azure Resource Manager/classic virtual network, you c
9090

9191
1. In the [Azure portal](https://portal.azure.com), under the **Azure Services** section, select **More Services** to see a list of all Azure services. In the **Filter services** search box, type **Data Factories**, and then choose **Data Factories** in the list of services that appear.
9292

93-
:::image type="content" source="media/join-azure-ssis-integration-runtime-virtual-network/portal-find-data-factories.png" alt-text="Screenshot of the All Services page on the Azure Portal filtered for "Data Factories".":::
93+
:::image type="content" source="media/join-azure-ssis-integration-runtime-virtual-network/portal-find-data-factories.png" alt-text="Screenshot of the All Services page on the Azure portal filtered for Data Factories.":::
9494

9595
:::image type="content" source="media/join-azure-ssis-integration-runtime-virtual-network/data-factories-list.png" alt-text="List of data factories":::
9696

articles/data-factory/join-azure-ssis-integration-runtime-virtual-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ When joining your Azure-SSIS IR to a virtual network, remember these important p
5252

5353
- If a classic virtual network is already connected to your on-premises network in a different location from your Azure-SSIS IR, you can create an [Azure Resource Manager virtual network](../virtual-network/quick-create-portal.md#create-a-virtual-network) for your Azure-SSIS IR to join. Then configure a [classic-to-Azure Resource Manager virtual network](../vpn-gateway/vpn-gateway-connect-different-deployment-models-portal.md) connection.
5454

55-
- If an Azure Resource Manager virtual network is already connected to your on-premises network in a different location from your Azure-SSIS IR, you can first create an [Azure Resource Manager virtual network](../virtual-network/quick-create-portal.md#create-a-virtual-network) for your Azure-SSIS IR to join. Then configure an [Azure Resource Manager-to-Azure Resource Manager virtual network](../vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal.md) connection.
55+
- If an Azure Resource Manager network is already connected to your on-premises network in a different location from your Azure-SSIS IR, you can first create an [Azure Resource Manager virtual network](../virtual-network/quick-create-portal.md#create-a-virtual-network) for your Azure-SSIS IR to join. Then configure an [Azure Resource Manager-to-Azure Resource Manager virtual network](../vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal.md) connection.
5656

57-
## Hosting SSISDB in Azure SQL Database server or Managed Instance
57+
## Hosting SSISDB in Azure SQL Database server or Managed instance
5858

5959
If you host SSISDB in Azure SQL Database server configured with a virtual network service endpoint, make sure that you join your Azure-SSIS IR to the same virtual network and subnet.
6060

articles/data-factory/lab-data-flow-data-share.md

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

articles/data-factory/load-azure-data-lake-storage-gen2-from-gen1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This article shows you how to use the Data Factory copy data tool to copy data f
3232

3333
## Create a data factory
3434

35-
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure Portal.
35+
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure portal.
3636

3737
:::image type="content" source="./media/doc-common-process/data-factory-home-page.png" alt-text="Home page for the Azure Data Factory, with the Open Azure Data Factory Studio tile.":::
3838

@@ -144,7 +144,7 @@ As a best practice, conduct a performance POC with a representative sample datas
144144

145145
3. If you have maximized the performance of a single copy activity, but have not yet achieved the throughput upper limits of your environment, you can run multiple copy activities in parallel.
146146

147-
When you see significant number of throttling errors from [copy activity monitoring](copy-activity-monitoring.md#monitor-visually), it indicates you have reached the capacity limit of your storage account. ADF will retry automatically to overcome each throttling error to make sure there will not be any data lost, but too many retries impact your copy throughput as well. In such case, you are encouraged to reduce the number of copy activities running cocurrently to avoid significant amounts of throttling errors. If you have been using single copy activity to copy data, then you are encouraged to reduce the DIU.
147+
When you see significant number of throttling errors from [copy activity monitoring](copy-activity-monitoring.md#monitor-visually), it indicates you have reached the capacity limit of your storage account. ADF will retry automatically to overcome each throttling error to make sure there will not be any data lost, but too many retries can degrade your copy throughput as well. In such case, you are encouraged to reduce the number of copy activities running cocurrently to avoid significant amounts of throttling errors. If you have been using single copy activity to copy data, then you are encouraged to reduce the DIU.
148148

149149

150150
### Delta data migration

articles/data-factory/load-azure-data-lake-storage-gen2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article shows you how to use the Data Factory Copy Data tool to load data f
3333

3434
## Create a data factory
3535

36-
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure Portal.
36+
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure portal.
3737

3838
:::image type="content" source="./media/doc-common-process/data-factory-home-page.png" alt-text="Home page for the Azure Data Factory, with the Open Azure Data Factory Studio tile.":::
3939

articles/data-factory/load-azure-data-lake-store.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This article shows you how to use the Data Factory Copy Data tool to _load data
3838

3939
## Create a data factory
4040

41-
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure Portal.
41+
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure portal.
4242

4343
:::image type="content" source="./media/doc-common-process/data-factory-home-page.png" alt-text="Home page for the Azure Data Factory, with the Open Azure Data Factory Studio tile.":::
4444

@@ -52,7 +52,7 @@ This article shows you how to use the Data Factory Copy Data tool to _load data
5252
2. In the **Properties** page, specify **CopyFromAmazonS3ToADLS** for the **Task name** field, and select **Next**:
5353

5454
:::image type="content" source="./media/load-data-into-azure-data-lake-store/copy-data-tool-properties-page.png" alt-text="Properties page":::
55-
3. In the **Source data store** page, click **+ Create new connection**:
55+
3. In the **Source data store** page, select **+ Create new connection**:
5656

5757
:::image type="content" source="./media/load-data-into-azure-data-lake-store/source-data-store-page.png" alt-text="Source data store page":::
5858

@@ -79,7 +79,7 @@ This article shows you how to use the Data Factory Copy Data tool to _load data
7979

8080
:::image type="content" source="./media/load-data-into-azure-data-lake-store/specify-binary-copy.png" alt-text="Screenshot shows the Choose the input file or folder where you can select Copy file recursively and Binary Copy.":::
8181

82-
7. In the **Destination data store** page, click **+ Create new connection**, and then select **Azure Data Lake Storage Gen1**, and select **Continue**:
82+
7. In the **Destination data store** page, select **+ Create new connection**, and then select **Azure Data Lake Storage Gen1**, and select **Continue**:
8383

8484
:::image type="content" source="./media/load-data-into-azure-data-lake-store/destination-data-storage-page.png" alt-text="Destination data store page":::
8585

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This article shows you how to use the Copy Data tool to _load data from Azure SQ
4040

4141
## Create a data factory
4242

43-
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure Portal.
43+
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure portal.
4444

4545
:::image type="content" source="./media/doc-common-process/data-factory-home-page.png" alt-text="Home page for the Azure Data Factory, with the Open Azure Data Factory Studio tile.":::
4646

articles/data-factory/load-office-365-data.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article shows you how to use the Data Factory _load data from Microsoft 365
1717

1818
## Create a data factory
1919

20-
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure Portal.
20+
1. If you have not created your data factory yet, follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md) to create one. After creating it, browse to the data factory in the Azure portal.
2121

2222
:::image type="content" source="./media/doc-common-process/data-factory-home-page.png" alt-text="Home page for the Azure Data Factory, with the Open Azure Data Factory Studio tile.":::
2323

@@ -38,17 +38,17 @@ This article shows you how to use the Data Factory _load data from Microsoft 365
3838
3939
### Configure source
4040

41-
1. Go to the pipeline > **Source tab**, click **+ New** to create a source dataset.
41+
1. Go to the pipeline > **Source tab**, select **+ New** to create a source dataset.
4242

4343
2. In the New Dataset window, select **Microsoft 365 (Office 365)**, and then select **Continue**.
4444

45-
3. You are now in the copy activity configuration tab. Click on the **Edit** button next to the Microsoft 365 (Office 365) dataset to continue the data configuration.
45+
3. You are now in the copy activity configuration tab. Select on the **Edit** button next to the Microsoft 365 (Office 365) dataset to continue the data configuration.
4646

4747
:::image type="content" source="./media/load-office-365-data/transition-to-edit-dataset.png" alt-text="Config Microsoft 365 (Office 365) dataset general.":::
4848

4949
4. You see a new tab opened for Microsoft 365 (Office 365) dataset. In the **General tab** at the bottom of the Properties window, enter "SourceOffice365Dataset" for Name.
5050

51-
5. Go to the **Connection tab** of the Properties window. Next to the Linked service text box, click **+ New**.
51+
5. Go to the **Connection tab** of the Properties window. Next to the Linked service text box, select **+ New**.
5252

5353
6. In the New Linked Service window, enter "Office365LinkedService" as name, enter the service principal ID and service principal key, then test connection and select **Create** to deploy the linked service.
5454

@@ -62,7 +62,7 @@ This article shows you how to use the Data Factory _load data from Microsoft 365
6262

6363
9. You are required to choose one of the date filters and provide the start time and end time values.
6464

65-
10. Click on the **Import Schema** tab to import the schema for Message dataset.
65+
10. Select on the **Import Schema** tab to import the schema for Message dataset.
6666

6767
:::image type="content" source="./media/load-office-365-data/edit-source-properties.png" alt-text="Config Microsoft 365 (Office 365) dataset schema.":::
6868

@@ -73,7 +73,7 @@ This article shows you how to use the Data Factory _load data from Microsoft 365
7373

7474
2. In the New Dataset window, notice that only the supported destinations are selected when copying from Microsoft 365 (Office 365). Select **Azure Blob Storage**, select Binary format, and then select **Continue**. In this tutorial, you copy Microsoft 365 (Office 365) data into an Azure Blob Storage.
7575

76-
3. Click on **Edit** button next to the Azure Blob Storage dataset to continue the data configuration.
76+
3. Select on **Edit** button next to the Azure Blob Storage dataset to continue the data configuration.
7777

7878
4. On the **General tab** of the Properties window, in Name, enter "OutputBlobDataset".
7979

@@ -110,7 +110,7 @@ To see activity runs associated with the pipeline run, select the **View Activit
110110

111111
:::image type="content" source="./media/load-office-365-data/activity-status.png" alt-text="Monitor activity":::
112112

113-
If this is the first time you are requesting data for this context (a combination of which data table is being access, which destination account is the data being loaded into, and which user identity is making the data access request), you will see the copy activity status as **In Progress**, and only when you click into "Details" link under Actions will you see the status as **RequesetingConsent**. A member of the data access approver group needs to approve the request in the Privileged Access Management before the data extraction can proceed.
113+
If this is the first time you are requesting data for this context (a combination of which data table is being access, which destination account is the data being loaded into, and which user identity is making the data access request), you will see the copy activity status as **In Progress**, and only when you select into "Details" link under Actions will you see the status as **RequesetingConsent**. A member of the data access approver group needs to approve the request in the Privileged Access Management before the data extraction can proceed.
114114

115115
_Status as requesting consent:_
116116
:::image type="content" source="./media/load-office-365-data/activity-details-request-consent.png" alt-text="Activity execution details - request consent":::
6.93 KB
Loading

0 commit comments

Comments
 (0)