Azure Automation Hybrid Worker with Azure Arc Enabled Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 14

  • @QuickHits
    @QuickHits ปีที่แล้ว

    The reason this works so well is that you explain what options there are and what they do - just another excellent video.

  • @Shravan_Reddy
    @Shravan_Reddy 5 หลายเดือนก่อน +1

    Thanks Travis. Could you run a real-time PowerShell based scenario on on-prem Arc enabled servers. This would help to visualize its real-time usage scenarios.

  • @487001609
    @487001609 2 ปีที่แล้ว

    Yeah! Arc content! Love it Travis :)

  • @nishmithapoojary6876
    @nishmithapoojary6876 17 วันที่ผ่านมา

    What is the correct cli command to add this extension?!

  • @mosksky
    @mosksky 2 ปีที่แล้ว +2

    Ty again great content!!!
    Azure arc + MMA would be greatly appreciated 👍

  • @Knight-vw6gv
    @Knight-vw6gv 10 หลายเดือนก่อน

    Please share some more insights on Azure ARC. Will be highly appreciated!

  • @mosksky
    @mosksky 2 ปีที่แล้ว +1

    Travis, in your example you had two servers added to the Hybrid workers, but output only one computer name.
    I've added "New-Item -ItemType Directory -Force -Path C:\temp\lenvolk2022" to the runbook and the directory was only created in one of the two server. Looks like hybrid worker group only has to have one server... Do you have any script examples to loop through all Arc VMs in the Hybrid Worker group?

    • @Ciraltos
      @Ciraltos  2 ปีที่แล้ว +2

      That's a good point. The worker in the worker group that runs the code is random. In the case where you are working with local paths, you could limit it to one worker in the worker group, or run a test to verify the path exists and create it if it doesn't. That last example won't work well if the directory held data needed for the job. Another option is to store data on a central file share so there's no dependency on the specific worker.

    • @mosksky
      @mosksky 2 ปีที่แล้ว

      @@Ciraltos ty for explaining!

  • @bgitsbigguyinthesky8754
    @bgitsbigguyinthesky8754 7 หลายเดือนก่อน

    Thanks Travis!

  • @ricardovazquez4333
    @ricardovazquez4333 10 หลายเดือนก่อน

    Would you still use this as many of features are now native through arc guest management?

  • @ojaswatripathi6086
    @ojaswatripathi6086 ปีที่แล้ว

    Hi Travis,
    Can we use this technology to copy data from on premise server and save in into SP Online?