Azure Automation Hybrid Worker with Azure Arc Enabled Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

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

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

    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 หลายเดือนก่อน

    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.

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

    Thanks Travis!

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

    Yeah! Arc content! Love it Travis :)

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

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

    • @user-mv9nu5sf1n
      @user-mv9nu5sf1n 5 หลายเดือนก่อน

      I do not recomend using MMA, it will be depricated this August on 21st

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

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

    • @user-mv9nu5sf1n
      @user-mv9nu5sf1n 5 หลายเดือนก่อน

      what do you need specificly ?

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

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

  • @mosksky
    @mosksky ปีที่แล้ว +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  ปีที่แล้ว +1

      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 ปีที่แล้ว

      @@Ciraltos ty for explaining!

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

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