To display the metadata for each manifest/artifact inside the repository, use the command below. The output includes the digest, which is a unique identifier of a manifest/artifact. A container image may contain multiple versions, represented by a digest.
az acr manifest list-metadata \
--registry $ACR_NAME \
--name inference-api \
--output table