Azure Automation powershell runbook hung up issue
I am creating an Azure Automation account having a powershell runbook. The script is simply looping over each VM in a resource group and deleting all files under a particular folder. $ResourceGroup = '<<myResourceGroup>>' $TargetDir = '<targetDirectoryPath/.' $TargetCommand = 'rm…