Azure DevOps: How to Build and Deploy App using CI and CD Pipeline in Az-400

9 months ago
47

For complete Azure DevOps (AZ-400) Online Training please visit, https://www.bestdotnettraining.com/courses/azure-devops-online-training

Topics Covered in the Video

00:08 - 18:01 Introduction to Continuous Integration Pipelines

Azure Pipelines is a cloud service that you can use to automatically build, test, and deploy your code project. It is a fully featured continuous integration (CI) and continuous delivery (CD) service.
Before you use continuous integration and continuous delivery practices for your applications, you must have your source code in a version control system. Azure Pipelines integrates with GitHub, GitHub Enterprise, Azure Repos Git & TFVC and Bitbucket Cloud.

18:03 - 46:20 Understanding Programming Project and Pushing to Azure Repos

The build machine is running Ubuntu 16.04.
The build machine includes build tools like:
The .NET Core SDK.
NuGet, the package manager for .NET.

Create a Project Application Locally
dotnet new sln -o HelloWorldApp
cd HelloWorldApp
dotnet new mvc -n HelloWorldApp.Web
dotnet sln add HelloWorldApp.Web\HelloWorldApp.Web.csproj

46:24 - 01:32:01 How to Create and Run a Classic Build Pipeline

In Azure DevOps, you can use one of two methods to configure a pipeline:
The visual designer. Here, you drag tasks onto a form and then configure each task to do exactly what you need.
A YAML file. YAML is a compact format that makes it easy to structure the kind of data that's in configuration files. You typically maintain this YAML file directly with your application's source code.

01:32:06 - 01:52:20 Introduction to Continous Delivery Pipelines

Continuous Delivery is a software development discipline where you build software in such a way that the software can be released to production at any time.
CD by itself is a set of processes, tools, and techniques that enable rapid, reliable, and continuous delivery of software. So, CD isn't only about setting up a pipeline, although that part is important.

01:52:22 - 02:15:00 Setup App Service and service Connection to Azure subscription

Create a Web App in Azure Portal
Login to Azure Portal, https://portal.azure.com/
Azure Portal  More Services  Web App  + Add
Select Web Apps  Create

02:15:03 - 02:48:53 Create and Run a Release Pipeline
Deploying your application manually can be tedious and error-prone. Enter release pipelines! These automated workflows streamline the process, ensuring consistent and reliable deployments from code to production. This guide will equip you with the necessary knowledge to create and run your own release pipeline.

𝐀𝐳𝐮𝐫𝐞 𝐄𝐱𝐚𝐦𝐬, 𝐂𝐨𝐮𝐩𝐨𝐧𝐬, 𝐐𝐮𝐢𝐳𝐳𝐞𝐬: https://www.linkedin.com/company/azurea2z

𝐖𝐚𝐭𝐜𝐡 𝐅𝐑𝐄𝐄 𝐯𝐢𝐝𝐞𝐨 𝐭𝐮𝐭𝐨𝐫𝐢𝐚𝐥𝐬:
https://www.youtube.com/user/Deccansoft123

𝐉𝐨𝐢𝐧 𝐨𝐮𝐫 𝐖𝐡𝐚𝐭𝐬𝐀𝐩𝐩 𝐓𝐞𝐜𝐡 𝐆𝐫𝐨𝐮𝐩 𝐟𝐨𝐫 🆓 𝐰𝐞𝐛𝐢𝐧𝐚𝐫 𝐚𝐧𝐝 𝐮𝐩𝐜𝐨𝐦𝐢𝐧𝐠 𝐜𝐨𝐮𝐫𝐬𝐞𝐬:
https://chat.whatsapp.com/BHJ31deZWm78OvIglN4MyM

𝐓𝐞𝐥𝐞𝐠𝐫𝐚𝐦: https://t.me/joinchat/VFoQPBNh3zxbQqfzuEq9Rg

𝐀𝐥𝐬𝐨 𝐬𝐮𝐛𝐬𝐜𝐫𝐢𝐛𝐞 𝐭𝐨 𝐨𝐮𝐫 𝐘𝐨𝐮𝐓𝐮𝐛𝐞 𝐜𝐡𝐚𝐧𝐧𝐞𝐥 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐓𝐞𝐜𝐡𝐧𝐨𝐥𝐨𝐠𝐲 𝐯𝐢𝐝𝐞𝐨𝐬:
https://www.youtube.com/c/BestDotNetTraining

#deccansoft #bestdotnettraining #Sandeepsoni

📲 Connect with me 👋
Call Sandeep Soni for Career Guidance ► +91 98490 01840
Connect with me on LINKEDIN ► https://www.linkedin.com/in/sandeepsoni123/
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Please do subscribe so we reach our goal faster :) https://www.youtube.com/user/Deccansoft123

👨🏻‍🏫 This complete tutorial is compiled by Sandeep Soni, a Microsoft Certified Trainer, a Software & Corporate Trainer for 27years!

For more great tutorials from the creator of this course, check out https://www.bestdotnettraining.com/

Loading comments...