A seed-catalog Linux image already lives in Azure Container Registry. The team wants App Service to run that image. What should the developer configure?
Select an answer to reveal the explanation.
Short Explanation
When the finished image is already in ACR, tell App Service which repository and tag to pull—and how to authenticate. That is a container web app, not a ZipDeploy of source. Point at the registry; do not unpack layers into wwwroot.
Full Explanation
App Service can host custom Linux containers by setting the container image to an ACR repository and tag and supplying pull credentials or a managed identity. That path differs from code ZipDeploy and does not require converting image layers into a source package. ACI is an alternative container host, not a requirement for App Service to pull from ACR.