When I try to run Powershell script in Azure AD function with credentials authorized to update a user details i'm getting below error message--
Please let me know if it rings any bells to fix the issue with authentication credentials to be passed in the script for now because I'm trying to update the details of the user from another tenant.
Microsoft.Azure.WebJobs.Script.Rpc.RpcException : Result: ERROR: Login-AzAccount : Username + Password authentication is not supported in PowerShell Core. Please use device code authentication for interactive log in, or Service Principal authentication for script log in.
Thanks
Siva Pokuri.