Resource Type: Azure > Compute > Availability Set
The Compute Availability Set resource type is a logical grouping capability that can be used to ensure that VM resources are isolated from each other when they're deployed. This helps to prevent single points of failure and maintain high availability and reliability.
Resource Context
Availability Set is a part of the Compute service.
Each Availability Set lives under a Resource Group.
Controls
The primary controls for Azure > Compute > Availability Set are:
Quick Actions
- Delete from Azure
- Set Tags
- Skip alarm for Active control
- Skip alarm for Active control [90 days]
- Skip alarm for Approved control
- Skip alarm for Approved control [90 days]
- Skip alarm for Tags control
- Skip alarm for Tags control [90 days]
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/availabilitySet
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/azure-compute#/resource/types/availabilitySet"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-compute#/resource/types/availabilitySet';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-compute#/resource/types/availabilitySet"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-compute#/resource/types/availabilitySet' 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