Azure Automation
Azure Automation overview Azure Automation is a service in Azure that allows you to run scripts and configure automation tasks that can run on a set schedule set up by you. It is a fantastic tool to remove repetitive and boring tasks and a step forward in automating your organisations workflows. You can use both PowerShell and Python giving you flexibility in how you want to develop the service. In this tutorial we will create a automation account, an app registration for recognizing authentication and create a runbook with the code listing all users in our tenant....