What is the best way to plan a PowerShell script in Azure? Should I create a virtual machine and schedule it using the task scheduler. Or is there a better way?
I have a PowerShell script that I extract from the audit log and reports some information. Thanks.
source
share