Share via

Office 365 Data Loading Issue

Pravalika-randstad 240 Reputation points
2024-02-13T12:06:19.7733333+00:00

I’m attempting to download attachments from Outlook emails (Office 365) using a Copy Data Activity in Azure Data Factory. Despite successfully displaying the extraction message, the pipeline fails with a “CrossRegionFailure” after encountering an issue related to the regions. Both my Azure and Office 365 portals are in the same region. I’m seeking assistance to resolve this issue. Error Message: Office 365 data loading failed to execute. office365LoadErrorType: PermanentError. The extraction failed due to a region mismatch between the user data and the pipeline. Please ensure that this pipeline is deployed in the correct region for the given tenant.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

Answer accepted by question author

Harishga 6,005 Reputation points Microsoft External Staff
2024-02-13T13:19:37.54+00:00

Hi @Pravalika-randstad
Welcome to Microsoft Q&A platform and thanks for posting your question here.

Based on the error message you provided, it seems that the pipeline is failing due to a region mismatch between the user data and the pipeline. The error message suggests that the pipeline needs to be deployed in the correct region for the given tenant.

To fix the issue, it is necessary to make sure that the Azure Integration Runtime region used for the Copy Data Activity, along with the destination, is in the same region where the mailbox of Office 365 tenant users is located.

It is recommended to check if your Azure subscription and Office 365 tenant are associated with the same Azure Active Directory tenant. If they are not, you may need to seek assistance from your administrator to obtain the required permissions for enabling VM replication and copying data to the target using Site Recovery.

Reference
https://learn.microsoft.com/en-us/azure/data-factory/connector-office-365?tabs=data-factory#prerequisites
https://learn.microsoft.com/en-us/azure/data-factory/connector-office-365?tabs=data-factory

Hope this helps. Do let us know if you any further queries.


If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.