Skip to content

Commit 9ddaa79

Browse files
Steve DanielsonSteve Danielson
authored andcommitted
Format
1 parent 23bd987 commit 9ddaa79

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/managed-devops-pools/prerequisites.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,26 +220,32 @@ To create a Managed DevOps Pool in your Azure DevOps organization, your Azure De
220220

221221
When you create a Managed DevOps Pool, the account you use to sign in to the Azure subscription that contains your Managed DevOps Pool is used to create a corresponding agent pool in your Azure DevOps organization. To successfully create a Managed DevOps Pool, your account must have the following permissions in your Azure DevOps organization.
222222

223-
* [Membership in the Azure DevOps organization](#membership-in-the-azure-devops-organization)
223+
| Permission | Description |
224+
|------------|-------------|
225+
| [Azure DevOps organization member](#verify-membership-in-the-azure-devops-organization) | You must be a member of the Azure DevOps organization where you want to create Managed DevOps Pools. |
226+
| [Organization level agent pools administrator](#organization-level-agent-pools-administrator) | You must have agent pool **Administrator** permissions at the organization level in the Azure DevOps organization where you want to create Managed DevOps Pools. |
227+
| [Project level agent pools administrator or creator](#project-level-agent-pools-administrator-or-creator) | You must have **Administrator** or **Creator** agent pool permissions at the project level for each project in whichyou want to make your Managed DevOps Pool available to pipelines. |
228+
229+
* [Membership in the Azure DevOps organization](#verify-azure-devops-permissions)
224230
* [Organization level agent pools administrator](#organization-level-agent-pools-administrator) for each organization where you want to create Managed DevOps Pools
225231
* [Project level agent pools administrator or creator](#project-level-agent-pools-administrator-or-creator) for each project in which you want to make your Managed DevOps Pool available to pipelines
226232

227-
### Membership in the Azure DevOps organization
233+
### Verify membership in the Azure DevOps organization
228234

229235
You must be a member of the Azure DevOps organization before the permissions in this section can be granted to your account.
230236

231237
> [!TIP]
232238
> If you are currently working in the Azure DevOps organization, for example using Azure Boards, working with Azure Repos, or creating Azure Pipelines, you are already a member of the Azure DevOps organization, and you can skip this step.
233239
234240
1. Go to `https://dev.azure.com/{organization}}/_settings/users`, replacing `{organization}` with the name of your Azure DevOps organization.
235-
* If you are denied access to the page, you are not a member of the Azure DevOps organization. You must be added as a member by an administrator of the Azure DevOps organization.
236-
* If you can access the page, review the user list and verify that you are a member of the Azure DevOps organization. If you don't see your account listed, you must be added as a member by an administrator of the Azure DevOps organization.
241+
* If you are denied access to the page, you are not a member of the Azure DevOps organization. You must be [added as a member](../organizations/accounts/add-organization-users.md#add-users-to-your-organization) by an administrator of the Azure DevOps organization.
242+
* If you can access the page, review the user list and verify that you are a member of the Azure DevOps organization. If you don't see your account listed, you must be [added as a member](../organizations/accounts/add-organization-users.md#add-users-to-your-organization) by an administrator of the Azure DevOps organization.
237243

238244
### Organization level agent pools administrator
239245

240246
You must have Organization level agent pools **Administrator** permissions for each organization where you want to create Managed DevOps Pools.
241247

242-
You can be directly assigned the **Organization-level agent pools administrator** role by a [Project Collection Administrator](../organizations/security/look-up-project-collection-administrators.md) or another **Organization-level Agent pools administrator**, and you are granted this role automatically if you are a [Project Collection Administrator](../organizations/security/look-up-project-collection-administrators.md).
248+
You can be directly assigned the **Organization-level agent pools administrator** role by a [Project Collection Administrator](../organizations/security/look-up-project-collection-administrators.md) or another **Organization-level Agent pools administrator**, and you are granted this permission automatically if you are a [Project Collection Administrator](../organizations/security/look-up-project-collection-administrators.md).
243249

244250
To check your agent pools permissions at the organization level:
245251

0 commit comments

Comments
 (0)