User migration
Abhay Chandramouli
1,031
Reputation points
Hi
I am in the process of creating a way to migrate users to azure ad. I have developed a basic powershell script which reads a csv and makes a call to graph apis to insert the user.
I want to split my csv into smaller sections to allow parallel processing
I want to use Azure Batch for the process. Just that the documentation hasn't helped much. It would be really helpful if I can get the steps to achieve this task. All I need is to run a powershell script in Azure Batch Job.
Sign in to answer