I am needing to connect from Azure (Azure data factory) to SharePoint sites When I then create a linked service, I get the following error
Failed to get metadata of odata service, please check if service url and
credential is correct and your application has permission to the resource.
So, here is what I am doing - detailed:
- I registered an app in Azure Active Directory and then went to Grant permission to that app ("add-in" in SharePoint language, if I get it right) with the SharePoint.
So, in the following, I am not understanding:

1.) What to put for domain ? and for redirect.
Is it something like "www.myCompanyDomain.com" and http://www.myCompanyDomain.com ?
or is it something to be taken from Azure Registered app configuration ?
- ) In the XML pasted, the "Scope" - Do I specify it literally as it is shown ? (Actually http://sharepoint/content/sitecollection) or is it to be replaced with my company's sharepoint Farm URL ?
Would appreciate any help ...

