Create Azure AD user with ARM template

Is there a way for an ARM template used in automation to create an Azure AD user account for a human to use to log in to the Azure Portal with a password?

If so, can you please show minimal code for an ARM template to accomplish this?

AWS makes this easy using CloudFormation. But so far my research about how to do this with ARM templates has not produced any results.

Leave a Comment