Skip to content

Commit 294a398

Browse files
committed
update tasks overview
1 parent 6729988 commit 294a398

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,11 @@ By default, ACR Tasks builds images for the Linux OS and the amd64 architecture.
119119
| Linux | amd64<br/>arm<br/>arm64<br/>386 |
120120
| Windows | amd64 |
121121

122-
## View task logs
122+
## View task output
123123

124-
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), [az acr run](/cli/azure/acr#az-acr-run), 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. When a task is automatically triggered, for example by a source code commit or a base image update, task logs are only stored. View the logs for a task run in the Azure portal, or use the [az acr task logs](/cli/azure/acr/task#az-acr-task-logs) command.
124+
Each task run generates log output that you can inspect to determine whether the task steps ran successfully. When you trigger a task manually, log output for the task run is streamed to the console and also stored for later retrieval. When a task is automatically triggered, for example by a source code commit or a base image update, task logs are only stored. View the run logs in the Azure portal, or use the [az acr task logs](/cli/azure/acr/task#az-acr-task-logs) command.
125125

126-
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, enable archiving using the [az acr task update-run](/cli/azure/acr/task#az-acr-task-update-run) command. The following example enables archiving for the task run *cf11* in registry *myregistry*.
127-
128-
```azurecli
129-
az acr task update-run --registry myregistry --run-id cf11 --no-archive false
130-
```
126+
See more about [viewing and managing task logs](container-registry-tasks-logs.md).
131127

132128
## Next steps
133129

0 commit comments

Comments
 (0)