Making use of Azure Automation Hybrid Runbook Worker for On-premise Automation Tasks

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

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

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

    Very good info. Keep up the good work

  • @tuanang112
    @tuanang112 3 หลายเดือนก่อน +1

    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

    • @devopsinfo391
      @devopsinfo391  3 หลายเดือนก่อน +1

      Yes this scenario is possible as far you have the network connectivity.This means you can execute your runbook for deleting data on Elasticsearch without being blocked by the traffic filter, as the runbook will run locally within your network and communicate with Elasticsearch directly.

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

    Great initiative. Just one question that popped-up while going through the video, if you could explain. When creating a Hybrid Runbook Worker Group, we can select the credentials to use (Default / Custom). Considering we have a scenario where we are using different runbooks (one to interact with on-prem AD DS and another to interact with say a SQL Server), each using a separate credential - what are our options to address this requirement: Do we need to deploy 2 separate Automation Accounts, one for each runbook or there's possibility of using multiple credentials via the same Worker Group. I would imagine the latter should be possible (and if you could provide some insights on that), as that would be a huge limitation. You cannot have same set of Worker Nodes reporting to multiple Worker Group, which would mean additional worker nodes for each such scenario. Appreciate your response.

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

      Very good question. You can try the credential asset in your scenario and see the results. -learn.microsoft.com/en-us/azure/automation/shared-resources/credentials?tabs=azure-powershell

  • @EXCHANGERANGER-xu9kq
    @EXCHANGERANGER-xu9kq ปีที่แล้ว +1

    Nicely explained, wonder if you will have some AI integrated topics with Azure/Sentinel/Other?

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

      We have covered Azure sentinel topics. Will add AI in the upcoming videos

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

    I have a detail with Hybrid Runbook,. Time to perform the execution of folder creation, I only grab one user, and other users do not make changes, throw code and only affects a single user. and what I want is to throw the code and affect all users that I have

  • @eyoborelvis8224
    @eyoborelvis8224 2 หลายเดือนก่อน

    Using hybrid worker for runbooks, does it make it faster?

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

      The actual performance gain depends on the specific tasks and the environment in which the Hybrid Runbook Workers are deployed. It’s always a good idea to test and measure the performance improvements in your specific scenario. Liek for example tasks that require significant interaction with on-premises systems, such as file operations or database queries, can be executed more efficiently

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

    tengo un detalle con hybrid runbook,. momento de realizar la ejecucion de creacion de carpetas, solo me hagarra un usuario, y a los demas usuarios no les realiza cambios, tiro codigo y solo afecta a un solo usuario. y lo que deseo es tirar el codigo y que afecte a todos los usuarios que yo disponga

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

    Hi, Im trying Import-module ActiveDirectory in my script but its saying that module does not exist in the module directory. there thats right but I cant seem to find an ActiveDirectory module in the gallery of modules. Is it a module that I have to install right from the VM?

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

      So make sure you have the module installed by checking
      Get-module -ListAvailable
      If its not present then better to download install and try

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

    Hi Sri, could you please explain how to deploy agent based it will help full to us

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

    Hi Sir, How to Deploy an agent-based Windows User Hybrid Runbook Worker in Azure Automation account? please make one video agent based it will help full to us

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

      We will try to cover this scenario