# Azure DevOps - Basics

DevOps is a suite of services you can implement end-to-end DevOps in your organization.

![](https://miro.medium.com/v2/resize:fit:802/1*y1ExK9d8Kvr9DsGG3T5BgA.png align="left")

CI → Continuous integration (CI) is the practice of **automating the integration of code changes from multiple contributors into a single** software project.

CD → Continuous deployment (CD) is a software release process that uses automated testing to validate if changes to a codebase are correct and stable for immediate autonomous deployment to a production environment.

Continuous delivery (CD) is the automated delivery of completed code to environments like testing and development. CD provides an automated and consistent way for code to be delivered to these environments.

CM → Continuous monitoring is a systematic and ongoing process that uses automated tools and technologies to monitor the performance and security of an organization’s systems and processes.

Azure DevOps is a suite of services you can implement end-to-end DevOps in your organization. It includes services such as Azure Repos, Boards, Wiki, Build and Release pipelines, Test plans, Artifacts, etc.,

Azure DevOps Link — [https://dev.azure.com](https://dev.azure.com/Ibrahimsi909/)

![](https://miro.medium.com/v2/resize:fit:802/1*MHqRFqguzQ5fvNoqdOEpbg.png align="left")

Logically separate the projects

Azure DevOps includes the following services:

* **Azure Boards:** A project management tool that assists teams in planning, tracking, and discussing work.
    
* **Azure Pipelines:** A continuous integration/continuous delivery (CI/CD) platform that automates software development, testing, and deployment.
    
* **Azure Repos:** A Git repository hosting service that offers code version control.
    
* **Azure Artifacts:** A centralized storage and management system for software artifacts such as NuGet packages and Docker images.
    
* **Azure Test Plans:** A test management solution that assists teams in planning, executing, and analyzing tests.
    
* **Azure Security Center:** A security management tool that assists teams in identifying and mitigating security threats.
    

Charges are based on the number of users and build and deployment agents you purchased during the month, plus the actual usage of other services that were used.

In the basic plan, you will get the first 5 users free of cost with all the services within certain limits except the Azure test plan, for which you need a Basic+Test plan subscription.

[Azure DevOps Pricing](https://azure.microsoft.com/en-in/pricing/details/devops/azure-devops-services/)

**Two types of services provide**

1. Azure DevOps Services — Cloud offering
    
2. Azure DevOps Server — On-Premises implantation (or) Own data center
    

![](https://miro.medium.com/v2/resize:fit:802/1*py9ZKvGrFjJsvRLMhj9Bmg.png align="left")

Service limit applicable to these plans

![](https://miro.medium.com/v2/resize:fit:802/1*xU3oOyo-iJetD-sJDVgIBQ.png align="left")

The Visual Studio IDE is a creative launching pad that you can use to edit, debug, and build code, and then publish an app.

![](https://miro.medium.com/v2/resize:fit:802/1*a8QtNxr1zBWx4gELTxb1nw.png align="left")

How to create a project

![](https://miro.medium.com/v2/resize:fit:802/1*RY-O7ycvJbSA4kmmfJvalQ.png align="left")

If you have any project side → Look bottom left side → Click Project setting you need to change.

![](https://miro.medium.com/v2/resize:fit:802/1*7GzzV47JfcssYvJ-_lOvtg.png align="left")

### *Thanks for reading…I hope it would be more helpful for understand the Azure Basics.!*

Follow us on Telegram: [LINK](https://t.me/prodevopsguy)
