Skip to content

Commit cded139

Browse files
Steve DanielsonSteve Danielson
Steve Danielson
authored and
Steve Danielson
committed
Acrolinx
1 parent d13563d commit cded139

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/managed-devops-pools/configure-security.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure security
33
description: Learn how to configure security settings for Managed DevOps Pools.
4-
ms.date: 04/24/2025
4+
ms.date: 04/25/2025
55
---
66

77
# Configure Managed DevOps Pools security settings
@@ -181,17 +181,17 @@ To configure open access for pipelines, you must have the following permissions
181181

182182
| Prerequisite Azure DevOps Permission | Additional required permission to configure open access |
183183
|--|--|
184-
| Project collection administrator | No additional permission required to configure open access |
184+
| Project collection administrator | No additional permission required to configure open access. |
185185
| Organization level pools administrator | You must be [Project administrator](../organizations/security/change-organization-collection-level-permissions.md#add-members-to-the-project-administrators-group) for each project that will be granted access to the Managed DevOps Pool. |
186186

187-
By default, every pipeline definition must be explictly authorized to run in a self-hosted agent pool (like a Managed DevOps Pool) before it is run for the first time in that pool.
187+
By default, every pipeline definition must be explicitly authorized to run in a self-hosted agent pool (like a Managed DevOps Pool) before it is run for the first time in that pool.
188188

189189
Azure DevOps provides the following modes for authorizing pipelines to run in an agent pool.
190190

191191
* **Authorize specific pipelines** - Individually authorize specific pipelines from an Azure DevOps project to run in the pool. This method is the default.
192192
* **Open access** - Configure an agent pool at project level to be available for all pipelines in that project.
193193

194-
Enable **Allow all pipelines to run on the pool without an approval (open access)** to configure the **Open access** agent pool setting in Azure DevOps when when creating the pool.
194+
Enable **Allow all pipelines to run on the pool without an approval (open access)** to configure the **Open access** agent pool setting in Azure DevOps when creating the pool.
195195

196196
> [!NOTE]
197197
> The **Allow all pipelines to run on the pool without an approval (open access)** setting can be configured by Managed DevOps Pools only when the pool is created. After the Managed DevOps Pool is created, you can view and configure [Open access](../pipelines/policies/permissions.md#set-pipeline-permissions-for-an-individual-agent-pool) on the corresponding [agent pool](../pipelines/agents/pools-queues.md) in Azure DevOps for each project that uses the pool.
@@ -217,7 +217,7 @@ If you enable **Use pool in multiple organizations**, you can specify **Open acc
217217
Organizations are configured in the `organizationProfile` property of the Managed DevOps Pools resource. The following example has two organizations configured.
218218

219219
* The `fabrikam-tailspin` organization is configured with **Open access** on all projects.
220-
* The `fabrikam-prime` organization is configured for availibility with two projects, with **Open access** enabled only on these two projects.
220+
* The `fabrikam-prime` organization is configured for availability with two projects, with **Open access** enabled only on these two projects.
221221

222222
```json
223223
"organizationProfile": {
@@ -258,7 +258,7 @@ az mdp pool create \
258258
The following `orgaization-profile` example has two organizations configured.
259259

260260
* The `fabrikam-tailspin` organization is configured with **Open access** on all projects.
261-
* The `fabrikam-prime` organization is configured for availibility with two projects, with **Open access** enabled only on these two projects.
261+
* The `fabrikam-prime` organization is configured for availability with two projects, with **Open access** enabled only on these two projects.
262262

263263
```json
264264
{
@@ -285,7 +285,7 @@ The following `orgaization-profile` example has two organizations configured.
285285

286286
* * *
287287

288-
If you try to run a pipeline that is not authorized to access your agent pool, you'll receive an error similar to `This pipeline needs permission to access a resource before this run can continue`. You can resolve this issue either by configuring open access, as described in the previous section, or by [explictly authorizing the pipeline to run in the agent pool](../pipelines/troubleshooting/troubleshooting.md#this-pipeline-needs-permission-to-access-a-resource-before-this-run-can-continue).
288+
If you try to run a pipeline that is not authorized to access your agent pool, you'll receive an error similar to `This pipeline needs permission to access a resource before this run can continue`. You can resolve this issue either by configuring open access, as described in the previous section, or by [explicitly authorizing the pipeline to run in the agent pool](../pipelines/troubleshooting/troubleshooting.md#this-pipeline-needs-permission-to-access-a-resource-before-this-run-can-continue).
289289

290290
## Configure interactive mode
291291

docs/pipelines/troubleshooting/troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.assetid: BFCB144F-9E9B-4FCB-9CD1-260D6873BC2E
55
ms.author: sdanie
66
ms.reviewer: steved0x
77
ms.topic: how-to
8-
ms.date: 04/24/2025
8+
ms.date: 04/25/2025
99
monikerRange: '<= azure-devops'
1010
author: steved0x
1111
---
@@ -119,7 +119,7 @@ If your pipeline doesn't seem to start, or you receive an error message like `Th
119119
1. The message **This pipeline needs permission to access a resource before this run can continue** appears. Select **View** next to the message.
120120
1. On the **Waiting for review** screen, select **Permit**, and on the confirmation screen, select **Permit** again.
121121

122-
This action explictly adds the pipeline as an authorized user of the resource.
122+
This action explicitly adds the pipeline as an authorized user of the resource.
123123

124124
There are two ways to authorize pipelines to access your agent pool.
125125

0 commit comments

Comments
 (0)