Search code examples
azureazure-data-factorymicrosoft365

Error in Azure Data Pipeline to get user details from Microsoft 365 need to opt in to Microsoft Data Connect


I need to retrieve all Microsoft 365 users within our tenant and extract these info to Blob Storage using Azure Data Factory

Here's my linked service as source enter image description here

I encountered an error that I have to opt in to Microsoft Data Connect

enter image description here

does it have cost even the data set I'm going to use is BasicDataSetv0.User_v1 because in the microsoft page it says it's free only for BasicDataSetv0.User_v0

enter image description here

Also upon checking there's an approval stage after running the pipeline is there a way to auto approve it? Because I want to have this copied daily at a specific time.


Solution

  • I used the rest api linked service to call graph api instead and it's free