Skip to content

Commit b0cb526

Browse files
committed
edit
1 parent 436787c commit b0cb526

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/operational-excellence/includes/private-endpoint-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Azure Private Link provides private connectivity from a virtual network to [Azur
1212

1313
For a successful recreation of your resource in the target region, the VNet and Subnet must be created before the actual recreation occurs.
1414

15-
### Considerations for Azure Private Endpoint DNS Integration
15+
### Considerations for Azure Private Endpoint DNS integration
1616

1717
It’s important to correctly configure your DNS settings to resolve the private endpoint IP address to the fully qualified domain name (FQDN) of the connection string.
1818

articles/operational-excellence/relocation-container-registry.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 07/29/2024
99
ms.service: container-registry
1010
---
1111

12-
# Relocate an Azure Container Registry to another region
12+
# Relocate an Azure Container Registry to another region
1313

1414
This article shows you how to relocate Azure Container Registry resources to another region in the same subscription of the Active Directory tenant.
1515

@@ -65,11 +65,11 @@ To understand the possible downtimes involved, see [Cloud Adoption Framework for
6565

6666
1. Retrieve any required images from the source registry for import into the target registry. To retrieve the images, run the following command:
6767

68-
```azurecli
69-
70-
Get-AzContainerRegistryRepository -RegistryName registry
71-
72-
```
68+
```azurecli
69+
70+
Get-AzContainerRegistryRepository -RegistryName registry
71+
72+
```
7373
7474
1. Use [ACR Tasks](../container-registry/container-registry-tasks-overview.md) to retrieve automation configurations of the source registry for import into the target registry.
7575
@@ -82,7 +82,7 @@ To get started, export a Resource Manager template. This template contains setti
8282
1. In the [Azure portal](https://portal.azure.com), navigate to your source registry.
8383
1. In the menu, under **Automation**, select **Export template** > **Download**.
8484
85-
:::image type="content" source="media/relocation/container-registry/export-template.png" alt-text="Export template for container registry":::
85+
:::image type="content" source="media/relocation/container-registry/export-template.png" alt-text="Screenshot of export template for container registry":::
8686
8787
1. Locate the .zip file that you downloaded from the portal, and unzip that file to a folder of your choice.
8888

0 commit comments

Comments
 (0)