skip to Main Content

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…

VIEW QUESTION

Bot Cloning in Azure

I am trying to duplicate a bot in azure. I attempted to do this via a template, but that seemed to only duplicate the bot resource and not any of the credentials and api scopes associated with it, which does…

VIEW QUESTION
Back To Top
Search