I would like to pull a custom image from our private Azure Container Registry in CircleCI. I am aware of the CircleCI Azure ACR Orb, but it seems to only specify how to build and deploy images to the Azure Container Registry. I also know there is a GitHub Action (podman-login) that does the equivalent of what I need.
How can I include a workflow step in my CircleCI configuration file (/.circleci/config.yml
) that will authenticate and allow me to pull an image from our Azure Container Registry?