You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/managed-devops-pools/prerequisites.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,26 +220,32 @@ To create a Managed DevOps Pool in your Azure DevOps organization, your Azure De
220
220
221
221
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.
222
222
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)
224
230
*[Organization level agent pools administrator](#organization-level-agent-pools-administrator) for each organization where you want to create Managed DevOps Pools
225
231
*[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
226
232
227
-
### Membership in the Azure DevOps organization
233
+
### Verify membership in the Azure DevOps organization
228
234
229
235
You must be a member of the Azure DevOps organization before the permissions in this section can be granted to your account.
230
236
231
237
> [!TIP]
232
238
> 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.
233
239
234
240
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.
237
243
238
244
### Organization level agent pools administrator
239
245
240
246
You must have Organization level agent pools **Administrator** permissions for each organization where you want to create Managed DevOps Pools.
241
247
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).
243
249
244
250
To check your agent pools permissions at the organization level:
0 commit comments