Blog

Azure Virtual Machine – Disk Management

We are going to talk about different aspects of the virtual machine disk management. Disk a separate resource on Azure platform. It incurs the cost even the Virtual Machine is deallocated or in shutdown state. When VM is deallocated state it doesn’t incur compute cost. But data/state are stored on VM disks and it will…

Azure Virtual Machine – Basics

In this article we will discuss about Azure Virtual Machine basics. How to create Virtual Machine on azure. How to access the virtual machine, networking, NSG and virtual machine disks. Will also deploy Window based and Unix based machine. Install web server on those server and try to access from outside. Create Windows Virtual Machine…

Deploy .NET Core App in docker container on Raspberry PI with Azure Release Pipeline

I previous post where deployed .NET core application in docker container on Raspberry Pi 4. That article contains setting up raspberry pi 4 for .net core and docker. Deployment process was completely manual. We have to manually build container image, push to docker hub. Manually login to raspberry pi and pull image and deploy manually.…