An Azure service that is used to automate, configure, and install updates across hybrid environments.
Changing the Azure Automation runtime configuration for hybrid worker jobs doesn't change the execution runtime
We've upgraded to the new runtime experience in Azure Automation, and I'm attempting to change the runtime environment for some of our PowerShell 5 jobs to 7.4 without any success. The runtime definition specifies PowerShell 7.4: The script indicates…
Azure Automation
Cannot Publish My Runbook (Powershell type) Which Tests OK
I have created an Automation Account. Within that account, I have created a Runbook (Powershell type). I have successfully tested the Runbook. I have created a Schedule. I wish to associate the Runbook with the Schedule. However, I must…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
How to update my runbooks to supported runtime versions of Python and PowerShell.
I received a notification that I'm currently using Azure Automation Runbooks running on unsupported runtime versions - Python 2.7, Python 3.8, and PowerShell 7.1 & 7.2. I need to update the runtime version, but following this guide…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Azure Automation - Scheduled Runbook executions are not recorded in Activity Log
Hi Microsoft Team, I have an Azure Automation Account with a published runbook that is linked to a schedule. When I manually start the runbook, I can see an entry in the Activity Log (under the Automation Account) indicating that the runbook was…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Azure Runbook not found error after Automation Account restore
I've restored an automation account but I get an error "ressource not found" when I want to open the runbook. symptoms: Runbook visible in ARM Runbook runs fine Portal returns 404 Content endpoint returns 404 Export-AzAutomationRunbook…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
How do I find available versions for an Azure Verified Module (AVM) in Bicep?
I am learning a Azure verified modules using biceps, I am going through a sample biceps registry GitHub repo https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/resource-group, I'm able to see a quick example to start with…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Deploy various agents on AzureArc managed Windows server
Hi all, Is anyone else managing a number of Windows Azure Arc-enabled server VMs that require installation various third-party agents, such as ServiceNow, CrowdStrike, and similar tools? We do not have SCCM in our environment, so I’m interested in…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Azure Automation Source Control is consistently failing to import certain runbooks
Azure Automation Source Control is consistently failing to import certain PowerShell runbooks from GitHub. If the runbooks are deleted, it can recreate them in 5.1 runtime w/o issues. However, it fails to update them if they already exist in runtime…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
How is it possible to add a user to Distribution List via Add-DistributionGroupMember from an Azure Automation Account?
I have a PowerShell script that works both from PowerShell ISE (PS version 5.1.26100.8655) and VS Code (PS version 7.6.2) and successfully adds the designated user to a distribution list. I am now trying to get this script to run from an Automation…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
WSABlockingCall Error
When running various Azure Automation runbooks on non-conflicting schedules, the following error appears randomly: Unable to read data from the transport connection: A blocking operation was interrupted by a call to WSACancelBlockingCall. These errors…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Azure VM - Cannot Add Automation Tasks
Hi There! As of a few days ago May 2026, I am noticing that existing Azure VM Automation Tasks, like 'Start a Virtual Machine" are no longer available as shown below. How do I restore the ability to add automation tasks to my affected VM's. This…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Azure Automation System Assigned Managed Identity Runbook issue with Exchange Online Mail Enabled SG and Entra ID
Hello Everyone, I have a weird issue that I can't get my head around. I have created a runbook that connects via System Assigned Managed Identity to Exchange Online Management that adds a UPN as a member to a Mail Enabled Security Group ObjectID using…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Runbook wont publish -tutorial examples are published
Hi, New to Automation Accounts and Runbooks and creating a new Runbook but it won't publish, been waiting a while now with refresh and troubleshooting is showing no problems, even deleted and tried again, the tutorial examples are published and I've…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
the Automation Account has been taking significantly longer to start the VM.
I have a Python runbook script that starts the Matillion virtual machine. Recently, the Automation Account has been taking significantly longer to start the VM. In some cases, it takes up to 30 minutes, whereas it previously took between 2 and 5 minutes…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Azure Automation Runbooks are not stable with Publish/Save
Title: Azure Automation Runbook publish unreliable / parameters inconsistent Message: When editing PowerShell runbooks in Azure Automation (Portal), the publish action frequently hangs or does not complete. Additionally: Parameters sometimes…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Automation runbook fails with 'this.Client.SubscriptionId' cannot be null. ('this.Client.SubscriptionId' cannot be null.)
Runbooks started to fail randomly today from 8am utc. Affects all our automation accounts in West US region. Get-AzAutomationJob: Line | 250 | … WithRetry -Command { Get-AzAutomationJob @AutomationData -Id $jobId } | …
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Deploying based on env specfic values
when we have dev , prod environments , i understood that we use workspace to get seperate state and also to have env specific values, but we need to remember this switching to workspace, how we can do this without switching to workspace, any other best…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
AzAutomation PS 7.2, error details empty
When running a PS 7.2 script in AzAutomation and it errors, the details are empty. This causes you to have to open the error entry, then the pane on the right opens up with more information, the error is displayed in there. How do we fix this? Already…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
How to pass parameters containing backslash in Start-AzAutomationRunbook correctly with Hybrid Workers and Powershell 7
Hi, I'm trying to call one Powershell 7 Azure runbook from another one by using Start-AzAutomationRunbook There is one parameter containing backslash characters (basically an UNC path), so it looks like this $Params = @{ "param" =…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
'Loading failed. Please refresh in few moments' Browsing Powershell gallery
'Loading failed. Please refresh in few moments' error browsing the powershell gallery when creating an automation Runtime environment. This has been going on all day and makes it impossible to create a runtime environment when we need to add multiple…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.