web analytics

Working With Azure DevOps

Options

codeling 1595 - 6639
@2020-05-30 12:19:12

What is DevOps? 

DevOps is a combination of Development and Operations. It means Dev + Ops = DevOps.

Azure DevOps provides developer services to support teams to plan work, collaborate on code development, and build and deploy applications. Developers can work in the cloud using Azure DevOps Services or on-premises using Azure DevOps ServerAzure DevOps Server was formerly named Visual Studio Team Foundation Server (TFS).

Azure DevOps provides integrated features that you can access through your web browser or IDE client. You can use one or more of the following services based on your business needs:

  • Azure Boards delivers a suite of Agile tools to support planning and tracking work, code defects, and issues using Kanban and Scrum methods
  • Azure Repos provides Git repositories or Team Foundation Version Control (TFVC) for source control of your code
  • Azure Pipelines provides build and release services to support continuous integration and delivery of your apps
  • Azure Test Plans provides several tools to test your apps, including manual/exploratory testing and continuous testing
  • Azure Artifacts allows teams to share Maven, npm, and NuGet packages from public and private sources and integrate package sharing into your CI/CD pipelines

More DevOps Learning

DevOps Resource Center – This center combines the resources on learning DevOps practices, Git version control, Agile methods, and how you can assess your own DevOps progression.

DevOps at Microsoft – This center will keep you current on how Microsoft continues to adopt DevOps.

@2020-05-30 12:23:20

Microsoft renamed Visual Studio Team Services (VSTS) to Azure DevOps Services and Team Foundation Server became Azure DevOps Server 2019.

VSTS feature name Azure DevOps service name Description
Build & release Azure Pipelines Continuous integration and continuous delivery (CI/CD) that works with any language, platform, and cloud.
Code Azure Repos Unlimited cloud-hosted private Git and Team Foundation Version Control (TFVC) repositories for your project.
Work Azure Boards Work tracking with Kanban boards, backlogs, team dashboards, and custom reporting.
Test Azure Test Plans All-in-one planned and exploratory testing solution.
Packages (extension) Azure Artifacts Maven, npm, and NuGet package feeds from public and private sources.
@2020-05-30 12:32:45

Both Azure DevOps Services and Azure DevOps Server 2019 use the new navigation user interface, with a vertical sidebar to navigate to the main service areas: BoardsReposPipelines, and more. 

Vertical sidebar

@2020-05-30 12:46:20

Creating an Azure DevOps Organization

Go to dev.azure.com. If you have a Microsoft account, you can log in by clicking “Sign in to Azure DevOps.” Otherwise, you can use the “Start free” option.

Click new organization after logging in. Give the new organization a name and select the organization region from the drop-down.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com