Planning a PowerShell script in Azure

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.

+4
source share
1 answer

You must use Azure Autmomation . Its easy to use and you can run tasks for 500 minutes for free (every month).

+3
source

Source: https://habr.com/ru/post/1628017/


All Articles