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.
We have tried with REST connector also but facing below error
401 indicates failure. Request URL: https://fef.amsub0102.manage.microsoft.com/ReportingService/DataWarehouseFEService?api-version=v1.0 Response payload:{"Message":"{\r\n \"_version\": 3,\r\n \"Message\": \"An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity
ID: 1b6ff762-87b0-4578-8c9e-0dfc9a9d41c3 - Url: https://fef.amsub0102.manage.microsoft.com/ReportingService/DataWarehouseFEService?api-version=v1.0\",\r\n \"CustomApiErrorPhrase\": \"\",\r\n \"RetryAfter\": null,\r\n \"ErrorSourceService\": \"\",\r\n \"HttpHeaders\": \"{}\"\r\n}"}
is it possible to connect Intune DW in ADF?