AZURE CLOUD 101
Azure DevOps — Azure Container Registry
Azure container registry is a service provided by Azure Cloud that stores and distributes container images.
Azure container registry format:
[loginUrl]/[namespace]/[artifact:][tag]
loginUrl — The fully qualified name of the registry host.
namespace — logical grouping of related images or…