im trying to use azure function app to extract a list of all Azure Active Directory users through Powershell and save as a csv and then upload to a ftp server
there is a lot of old articles but azure seemed to build out more functions...
my first challenge is getting the powershell commands to read our aad environment
any information, articles or pointers will be greatly appreciated
Get-AzureADUser
. – Santiago Squarzon