Where can I see my files for Azure pipelines / container registry?

mitya33 1 Reputation point
2022-04-29T13:23:10.027+00:00

I have the following Azure setup for a Docker app:

  • Azure Devops Pipeline pulls from GH
  • Pipelines YAML is pointing to my Azure Container Registry and a specific image (repo) within it
  • Pipelines builds Docker container

What I can't work out is how or where to see which actual files were pulled from GH.

I want to see this because my container is exiting after complaining that a file is missing, which shouldn't be the case as it's in the branch that the Pipeline is pulling from.

What I've tried:

  • Kudu, via <myapp>.scm.azurewebsites.net > Browse directory > Site root - this shows nothing except a file called hostingstart.html
  • FTP - same deal as above
  • Interrogate container - not an option because the container quits on the error, taking the virtual filesystem with it
  • Pipeline - interrogating the run steps (specific files fetched from GH aren't mentioned)

How can I view which files came up the pipeline?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
394 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
    2022-05-04T02:51:52.023+00:00

    Currently, Azure DevOps is not supported on Microsoft Q&A.

    The Azure DevOps team and community are active and answering questions on https://developercommunity.visualstudio.com/spaces/21/index.html Please post your question there and experts will guide you.

    You can also ask for help on Stack overflow: https://stackoverflow.com/questions/tagged/azure-devops.

    0 comments No comments