How do i execute Automation runbook and execute command to a Hyper v Guest OS Linux from a Windows hybrid machine connected through Azure Arc ?

MENON, MANUDEV 20 Reputation points
2024-03-15T05:10:54.1366667+00:00

How do i execute Automation runbook and execute command to a Hyper v Guest OS Linux from a Windows hybrid machine connected through Azure Arc ?

I have a machine connected via azure arc enabled server and also an automation account which runs poweshell runbooks in the machine. This machine has hyper V enabled linux OS instance.

Using Automation run books i shall execute commands connecting from windows machine to Hyper V guest OS -remote Linux OS. is it possible ? Any suggestions would be helpful.

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
322 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,120 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,826 Reputation points Microsoft Employee
    2024-03-19T15:39:21.1366667+00:00

    Hello @MENON, MANUDEV

    You actually have two options. First option is using a Hybrid Runbook Worker, which works on Linux. Another option is using the Run Command on ARC itself. The links down are good references to learn more: