Skip to content

Commit 94816ec

Browse files
authored
Merge pull request #190547 from Clare-Zheng82/0304-Add_O365_limitation
Add notes to Office 365 documents
2 parents f059db8 + 702eb91 commit 94816ec

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 09/30/2021
10+
ms.date: 03/04/2022
1111
ms.author: jianleishen
1212
---
1313
# Copy data from Office 365 into Azure using Azure Data Factory or Synapse Analytics
@@ -27,6 +27,9 @@ For now, within a single copy activity you can only **copy data from Office 365
2727
>- Ensure the Azure Integration Runtime region used for copy activity as well as the destination is in the same region where the Office 365 tenant users' mailbox is located. Refer [here](concepts-integration-runtime.md#integration-runtime-location) to understand how the Azure IR location is determined. Refer to [table here](/graph/data-connect-datasets#regions) for the list of supported Office regions and corresponding Azure regions.
2828
>- Service Principal authentication is the only authentication mechanism supported for Azure Blob Storage, Azure Data Lake Storage Gen1, and Azure Data Lake Storage Gen2 as destination stores.
2929
30+
> [!Note]
31+
> Please use Azure integration runtime in both source and sink linked services. The self-hosted integration runtime and the managed virtual network integration runtime are not supported.
32+
3033
## Prerequisites
3134

3235
To copy data from Office 365 into Azure, you need to complete the following prerequisite steps:

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: jianleishen
55
ms.service: data-factory
66
ms.subservice: data-movement
77
ms.topic: conceptual
8-
ms.date: 07/05/2021
8+
ms.date: 03/04/2022
99
ms.author: jianleishen
1010
---
1111

@@ -48,6 +48,9 @@ This article shows you how to use the Data Factory _load data from Office 365 in
4848

4949
3. In the Activities tool box > Move & Transform category > drag and drop the **Copy activity** from the tool box to the pipeline designer surface. Specify "CopyFromOffice365ToBlob" as activity name.
5050

51+
> [!Note]
52+
> Please use Azure integration runtime in both source and sink linked services. The self-hosted integration runtime and the managed virtual network integration runtime are not supported.
53+
5154
### Configure source
5255

5356
1. Go to the pipeline > **Source tab**, click **+ New** to create a source dataset.
@@ -78,6 +81,7 @@ This article shows you how to use the Data Factory _load data from Office 365 in
7881

7982
:::image type="content" source="./media/load-office-365-data/edit-source-properties.png" alt-text="Config Office 365 dataset schema":::
8083

84+
8185
### Configure sink
8286

8387
1. Go to the pipeline > **Sink tab**, and select **+ New** to create a sink dataset.

0 commit comments

Comments
 (0)