az-acr
Verified for current stable LTS
Az Acr Command: List Images In Registry
Use for list images in registry with Az Acr. Exact CLI syntax to list images in registry using Az Acr.
When to use this: Use for list images in registry with Az Acr.
Command Syntax
az acr repository list -n <registry_name> --output table az acr repository list -n <registry_name> --output table Command Breakdown
-n- Command Option
- Tool-specific option used by this command invocation.
--output- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list images in registry using Az Acr.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Acr Command: Create Container Registry
az acr create -n <registry_name> -g <resource_group> --sku <sku> Az Acr Command: Create Managed Container Registry az acr create -n <registry_name> -g <resource_group> --sku <sku> Az Acr Command: Create Registry az acr create -n <registry_name> -g <resource_group> --sku <sku> Az Acr Command: Delete Container Registry az acr delete -n <registry_name> -g <resource_group> -y Az Acr Command: Delete Image az acr repository delete -n <registry_name> --repository <image_name>:<tag>