You can view the details of a runbook job in the Azure portal using the **Jobs** tab for the runbook. The job summary displays the input parameters and the [output stream](#use-the-output-stream), in addition to general information about the job and any exceptions that have occurred. The job history includes messages from the output stream and [warning and error streams](#write-output-to-warning-and-error-streams). It also includes messages from the [verbose stream](#write-output-to-verbose-stream) and [progress records](#handle-progress-records) if the runbook is configured to log verbose and progress records.
0 commit comments