Skip to content

Commit 34251a1

Browse files
committed
wording
1 parent cf630cf commit 34251a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-tasks-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ Multi-step tasks enable you to split the building, running, and testing of an im
9191

9292
Learn about multi-step tasks in [Run multi-step build, test, and patch tasks in ACR Tasks](container-registry-tasks-multi-step.md).
9393

94-
## View task data
94+
## View task logs
9595

96-
Each task run generates log output that you can inspect to determine whether the tasks ran successfully. If you use the [az acr build](/cli/azure/acr#az-acr-build) or [az acr task run](/cli/azure/acr/task#az-acr-task-run) command to trigger the task, log output for the task run is streamed to the console and also stored for later retrieval. To view the logs for a task run, you can use the [az acr task logs](/cli/azure/acr/task#az-acr-task-logs) command.
96+
Each task run generates log output that you can inspect to determine whether the task steps ran successfully. If you use the [az acr build](/cli/azure/acr#az-acr-build) or [az acr task run](/cli/azure/acr/task#az-acr-task-run) command to trigger the task, log output for the task run is streamed to the console and also stored for later retrieval. To view the logs for a task run, you can use the [az acr task logs](/cli/azure/acr/task#az-acr-task-logs) command.
9797

9898
By default, data and logs for task runs in a registry are retained for 30 days and then automatically purged. If you want to archive the data for a task run, you can enable archiving using the [az acr task update-run](/cli/azure/acr/task#az-acr-task-update-run) command.
9999

0 commit comments

Comments
 (0)