Resource Type: Azure > Container Registry > Registry
The Container Registry service provides scalable container image management capabilities in the Azure cloud. It allows users to store, manage, and deploy container images and artifacts securely, enabling seamless integration with Azure Kubernetes Service (AKS) and other Azure services for building and managing containerized applications.
Resource Context
Registry is a part of the Container Registry service.
Each Registry lives under a Resource Group.
Controls
The primary controls for Azure > Container Registry > Registry 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-containerregistry#/resource/types/registry
- tmod:@turbot/turbot#/resource/categories/computeContainer
- turbot graphql resource --id "tmod:@turbot/azure-containerregistry#/resource/types/registry"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-containerregistry#/resource/types/registry';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-containerregistry#/resource/types/registry"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-containerregistry#/resource/types/registry' 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