Introduction
In this module, you set up your own build agent running on a Microsoft Azure virtual machine.
Up until now, you used a Microsoft-hosted agent that runs Ubuntu to build the Space Game web application. Most of the time, a Microsoft-hosted agent can do everything you need.
However, you occasionally need additional processing power, disk space, or time to build your applications. In this module, you learn how to set up your own build agent, which can run either in the cloud or on-premises. You follow along with the Tailspin web team as they set up a build agent that runs on an Azure virtual machine (VM).
Learning objectives
After completing this module, you'll be able to:
- Choose when to use Microsoft-hosted build agents and when to host your own
- Describe the options you have when you're managing your own build agents
- Bring up and configure your own agent to work with Azure Pipelines
- Connect your agent to a pipeline and build your application
Prerequisites
The modules in this learning path form a progression.
To follow the progression from the beginning, be sure to first complete the Get started with Azure DevOps learning path.
We also recommend you start at the beginning of this learning path, Build applications with Azure DevOps.
If you want to go through just this module, you need to set up a development environment on your Windows, macOS, or Linux system. You need:
- An Azure DevOps organization
- A GitHub account
- Visual Studio Code
- .NET 6.0 SDK
- Git
You can get started with Azure DevOps for free.
This environment lets you complete the exercises in this and future modules. You can also use it to apply your new skills to your own projects.
Note
Azure Pipelines support a vast array of languages and application types. In this module, you'll be working with a .NET application but you can apply the patterns you learn here to your own projects that use your favorite programming languages and frameworks.
Meet the team
You met the Space Game web team at Tailspin Toys in previous modules. As a refresher, here are the team members you'll work with in this module.
Andy is the development lead.
Amita is in QA.
Tim is in operations.
Mara just joined as a developer and reports to Andy.
Mara has prior experience with DevOps and is helping the team adopt a more streamlined process by using Azure DevOps.
Need help? See our troubleshooting guide or provide specific feedback by reporting an issue.