Run PowerShell Scripts with Azure Automation Hybrid Workers on-premises using Azure Arc

preview_player
Показать описание

In this video we are going to have a look on how you can run your PowerShell scripts on-premises using Azure Automation Hybrid Workers with Azure Arc.

📺 Agenda
0:00 Intro
0:24 Azure Automation hybird and multicloud with Azure Arc
1:12 Azure Arc-enabled server
2:00 Azure Automation
2:24 PowerShell Runbooks
7:48 Schedule PowerShell Runbook
9:22 Azure Automation Features
10:19 Outro

⭐ About
Thomas works as a Senior Cloud Advocate at Microsoft. He engages with the community and customers around the world to share his knowledge and collect feedback to improve the Azure cloud platform. Prior to joining the Azure engineering team (Cloud + AI), Thomas was a Lead Architect and Microsoft MVP, to help architect, implement and promote Microsoft cloud technology.
If you want to know more about Thomas, check out:

#Azure #Automation #PowerShell
Рекомендации по теме
Комментарии
Автор

Thomas, im wondering what are really the benefits of this compared to using the PowerShell scripts or python code in an Azure DevOps Repos and create a pipeline that runs on a self-hosted agent that's on-premise ?

arieheinrich
Автор

Thanks for sharing this! What's the recommendation for scripts / runbooks to be executed on all the nodes in the worker group? Currently it does seem to pick only node from the group and use it.

bhushangawale
Автор

My runbook is forbidden by traffic filter of elastic cloud. Runbook is used for deleting data on elasticsearch after each 3 months. Does Hybrid Runbook Worker work in this situation ?. I need to
add an ip in traffic filter of elastic cloud to allow runbook running

tuanang
Автор

Great video! 3 questions:
1. Is there a cost for the automation workers account? Or is it free (especially since this solution runs the actual code on-prem)
2. Can I tie in publishing to an ADO Pipeline so that when I do a Pull Request it automatically uploads my script to Azure?
3. Can you do interactive use cases? For example maybe a script approaches a decision point where the user is asked if they want to proceed or not.

NathanKasco
Автор

Is the get-vm query all vms on all subscription?

tsuyax