# Runbook Job Details

## Overview

RealmJoin Portal allows you to view runbooks jobs from Azure Automation.&#x20;

<figure><img src="https://2868468309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FYzplyaisUuJJbIF7poON%2Fimage.png?alt=media&#x26;token=442fcf00-56f5-41df-9320-b7945838c267" alt=""><figcaption><p>Runbook Job Details</p></figcaption></figure>

On the left side of the page you will find metadata about the runbook job, its type/context, job ID and its caller.&#x20;

Be aware, "caller" is only present when runbooks are RealmJoin-aware and report this information, as Azure Automation has no concept for this.

On the right, you will find multiple tabs, representing:

### Console

This will show a live feed of the runbooks output. In contrast to Azure Automation, output of a runbook is readable in real time.

Using "Copy to Clipboard" you can copy the full output to use it e.g. in a service/ITIL ticket system.

### Input

Review the parameters used to start the runbook job.

<figure><img src="https://2868468309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FilkJClQLPxlJym4Ugsbc%2Fimage.png?alt=media&#x26;token=eac6a729-c311-4cc5-8319-92927ce4055c" alt=""><figcaption><p>Runbook Job Parameters</p></figcaption></figure>

### Errors and Warnings

If present, warnings and errors which are not part of regular output will be shown in these two tabs.

<figure><img src="https://2868468309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FaIRyJbxwIzN2pnXB00JS%2Fimage.png?alt=media&#x26;token=db809804-581b-45ae-9f56-9f1f285d72ea" alt=""><figcaption><p>Runbook Job Warnings</p></figcaption></figure>

### Exceptions

If the PowerShell script of the runbook threw an exception (and the runbook thus failed), you can review the Exception here.&#x20;

Exceptions will also be shown above the regular output in **Console** if present to simplify identifying problems.

<figure><img src="https://2868468309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FeCZIRfpx9ALLweXrCfCC%2Fimage.png?alt=media&#x26;token=c526ec54-90d2-4637-903e-6fc6f2498da5" alt=""><figcaption><p>Exception shown in Console</p></figcaption></figure>

### Source

This allows you to review the runbooks source code associated with this job.

<figure><img src="https://2868468309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2F0eR4EVEN08EVa3HJ7cW9%2Fimage.png?alt=media&#x26;token=239c3cfe-8d75-45e2-bb06-2935d58594f4" alt=""><figcaption><p>Runbook Source</p></figcaption></figure>
