Azure Automation Job Logs

Jesus Chao 141 Reputation points
2024-06-04T19:47:24.26+00:00

We are currently using Powershell 7 runbooks on our Hybrid Worker and we have noticed that error and verbose logs from the runbooks are showing blank until you click on the detail. Does anyone know why this is and if there is a fix? (See Screen Shot)

Thanks,User's image

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,174 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sohail Ali 315 Reputation points Microsoft Employee
    2024-06-05T04:47:31.8233333+00:00

    Jesus Chao

    Can you use $VerbosePreference = “Continue” and $ProgressPreference = “Continue” in the script and this should work.