Resource Type: Azure > Container Registry
The Registry resource type is part of the Azure Container Registry (ACR) service. Each Registry resource represents a private container registry that can be used to store, manage, and deploy container images and artifacts, enabling users to efficiently manage containerized applications and microservices in the Azure cloud.
Resource Types
The Container Registry service includes these resource types:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-containerregistry#/resource/types/containerRegistry
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-containerregistry#/resource/types/containerRegistry"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-containerregistry#/resource/types/containerRegistry';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-containerregistry#/resource/types/containerRegistry"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-containerregistry#/resource/types/containerRegistry' 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