Skip to content

Commit c87600a

Browse files
committed
Added a note about job stream support
1 parent 919a5af commit c87600a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/automation/automation-runbook-output-and-messages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ The next table lists the behavior for the preference variable values that are va
230230

231231
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.
232232

233+
> [!NOTE]
234+
> Job streams for Python runbooks are currently supported for output in the English language.
235+
233236
### Retrieve runbook output and messages in Windows PowerShell
234237

235238
In Windows PowerShell, you can retrieve output and messages from a runbook using the [Get-AzAutomationJobOutput](/powershell/module/Az.Automation/Get-AzAutomationJobOutput) cmdlet. This cmdlet requires the ID of the job and has a parameter called `Stream` in which to specify the stream to retrieve. You can specify a value of Any for this parameter to retrieve all streams for the job.

0 commit comments

Comments
 (0)