Azure Runbook Tutorial https://www.youtube.com/watch?v=9Jv3ThPqVco Found this while doing a quick search and attempting to find a way to sync my job's current ITSM/Ticket Management with a proper Powershell automation that would allow for us to have better automation with a clear connection that doesn't involve middleware. I found this guy's guide to be a bit quick, but very clear. It helped me to finally get where I needed and instead of trying to search "run Powershell webhooks" or "automate powershell without remote server" It turned out I should've been looking into what MS offers natively via Azure. This feels like one of those moments where knowing the information creates a barrier for people that don't, as the simpler explanation is that this allows you to create automated powershell scripts without needing to use a VM that is running constantly, or even keeping a remote server up. I get that i'm probably a complete noob for not knowing this, but having it at my disposal is huge and felt important enough to share.