Resource Type: Azure > Compute
The Compute service provides scalable computing capacity in the Microsoft Azure cloud. It allows users to create and manage virtual servers, known as instances, that can run applications and services.
Resource Types
The Compute service includes these resource types:
- Availability Set
- Disk
- Disk Encryption Set
- Image
- Snapshot
- Ssh Public Key
- Virtual Machine
- Virtual Machine Scale Set
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-compute#/resource/types/compute
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-compute#/resource/types/compute"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-compute#/resource/types/compute';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-compute#/resource/types/compute"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-compute#/resource/types/compute' 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