Azure DevOps Docker Pipeline to Azure Container Registry
While undertaking some testing within my Azure Subscription i was looking for a way to store a .net application within a Azure Repository and from there be able to generate a Docker image via a Azure Pipeline that would then deploy it directly into my Azure Container Registry. Azure Repository Configuration A private Azure Repository …