Azure Automation


Azure Automation
What is Azure Automation? It is a cloud environment where you can run frequently repeated tasks with PowerShell. Everything you can do with Windows PowerShell you can also do with Azure Automation. Only the environment is cloud instead of on-premises.

It executes a so called Runbook, which is nothing more than a PowerShell script that can be scheduled. Most of our scripts have a similar start: find the right subscription and login with a credential account and then execute the specific code.

Azure Automation posts: