RamblingCookieMonster / Invoke-Parallel

Speed up PowerShell with simplified multithreading
MIT License
384 stars 88 forks source link

Works also within azure automation? #39

Open PrismaComputer opened 8 years ago

PrismaComputer commented 8 years ago

Hello,

really great work! 2 questions:

  1. Has anybody ever tested whether or how this function works within azure automation? Some guys used this function with azure powershell. But azure powershell is a local environment with rest connection to azure. So it's very different from running a runbook within azure automation, which means executing a runbook in a remote environment.
  2. And, would it be possible to package this function as azure automation module? Modules are able to be imported into azure automation one time and can be used afterwards in many runbooks.

Cheers Greg