-1

I have a runbook which uses C# dll as module. This C# code starts the process(.exe) internally. which is not working in Azure automation(powershell runbook). can someone please help me with this.

I tried to delete the HKCU:\ items present in Microsoft folder but couldn't succeed it.

Vishnu
  • 1
  • 1

1 Answers1

0

You can use an Azure Automation Hybrid Runbook worker to

"To overcome the Azure Automation sandbox limitation - the common scenarios include executing long-running operations beyond three-hour limit for cloud jobs, performing resource-intensive automation operations, interacting with local services running on-premises or in hybrid environment, run scripts that require elevated permissions"

David Browne - Microsoft
  • 80,331
  • 6
  • 39
  • 67