Connecting GitHub To Azure Container Registry
Kevin Feasel
2018-07-26
Cloud , Containers , Source Control
No Comment
Andrew Pruski automates the generation of SQL Server Docker images in Azure Container Registry, generating a new image with each GitHub repo check-in: Fantastic, one build task created! How easy was that?? Let’s test by running: az acr build-task run --registry TestContainerRegistry01 --name buildsqlimage And the progress of the build task can be monitored: […] Read More Creating SQL Server Images In Azure Container RegistryKevin Feasel
2018-07-18
Cloud , Containers , Powershell
No Comment
Andrew Pruski shows us how to save Docker container images to the Azure Container Registry using Powershell: Awesome! Our custom image is in our ACR! But has it worked? Has it really? Oh ye of little faith… I guess the only way to find out is to run a container! So let’s run a Azure […] Read More