Search code examples
azureoutlookazure-data-factory

How to pull Email Attachments using Azure data factory copy activity?


We have one scenario where in we would like to pull email attachments to Azure storage. Thinking Azure Data Factory (V2) as means how we can achieve this? Is there any connector available with which we can directly connect to Outlook and fetch the email attachments?

Thanks.


Solution

  • ADF supports office 365 connector.

    enter image description here

    You could follow above link to create linkedService and DateSet.

    enter image description here

    When you create Linkedservice,you need to grant Mail Read permission to sp id and secret.

    enter image description here

    In dataset,you could define below properties in the structure json.

    enter image description here