I am getting an ID from a flat file(which I believe is domainname\loginname). Before processing it to the database, I need to lookup on the Azure AD to get more details like Name, Email etc.
I need to first determine what attribute in Azure AD am I getting in my file. Then, I need to lookup Azure AD to get remaining additional info of that user using the ID I am getting in my flat file source.
How do I get a list of all attributes I can get from Azure AD? When I am using Get-AzureADUser powershell cmdlet on Azure portal, it is returning only object_id, email and display_name.
I am moving the file to Azure SQL DB using an ADF pipeline. I am looking for a way to lookup Azure AD from Azure Data Factory pipeline. If that is not possible ,is there any way to achieve the same using LogicApps/powershell/O365?