Skip to content

Commit da2cda0

Browse files
Merge pull request #8003 from MicrosoftDocs/users/geekzter/service-connection-authorization
Update service connection authorization guidance
2 parents 794694e + a40c328 commit da2cda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pipelines/library/service-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ To use the service connection in pipelines:
133133

134134
### Authorize pipelines
135135

136-
- To authorize all pipelines to use the service connection, select the **Allow all pipelines to use this connection** option in the connection properties.
137-
138136
- To authorize a single pipeline to use the service connection:
139137

140138
1. Select **Run pipeline** on the pipeline page to queue a manual build.
@@ -143,6 +141,8 @@ To use the service connection in pipelines:
143141

144142
This action explicitly adds the pipeline as an authorized user of the service connection.
145143

144+
- To authorize all existing and future pipelines to use the service connection, select the **Grant access permission to all pipelines** option in the connection properties. This option isn't recommended. Instead, authorize each pipeline individually to use the service connection.
145+
146146
## Common service connection types
147147

148148
Azure Pipelines supports the following service connection types by default. You can also create your own [custom service connections](../../extend/develop/service-endpoints.md).

0 commit comments

Comments
 (0)