Ram
Ram

Reputation: 185

Scheduling PowerShell script in Azure

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

Answers (1)

Martin Brandl
Martin Brandl

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

Related Questions