Reputation: 185
What is the best way of scheduling a PowerShell script in Azure? Should I create a VM and schedule it via a task scheduler. Or is there any better way?
I have a PowerShell script that I extracts data from audit log and reports some information. Thank you.
Upvotes: 9
Views: 10019
Reputation: 58931
You should use Azure Automation. Its easy to use and you can run jobs for 500 minutes for free (every month).
Upvotes: 6