Azure DevOps CI/CD Pipeline to build and push Docker images to Azure Container Registry

With Azure DevOps Pipelines, it is incredibly simple to build Docker images and have them automatically pushed into an Azure Container Registry. To create and push the images, you can use the pre-existing Docker@2 Azure Pipeline Task with an Azure Container Registry service connection. However, there are environments where you cannot create an Azure Container… Continue reading Azure DevOps CI/CD Pipeline to build and push Docker images to Azure Container Registry