In Part 1, we looked at cloning a sample Docker Container based on Python Django. We tested this Container Image by running it to ensure it operates correctly. We then created a new GitHub Repository and pushed our Docker Container Source Code into your own GitHub Repository.In Part 2, we looked at creating an ACR, pushing our image up to ACR, and setting up Azure Web … [Read more...] about ACR Tasks to Automatically Update Azure Web App Containers – Part 3
ACR
ACR Tasks to Automatically Update Azure Web App Containers – Part 2
In Part 1, we looked at cloning a sample Docker Container based on Python Django. We tested this Container Image by running it to ensure it operates correctly. We then created a new GitHub Repository and pushed our Docker Container Source Code into your own GitHub Repository.In this second part, we take a look at creating an ACR, pushing our image up to ACR, and setting … [Read more...] about ACR Tasks to Automatically Update Azure Web App Containers – Part 2
ACR Tasks to Automatically Update Azure Web App Containers – Part 1
One of the features Azure Web App provides is to leverage containers for the website you are hosting. The offering is officially called, "Web App for Containers." This provides several benefits:Easily deploy and run containers applications that scale with your businessUse a fully-managed platform to perform infrastructure maintenanceTake advantage of build-in auto scaling … [Read more...] about ACR Tasks to Automatically Update Azure Web App Containers – Part 1