Create Azure tasks with PowerShell
Automate the creation of a collection of tasks with common elements
Every few months, I find that I need to create a large task for my team, and I find that this task would be best split up into a collection of smaller individual tasks.
This can happen for a variety of reasons:
- Perhaps a security audit has come back with a list of 100 separate tiny vulnerabilities, each one requiring a check and a signoff before it can be declared clean.
- A database team may have made a sitewide change, and they…