Resource Type: Azure
The Azure Service provides scalable cloud computing capabilities in the Microsoft Azure cloud. It allows users to deploy, manage, and scale applications and resources, offering a wide range of services such as virtual machines, databases, and AI tools to support diverse business needs and workloads.
Controls
The primary controls for Azure 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#/resource/types/azure
- tmod:@turbot/turbot#/resource/categories/cloudProvider
- turbot graphql resource --id "tmod:@turbot/azure#/resource/types/azure"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure#/resource/types/azure';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure#/resource/types/azure"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure#/resource/types/azure' 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