Get-AzureADUser in Azure Function

stout27 1 Reputation point
2020-10-27T19:08:12.3+00:00

Is it possible to run the Get-AzureADUser in Azure Functions (Consumption Plan)?

Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2020-10-27T20:57:19.793+00:00

    Well can you load the Azure AD module there? :) I'd strongly recommend you do direct Graph API calls instead of using the module btw.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.