Tag: Azure DevOps

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.…