azureautomation / update-management-turn-on-vms

This is an example script for Update Management pre/post actions. It requires the ThreadJobs module. starts VMs which aren't currently running to install updates. It can be used in conjunction with UpdateManagement-TurnOffVMs to turn off the machines which were started.
Other
2 stars 6 forks source link

Run As identity replaced by System Assigned identity #4

Open adi-garg opened 2 years ago

adi-garg commented 2 years ago

Hello, I think this script needs to be updated to allign with the recommended 'System Assigned Identity' instead of requiring 'Run As Account'.