Skip to content

Commit 59e4ef0

Browse files
authored
Merge pull request #282084 from anaharris-ms/relocation-container-reg
Relocation: Container registry
2 parents 8500590 + 15f9ed6 commit 59e4ef0

File tree

8 files changed

+252
-165
lines changed

8 files changed

+252
-165
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4959,6 +4959,11 @@
49594959
"source_path_from_root": "/articles/virtual-network/ip-services/routing-preference-cli.md",
49604960
"redirect_url": "/azure/virtual-network/ip-services/routing-preference-portal",
49614961
"redirect_document_id": false
4962+
},
4963+
{
4964+
"source_path_from_root":"/articles/container-registry/manual-regional-move.md",
4965+
"redirect_url":"/azure/operational-excellence/relocation-container-registry",
4966+
"redirect_document_id":false
49624967
}
49634968

49644969
]

articles/container-registry/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@
134134
href: container-registry-auto-purge.md
135135
- name: Use ACR webhooks
136136
href: container-registry-webhook.md
137-
- name: Move registry to different region
138-
href: manual-regional-move.md
139137
- name: Security and authentication
140138
items:
141139
- name: Restrict access using private endpoint
@@ -268,6 +266,8 @@
268266
href: tasks-consume-public-content.md
269267
- name: Build image with Buildpacks (preview)
270268
href: container-registry-tasks-pack-build.md
269+
- name: Relocate to another region
270+
href: ../operational-excellence/relocation-container-registry.md?toc=/azure/container-registry/toc.json&bc=/azure/container-registry/breadcrumb/toc.json
271271
- name: View task logs
272272
href: container-registry-tasks-logs.md
273273
- name: Connected registry

articles/container-registry/manual-regional-move.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

articles/operational-excellence/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- name: Azure Cache for Redis
4646
href: ../azure-cache-for-redis/cache-moving-resources.md?toc=/azure/operational-excellence/toc.json
4747
- name: Azure Container Registry
48-
href: ../container-registry/manual-regional-move.md?toc=/azure/operational-excellence/toc.json
48+
href: relocation-container-registry.md
4949
- name: Azure Cosmos DB
5050
href: relocation-cosmos-db.md
5151
- name: Azure Database for MariaDB Server
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
author: anaharris-ms
3+
ms.service: container-registry
4+
ms.topic: include
5+
ms.date: 07/29/2024
6+
ms.author: anaharris
7+
---
8+
9+
## Consideration for private endpoint
10+
11+
Azure Private Link provides private connectivity from a virtual network to [Azure platform as a service (PaaS), customer-owned, or Microsoft partner services](/azure/private-link/private-endpoint-overview). Private Link simplifies the network architecture and secures the connection between endpoints in Azure by eliminating data exposure to the public internet.
12+
13+
For a successful recreation of your resource in the target region, the VNet and Subnet must be created before the actual recreation occurs.
14+
15+
### Considerations for Azure Private Endpoint DNS integration
16+
17+
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.
18+
19+
Existing Microsoft Azure services might already have a DNS configuration for a public endpoint. This configuration must be overridden to connect using your private endpoint.
20+
21+
The network interface associated with the private endpoint contains the information to configure your DNS. The network interface information includes FQDN and private IP addresses for your private link resource.
22+
23+
You can use the following options to configure your DNS settings for private endpoints:
24+
25+
- **Use the host file (only recommended for testing)**. You can use the host file on a virtual machine to override the DNS.
26+
- **Use a private DNS zone.** You can use private DNS zones to override the DNS resolution for a private endpoint. A private DNS zone can be linked to your virtual network to resolve specific domains.
27+
- **Use your DNS forwarder (optional).** You can use your DNS forwarder to override the DNS resolution for a private link resource. Create a DNS forwarding rule to use a private DNS zone on your DNS server hosted in a virtual network.

articles/operational-excellence/overview-relocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following tables provide links to each Azure service relocation document. Th
6060
[Azure Backup](relocation-backup.md)| ✅ | ❌| ❌ |
6161
[Azure Batch](../batch/account-move.md?toc=/azure/operational-excellence/toc.json)|✅ | ✅| ❌ |
6262
[Azure Cache for Redis](../azure-cache-for-redis/cache-moving-resources.md?toc=/azure/operational-excellence/toc.json)| ✅ | ❌| ❌ |
63-
[Azure Container Registry](../container-registry/manual-regional-move.md)|✅ | ✅| |
63+
[Azure Container Registry](relocation-container-registry.md)|✅ | ✅| |
6464
[Azure Cosmos DB](relocation-cosmos-db.md)|✅ | ✅| ❌ |
6565
[Azure Database for MariaDB Server](../mariadb/howto-move-regions-portal.md?toc=/azure/operational-excellence/toc.json)|✅ | ✅| ❌ |
6666
[Azure Database for MySQL Server](../mysql/howto-move-regions-portal.md?toc=/azure/operational-excellence/toc.json)✅ | ✅| ❌ |

0 commit comments

Comments
 (0)