Resource Type: Azure > Automation > Automation Account
The Automation Account resource type is a container for automation resources like runbooks, DSC configurations, and schedules. It enables automation of tasks and centralized management across Azure and hybrid environments.
Resource Context
Automation Account is a part of the Automation service.
Each Automation Account lives under a Resource Group.
Controls
The primary controls for Azure > Automation > Automation Account are:
It is also targeted by these controls:
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/automationAccount
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-automation#/resource/types/automationAccount"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-automation#/resource/types/automationAccount';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-automation#/resource/types/automationAccount"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-automation#/resource/types/automationAccount' 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