Badgerati / Fogg

PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
MIT License
7 stars 2 forks source link

Deploy and Provision VM Templates Asynchronously #52

Open Badgerati opened 7 years ago

Badgerati commented 7 years ago

Bit of an investigation task, but see if it's possible - using Jobs - to deploy and provision VM template objects asynchronously.

For example, having a web VM template with a count of 4. Instead of deploying and provisioning one after the other, potentially taking a lifetime, do it async so it's far quicker.

Help: https://stackoverflow.com/questions/12766174/how-to-execute-a-powershell-function-several-times-in-parallel#12768462