Resource Type: Azure > Compute > Virtual Machine Scale Set
The Virtual Machine Scale Set (VMSS) resource type is a set of identical, load-balanced, and autoscaling virtual machines that can be used to create and manage a group of identical, load balanced VMs.
Resource Context
Virtual Machine Scale Set is a part of the Compute service.
Each Virtual Machine Scale Set lives under a Resource Group.
Controls
The primary controls for Azure > Compute > Virtual Machine Scale Set 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-compute#/resource/types/virtualMachineScaleSet
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/azure-compute#/resource/types/virtualMachineScaleSet"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-compute#/resource/types/virtualMachineScaleSet';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-compute#/resource/types/virtualMachineScaleSet"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-compute#/resource/types/virtualMachineScaleSet' 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