Resource Type: Azure > Automation > Runbook
The Runbook resource type defines an automated workflow or task sequence within an automation account. Runbooks are used to automate repetitive tasks, manage resources, and orchestrate processes across Azure or hybrid environments. They can be executed on-demand or scheduled.
Resource Context
Runbook is a part of the Automation service.
Each Runbook lives under an Automation Account.
Controls
The primary controls for Azure > Automation > Runbook are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-automation#/resource/types/runbook
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-automation#/resource/types/runbook"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-automation#/resource/types/runbook';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-automation#/resource/types/runbook"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-automation#/resource/types/runbook' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query