In this step by step tutorial we'll dockerize a Node.js application and we will deploy it in Azure cloud using the Azure Web App for Containers Service. First we will dockerize our application and in the next step we'll create an own container registry under our resource group in our subscription and we'll push our docker image to there. After that we will create a web application in Azure and we'll deploy our application from the container registry. We will check our running application on a live URL (domain is provided by Azure).
Prerequisites:
- Runing docker desktop on your computer
- Working Azure account
- Node.js installed
- Git (to pull the example application - or you can create an own)
You can find my example application in this Git repo: https://gitlab.com/codeching/react-18...
00:00 - Intro
00:51 - Dockerizing the Node.js application - creating the Dockerfile
03:00 - Creating an own container registry in Azure Cloud (own resource group)
04:30 - Docker login - Build our docker image using the access keys
05:28 - Test our dockerized application locally before push
06:26 - Pushing our docker image to our own Azure container registry
06:45 - Checking the container registry's repository
07:05 - Creating the 'Azure Web App for Container' service
08:09 - Setting up the port for our application in Azure using WEBSITES_PORT
08:41 - Checking our running web application in Azure
09:07 - Checking the container logs of our Node.js web application in Azure
09:33 - Deleting our web application service
09:59 - Deleting the resource group
10:12 - Outro
#azure #azurecloud #nodejs #webappforcontainerservice #serversiderendering #react