Skip to content

Commit 1a1e723

Browse files
committed
try again
1 parent 19a0054 commit 1a1e723

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/container-registry/container-registry-best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ By leveraging repository namespaces, you can allow sharing a single registry acr
3030

3131
For example, consider the following container image tags. Images that are used corporate-wide, like `aspnetcore`, are placed in the root namespace, while container images owned by the Products and Marketing groups each use their own namespaces.
3232

33-
*contoso.azurecr.io/aspnetcore:2.0*
34-
*contoso.azurecr.io/products/widget/web:1*
35-
*contoso.azurecr.io/products/bettermousetrap/refundapi:12.3*
36-
*contoso.azurecr.io/marketing/2017-fall/concertpromotions/campaign:218.42*
33+
- *contoso.azurecr.io/aspnetcore:2.0*
34+
- *contoso.azurecr.io/products/widget/web:1*
35+
- *contoso.azurecr.io/products/bettermousetrap/refundapi:12.3*
36+
- *contoso.azurecr.io/marketing/2017-fall/concertpromotions/campaign:218.42*
3737

3838
## Dedicated resource group
3939

articles/container-registry/container-registry-concepts.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ See the following sections for details about these elements.
3838
Container registries manage *repositories*, collections of container images or other artifacts with the same name, but different tags. For example, the following three images are in the "acr-helloworld" repository:
3939

4040

41-
*acr-helloworld:latest*
42-
*acr-helloworld:v1*
43-
*acr-helloworld:v2*
41+
- *acr-helloworld:latest*
42+
- *acr-helloworld:v1*
43+
- *acr-helloworld:v2*
4444

4545
Repository names can also include [namespaces](container-registry-best-practices.md#repository-namespaces). Namespaces allow you to group images using forward slash-delimited repository names, for example:
4646

47-
*marketing/campaign10-18/web:v2*
48-
*marketing/campaign10-18/api:v3*
49-
*marketing/campaign10-18/email-sender:v2*
50-
*product-returns/web-submission:20180604*
51-
*product-returns/legacy-integrator:20180715*
47+
- *marketing/campaign10-18/web:v2*
48+
- *marketing/campaign10-18/api:v3*
49+
- *marketing/campaign10-18/email-sender:v2*
50+
- *product-returns/web-submission:20180604*
51+
- *product-returns/legacy-integrator:20180715*
5252

5353
## Image
5454

0 commit comments

Comments
 (0)