Skip to content

Commit f930e86

Browse files
authored
Merge pull request #90155 from dlepow/acrlock
[ACR] Image lock clarification
2 parents 1a995ea + 2a48315 commit f930e86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-registry/container-registry-image-lock.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: gwallace
77

88
ms.service: container-registry
99
ms.topic: article
10-
ms.date: 02/19/2019
10+
ms.date: 09/30/2019
1111
ms.author: danlep
1212
---
1313

@@ -17,6 +17,9 @@ In an Azure container registry, you can lock an image version or a repository so
1717

1818
This article requires that you run the Azure CLI in Azure Cloud Shell or locally (version 2.0.55 or later recommended). Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli].
1919

20+
> [!IMPORTANT]
21+
> This article doesn't apply to locking an entire registry, for example, using **Settings > Locks** in the Azure portal, or `az lock` commands in the Azure CLI. Locking a registry resource doesn't prevent you from creating, updating, or deleting data in repositories. Locking a registry only affects management operations such as adding or deleting replications, or deleting the registry itself. More information in [Lock resources to prevent unexpected changes](../azure-resource-manager/resource-group-lock-resources.md).
22+
2023
## Scenarios
2124

2225
By default, a tagged image in Azure Container Registry is *mutable*, so with appropriate permissions you can repeatedly update and push an image with the same tag to a registry. Container images can also be [deleted](container-registry-delete.md) as needed. This behavior is useful when you develop images and need to maintain a size for your registry.

0 commit comments

Comments
 (0)