To create an Agent Pool, perform the following steps:
- Open the Azure DevOps site, for example, <your domain / tenant>.visualstudio.com, and open your project.
- Click on the Project settings button on the bottom left of the screen, as follows in the following screenshot:
- On the list that pops up, select Agent Pools.
- On the Agents Pools page, click on Add pool.
- The name should relate to the project; in my case, I chose B13960-AX7DEVR2. Choose a name that is short and makes it easy to determine which project the pool is for.
- Uncheck Grant access permission to all pipelines and click on OK. We don't want any existing pipelines to assume access to this pool; we want to have finer control in SCM build servers.
- We won't create an Agent at this stage as this is done from the build server.