فيديو عملي بالعربي يوضح كيفية عمل CI/CD باستخدام .NET, Docker, Azure DevOps, Azure
حيث بمجرد رفع كود جديد بالتطبيق يتم بطريقة اوتوماتيكية عمل نسخة container image جديدة ورفعها علي خادم في Azure
A real demo showing how to use .NET, Docker, Azure DevOps and Azure to automate building, creating an image, give it a versioned tag, push it to docker hub, then deploy it to Azure App Service for containers.
0:00 Introduction
2:34 Create project with Visual Studio
4:25 git push to Azure DevOps
5:21 Build pipeline to push to Docker Hub
13:08 Deploy to Azure App Service
17:17 Release pipeline for continuous deployment