How to access Intune data warehouse(odata feed) from Azure data factory
Hi Team,
I wanted to access intune DW(Odata feed) from azure data factory but not able to connect and get the data for processing. followed the MS document but no luck below are the details:
Service Url:https://FEF.XXX.manage.microsoft.com/ReportingService/DataWarehouseFEService?api-version=v1.0
AAD resource : https://api.manage.microsoft.com/
Tenant ID : Tenant ID
Service ID: APP ID
Service Key: App secret
ERROR Message for Test Connection:
Failed to create odata connection to RequestUrl.
Failed to get metadata of odata service, please check if service url and credential is correct and your application has permission to the resource. Expected status code: 200, actual status code: ServiceUnavailable, response is : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Service Unavailable</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Service Unavailable</h2>
<hr><p>HTTP Error 503. The service is unavailable.</p>
</BODY></HTML>
.
Activity ID: d7669ea6-4e7d-43d0-88cf-9907d6a091c2.
Kindly check and let me know is it possible to connect Intune DW in ADF