Skip to content

Commit

Permalink
Merge pull request #3754 from MicrosoftDocs/users/jukullam/service-co…
Browse files Browse the repository at this point in the history
…ntainers

Adding service container note
  • Loading branch information
PRMerger15 authored Sep 21, 2021
2 parents 178dfc2 + cdcc223 commit ecc9885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pipelines/process/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ resources:
work: boolean # the work directory
```

You can use a generic container resource as an image consumed as part of your job, or it can also be used for [Container jobs](../process/container-phases.md).
You can use a generic container resource as an image consumed as part of your job, or it can also be used for [Container jobs](../process/container-phases.md). If your pipeline requires the support of one or more services, you'll want to create and connect to [service containers](service-containers.md). You can use volumes to share data between services.

## [Example](#tab/example)

Expand Down

0 comments on commit ecc9885

Please sign in to comment.