Skip to content

Commit da97baf

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into qs-cli-fix
2 parents 870e980 + 74c27c4 commit da97baf

25 files changed

+124
-100
lines changed

articles/active-directory/develop/app-registrations-training-guide-for-app-registrations-legacy-users.md

Lines changed: 66 additions & 38 deletions
Large diffs are not rendered by default.

articles/container-registry/container-registry-auth-aci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Authenticate with Azure Container Registry from Azure Container Instances
2+
title: Access Azure Container Registry from Container Instances
33
description: Learn how to provide access to images in your private container registry from Azure Container Instances by using an Azure Active Directory service principal.
44
services: container-registry
55
author: dlepow

articles/container-registry/container-registry-geo-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Geo-replicating an Azure container registry
3-
description: Get started creating and managing geo-replicated Azure container registries.
3+
description: Get started creating and managing a geo-replicated Azure container registry, which enables the registry to serve multiple regions with multi-master regional replicas.
44
services: container-registry
55
author: stevelas
66
manager: gwallace
@@ -116,7 +116,7 @@ In the preceding example, Contoso consolidated two registries down to one, addin
116116

117117
A Docker client that pushes an image to a geo-replicated registry may not push all image layers and its manifest to a single replicated region. This may occur because Azure Traffic Manager routes registry requests to the network-closest replicated registry. If the registry has two *nearby* replication regions, image layers and the manifest could be distributed to the two sites, and the push operation fails when the manifest is validated. This problem occurs because of the way the DNS name of the registry is resolved on some Linux hosts. This issue doesn't occur on Windows, which provides a client-side DNS cache.
118118

119-
If this problem occurs, one solution is to apply a client-side DNS cache such as `dnsmasq` on the Linux host. This helps ensure that the registry's name is resolved consistently. If you're using a Linux VM in Azure to push to a registry, see options in [DNS Name Resolution options for Linux virtual machines in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/azure-dns).
119+
If this problem occurs, one solution is to apply a client-side DNS cache such as `dnsmasq` on the Linux host. This helps ensure that the registry's name is resolved consistently. If you're using a Linux VM in Azure to push to a registry, see options in [DNS Name Resolution options for Linux virtual machines in Azure](../virtual-machines/linux/azure-dns.md).
120120

121121
To optimize DNS resolution to the closest replica when pushing images, configure a geo-replicated registry in the same Azure regions as the source of the push operations, or the closest region when working outside of Azure.
122122

articles/container-registry/container-registry-get-started-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Create a private Docker registry in Azure - Azure CLI
2+
title: Quickstart - Create registry - Azure CLI - Azure Container Registry
33
description: Quickly learn to create a private Docker container registry with the Azure CLI.
44
services: container-registry
55
author: dlepow

articles/container-registry/container-registry-get-started-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Quickstart - Create a private Docker registry in Azure - Azure portal
3-
description: Quickly learn to create a private Docker container registry with the Azure portal.
2+
title: Quickstart - Create registry in portal - Azure Container Registry
3+
description: Quickly learn to create a private Docker registry in Azure Container Registry with the Azure portal.
44
services: container-registry
55
author: dlepow
66
manager: gwallace

articles/container-registry/container-registry-get-started-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Quickstart - Create a private Docker registry in Azure - PowerShell
3-
description: Quickly learn to create a private Docker container registry in Azure with PowerShell.
2+
title: Quickstart - Create registry - Powershell - Azure Container Registry
3+
description: Quickly learn to create a private Docker registry in Azure Container Registry with PowerShell
44
services: container-registry
55
author: dlepow
66
manager: gwallace

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Container Registry content formats
3-
description: Learn about supported content formats in Azure Container Registry.
3+
description: Learn about content formats supported by Azure Container Registry, including Docker-compatible container images, Helm charts, OCI images, and OCI artifacts.
44
services: container-registry
55
author: dlepow
66
manager: gwallace

articles/container-registry/container-registry-image-tag-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Tag and version images in Azure Container Registry
3-
description: Best practices for tagging and versioning Docker container images
3+
description: Best practices for tagging and versioning Docker container images when pushing images to and pulling images from an Azure container registry
44
services: container-registry
55
author: stevelasker
66

articles/container-registry/container-registry-quickstart-task-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Build and run a container image in Azure Container Registry
2+
title: Quickstart - Build & run container image in Azure Container Registry
33
description: Quickly run tasks with Azure Container Registry to build and run a container image on-demand, in the cloud.
44
services: container-registry
55
author: dlepow

articles/container-registry/container-registry-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Container Registry repositories in the Azure portal
3-
description: How to view Azure Container Registry repositories in the Azure portal.
3+
description: Use the Azure portal to view Azure Container Registry repositories, which host Docker container images and other supported artifacts.
44
services: container-registry
55
author: cristy
66
manager: gwallace

0 commit comments

Comments
 (0)