Skip to content

Commit 19a0054

Browse files
committed
fix
1 parent f189f9d commit 19a0054

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The address of an artifact in an Azure container registry includes the following
2929

3030
For example, the full name of an image in an Azure container registry might look like:
3131

32-
`myregistry.azurecr.io/marketing/campaign10-18/email-sender:v2`
32+
*myregistry.azurecr.io/marketing/campaign10-18/email-sender:v2*
3333

3434
See the following sections for details about these elements.
3535

@@ -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)