Skip to content

Commit 262b1af

Browse files
committed
review cx
1 parent 7ec5b83 commit 262b1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pipelines/process/service-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Service containers
33
description: Learn about running containerized services in Azure Pipelines single or multiple container jobs or noncontainer jobs.
44
ms.assetid: a6af47c5-2358-487a-ba3c-d213930fceb8
55
ms.topic: conceptual
6-
ms.date: 09/11/2025
6+
ms.date: 09/12/2025
77
monikerRange: azure-devops
88
#customer intent: As an Azure Pipelines user, I want to understand service containers so I can use them to automatically manage services that my pipelines require.
99

@@ -182,7 +182,7 @@ The following example pipeline has a Django Python web container connected to Po
182182

183183
In the steps, `pip` installs dependencies, and then Django tests run.
184184

185-
To set up a working example, you need a [Django site set up with two databases](https://docs.djangoproject.com/en/3.2/topics/db/multi-db/). The example assumes your *manage.py* file and your Django project are in the root directory. If not, you might need to update the `/__w/1/s/` path in `/__w/1/s/manage.py test`.
185+
To set up a working example, you need a [Django site set up with two databases](https://docs.djangoproject.com/en/5.2/topics/db/multi-db/). The example assumes your *manage.py* file and your Django project are in the root directory. If not, you might need to update the `/__w/1/s/` path in `/__w/1/s/manage.py test`.
186186

187187
```yaml
188188
resources:

0 commit comments

Comments
 (0)