Skip to content

Commit 062afee

Browse files
authored
Merge pull request #100082 from dlepow/acrfix
[ACR] Event log update
2 parents f282e6d + 39b7dba commit 062afee

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/container-registry/container-registry-diagnostics-audit-logs.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Collect & analyze resource logs
33
description: Record and analyze resource log events for Azure Container Registry such as authentication, image push, and image pull.
44
ms.topic: article
5-
ms.date: 10/30/2019
5+
ms.date: 01/03/2020
66
---
77
# Azure Container Registry logs for diagnostic evaluation and auditing
88

@@ -20,9 +20,14 @@ Collecting resource log data using Azure Monitor may incur additional costs. See
2020
2121
## Preview limitations
2222

23-
Logging of repository-level events doesn't currently include delete or untag events. Only the following repository events are logged:
24-
* **Push events** for images and other artifacts
25-
* **Pull events** for images and other artifacts
23+
The following repository-level events for images and other artifacts are currently logged:
24+
25+
* **Push events**
26+
* **Pull events**
27+
* **Untag events**
28+
* **Delete events** (including repository delete events)
29+
30+
Repository-level events that aren't currently logged: Purge events.
2631

2732
## Registry resource logs
2833

0 commit comments

Comments
 (0)