Skip to content

Commit 305d42f

Browse files
Merge pull request #273262 from tomvcassidy/gitRepoVolumeClarification
clarified wording for gitrepo volume settings
2 parents e8ee2bb + 3571524 commit 305d42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/container-instances-volume-gitrepo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tomvcassidy
77
ms.service: container-instances
88
ms.custom: devx-track-azurecli
99
services: container-instances
10-
ms.date: 06/17/2022
10+
ms.date: 04/24/2024
1111
---
1212

1313
# Mount a gitRepo volume in Azure Container Instances
@@ -19,7 +19,7 @@ Learn how to mount a *gitRepo* volume to clone a Git repository into your contai
1919
2020
## gitRepo volume
2121

22-
The *gitRepo* volume mounts a directory and clones the specified Git repository into it at container startup. By using a *gitRepo* volume in your container instances, you can avoid adding the code for doing so in your applications.
22+
The *gitRepo* volume mounts a directory and clones the specified Git repository into it during container creation. By using a *gitRepo* volume in your container instances, you can avoid adding the code for doing so in your applications.
2323

2424
When you mount a *gitRepo* volume, you can set three properties to configure the volume:
2525

0 commit comments

Comments
 (0)