Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Deploying containers to Azure

Posted By: sammoh
Deploying containers to Azure

Deploying containers to Azure
MKV | Video: AVC 1920 x 1080 | Audio: AAC 48 Khz 2ch | Duration: 00:52:45 | 1.88 GB

Deploy a containerized web app to Azure

There are many services out there that allow you to deploy a container to the cloud. Although a straightforward operation, it is critical to understand how to create a robust automation deployment system. This course will create a Python Flask application from scratch, will containerize it, set the automation for it and then deploy it to Azure.

This course lays out the foundations for creating more powerful containerized applications beyond the simple examples. You can add a Machine Learning model into the container and the end result would be the same: a robust deployment system that can get changes quickly onto Azure with any changes to the main branch.

The continuous deployment system is a game changer as a skill set, making you a far more valuable engineer.

In this video you will learn:

Create a Python Flask application for containerization
Use a Dockerfile to create the Flask container
Use GitHub Actions to automatically deploy the container after a pull request or changes to the main branch
Push your container to the GitHub container registry from the GitHub repository
Create the web app on the Azure portal and connect it to GitHub Actions
Host the containerized Python Flask application on Azure
Debugging techniques for broken containers and other common errors like incorrect ports