{"tool":"az","tool_display":"Az","intent":"list-images-within-registry","intent_display":"list images within registry","title":"Az Command: list images within registry","command_string":"az acr repository list -n <registry_name> --output table","raw_command_string":"az acr repository list {{[-n|--name]}} {{registry_name}} --output table","description":"Exact CLI syntax to list images within registry using Az.","usage_scenario":"When assessing the stored images and ensuring compliance with image retention policies.","scenario_context":"Use this command to efficiently list and manage your container images in Azure.","simulated_output":"| Repository Name       |\n|-----------------------|\n| my-app                |\n| web-service           |\n| database-service      |\n| frontend              |\n| backend               |","how_to_steps":["Run `az acr repository list -n <registry_name> --output table` to list images.","Verify the output displays repositories in a formatted table."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/az/list-images-within-registry"}