Skip to main content

Create a PowerShell Runbook using the Azure Portal


Create PowerShell Runbook 

Automation Account - Runbooks - Create a runbook

create a runbook

Name: test-runbook
Runbook type: PowerShell
Runtime version: 7.2

Review and Create

 runbook basics

Click Create

click create 

Test the Runbook

Enter the following PowerShell
Write-Output "Hello"

Then click on Test pane

edit runbook 

Click Start to run the test

run test 

The PowerShell Runbook test completes successfully and we get the output "Hello"

test completed

Save and Publish the Runbook to make it active

publish runbook


Filter articles by tag