A ferry-kiosk team created an Azure Container Registry, but ACI still cannot find ticket-ui because nothing matches the pull reference the host was given. What is the publish contract the runtime uses?
Select an answer to reveal the explanation.
Short Explanation
Creating the registry is like opening a warehouse. ACI still needs the exact shelf address: loginServer/repository:tag. The warehouse name alone does not locate ticket-ui.
Full Explanation
Hosts pull images using a fully qualified reference: ACR login server, repository name, and tag or digest. Creating an empty registry does not invent repositories or tags. Subscription IDs, resource group names, and local Dockerfile paths are not pull addresses for Azure Container Instances.