AAAdemola Adebayoindmlops.hashnode.dev·3d ago · 10 min readHow to Deploy a Web App to Azure App Service Using Docker (A Beginner's Step by Step Guide)If you have ever built a small web app and wondered how to actually get it live on the internet, this guide is for you. I recently deployed a simple notes app to Azure using Docker, Azure Container Re00
AAAdemola Adebayoindmlops.hashnode.dev·5d ago · 9 min readHow to Containerize a Demo Node.js Web Application Using Docker (A Beginner's Guide)If you are just getting started with Docker, this guide will walk you through the entire process of taking a simple Node.js web app and turning it into a container. We will go from writing the Dockerf00
AAAdemola Adebayoindmlops.hashnode.dev·Aug 14 · 12 min readHow to Deploy a Web App on an Nginx Server Using a VM and Add a Custom DomainSo you have built a small web app, maybe a JavaScript timer, a calculator, or a to do list, and now you want the whole world to see it on a real domain instead of just on your laptop. This guide walks00
AAAdemola Adebayoindmlops.hashnode.dev·Aug 6 · 20 min readProvisioning, Configuring, and Deploying a Website on an Azure VM with GitHub Actions CI/CDIn my last two posts I got my Terraform project to a good place: variables pulled out of hardcoded values, and the whole thing refactored into network and compute modules. At that point terraform appl00
AAAdemola Adebayoindmlops.hashnode.dev·Jul 29 · 3 min readTerraform Import for Beginners: Bringing a Manually Created Azure Resource Under Terraform's ControlIn my last two posts I went from one hardcoded main.tf to a variable-driven project, then refactored that into network and compute modules. But real projects don't stay that clean, sooner or later som00