Resource Type: Azure > Provider > Resources
The Resources provider offers a comprehensive framework for managing and deploying resources in Azure, such as virtual machines, storage accounts, and databases. This provider enables users to define, organize, and manage the lifecycle of Azure resources efficiently, ensuring that cloud infrastructure is provisioned and maintained according to best practices.
Resource Context
Resources is a part of the Provider service.
Each Resources lives under a Subscription.
Controls
The primary controls for Azure > Provider > Resources 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-provider#/resource/types/providerResources
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-provider#/resource/types/providerResources"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-provider#/resource/types/providerResources';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-provider#/resource/types/providerResources"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-provider#/resource/types/providerResources' 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