Skip to content

Commit 31583fd

Browse files
authored
Merge pull request #196768 from tejaswikolli-web/USERSTORY14193873
USER STORY 14193873
2 parents 13f10d9 + 7a0b20e commit 31583fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/container-registry/container-registry-repository-scoped-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To configure repository-scoped permissions, you create a *token* with an associa
5050
* Configure multiple tokens with identical permissions to a set of repositories
5151
* Update token permissions when you add or remove repository actions in the scope map, or apply a different scope map
5252

53-
Azure Container Registry also provides several system-defined scope maps you can apply when creating tokens. The permissions of system-defined scope maps apply to all repositories in your registry.
53+
Azure Container Registry also provides several system-defined scope maps you can apply when creating tokens. The permissions of system-defined scope maps apply to all repositories in your registry.The individual *actions* corresponds to the limit of [Repositories per scope map.](container-registry-skus.md)
5454

5555
The following image shows the relationship between tokens and scope maps.
5656

includes/container-registry-limits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ ms.custom: include file
4545

4646
<sup>4</sup>A [docker push](https://docs.docker.com/registry/spec/api/#pushing-an-image) translates to multiple write operations, based on the number of layers that must be pushed. A `docker push` includes *ReadOps* to retrieve a manifest for an existing image.
4747

48+
<sup>5</sup> Individual *actions* of `content/delete`, `content/read`, `content/write`, `metadata/read`, `metadata/write` corresponds to the limit of Repositories per scope map.
49+
4850
<!-- LINKS - External -->
4951
[pricing]: https://azure.microsoft.com/pricing/details/container-registry/
5052

0 commit comments

Comments
 (0)