Friday, September 2, 2022

Create CI/CD Pipeline for ASP.NET Core Web API by using Azure DevOps Starter

 I would like to talk about how to deploy ASP.NET Core CRUD API by using the Azure CI/CD pipeline. So First I plan to show, how to deploy ASP.NET Core Web API by using the Azure CI/CD pipeline.

Create CI/CD Pipeline for ASP.NET Core Web API by using Azure DevOps Starter
  1. What is CI/CD
  2. Deploy the API to AZURE
Project Directory Structure
API Testing in localhost using postman

Continuous integration (CI) and continuous delivery (CD) embody a culture, set of operating principles, and collection of practices that enable application development teams to deliver code changes more frequently and reliably. The implementation is also known as the CI/CD pipeline.

CI/CD is one of the best practices for DevOps teams to implement. It is also an agile methodology best practice, as it enables software development teams to focus on meeting business requirements, code quality, and security because deployment steps are automated.

Select DevOps Starter
DevOps Starter
Select runtime Environment for API
Configure Azure service
DevOps starter Dashboard for API Project
Test Deployed API using postman

No comments:

Post a Comment