Skip to content

Commit 24dc13a

Browse files
Merge pull request #271917 from anaharris-ms/reloc-clean
Relocation cleanup
2 parents f176c80 + ced0dae commit 24dc13a

12 files changed

+69
-5
lines changed

articles/operational-excellence/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- name: Azure Cache for Redis
3838
href: ../azure-cache-for-redis/cache-moving-resources.md?toc=/azure/operational-excellence/toc.json
3939
- name: Azure Container Registry
40-
href: ../container-registry/manual-regional-move.md
40+
href: ../container-registry/manual-regional-move.md?toc=/azure/operational-excellence/toc.json
4141
- name: Azure Cosmos DB
4242
href: ../cosmos-db/how-to-move-regions.md?toc=/azure/operational-excellence/toc.json
4343
- name: Azure Database for MariaDB Server

articles/operational-excellence/relocation-automation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Relocation guidance for Azure Automation
3-
description: Learn how to relocate an Azure Automation to a new region
3+
description: Learn how to relocate an Azure Automation to a another region
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.reviewer: anaharris
@@ -26,6 +26,9 @@ If your Azure Automation instance doesn't have any configuration and the instanc
2626
- If the source Azure Automation is enabled with a private connection, create a private link and configure the private link with DNS at target.
2727
- For Azure Automation to communicate with Hybrid RunBook Worker, Azure Update Manager, Change Tracking, Inventory Configuration, and Automation State Configuration, you must enable port 443 for both inbound and outbound internet access.
2828

29+
## Downtime
30+
31+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
2932

3033
## Prepare
3134

@@ -39,6 +42,8 @@ To get started, export a Resource Manager template. This template contains setti
3942

4043
This zip file contains the .json files that include the template and scripts to deploy the template.
4144

45+
46+
4247
## Redeploy
4348

4449
In the diagram below, the red flow lines illustrate redeployment of the target instance along with configuration movement.

articles/operational-excellence/relocation-event-hub-cluster.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Relocate an Azure Event Hubs dedicated cluster to another region
3-
description: This article shows you how to relocate an Azure Event Hubs dedicated cluster from the current region to another region.
3+
description: This article shows you how to relocate an Azure Event Hubs dedicated cluster to another region.
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.reviewer: anaharris
@@ -21,6 +21,13 @@ If you have other resources such as namespaces and event hubs in the Azure resou
2121
## Prerequisites
2222
Ensure that the dedicated cluster can be created in the target region. The easiest way to find out is to use the Azure portal to try to [create an Event Hubs dedicated cluster](../event-hubs/event-hubs-dedicated-cluster-create-portal.md). You see the list of regions that are supported at that point of time for creating the cluster.
2323

24+
25+
26+
## Downtime
27+
28+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
29+
30+
2431
## Prepare
2532
To get started, export a Resource Manager template. This template contains settings that describe your Event Hubs dedicated cluster.
2633

articles/operational-excellence/relocation-event-hub.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Relocation guidance in Azure Event Hubs
3-
description: Learn how to relocate Azure Event Hubs to a new region
3+
description: Learn how to relocate Azure Event Hubs to a another region
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.reviewer: anaharris
@@ -39,6 +39,12 @@ If you have other resources in the Azure resource group that contains the Event
3939
- Identify all dependent resources. Event Hubs is a messaging system that lets applications publish and subscribe for messages. Consider whether or not your application at target requires messaging support for the same set of dependent services that it had at the source target.
4040

4141

42+
## Downtime
43+
44+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
45+
46+
47+
4248
## Considerations for Service Endpoints
4349

4450
The virtual network service endpoints for Azure Event Hubs restrict access to a specified virtual network. The endpoints can also restrict access to a list of IPv4 (internet protocol version 4) address ranges. Any user connecting to the Event Hubs from outside those sources is denied access. If Service endpoints were configured in the source region for the Event Hubs resource, the same would need to be done in the target one.

articles/operational-excellence/relocation-key-vault.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Relocate Azure Key Vault to another region
3-
description: This article offers guidance on moving a key vault to a different region.
3+
description: This article offers guidance on moving a key vault to another region.
44
services: key-vault
55
author: anaharris
66
ms.service: key-vault
@@ -35,6 +35,11 @@ Instead of relocation, you need to:
3535
- Access Policies and Network configuration settings.
3636
- Soft delete and purge protection.
3737
- Autorotation settings.
38+
39+
## Downtime
40+
41+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
42+
3843

3944
## Consideration for Service Endpoints
4045

articles/operational-excellence/relocation-log-analytics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ The diagram below illustrates the relocation pattern for a Log Analytics workspa
6666
6767
6868
69+
## Downtime
70+
71+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
72+
6973
## Prepare
7074
7175
The following procedures show how to prepare the workspace and resources for the move by using a Resource Manager template.

articles/operational-excellence/relocation-managed-identity.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Managed identities for Azure resources is a feature of Azure Entra ID. Each of t
3131
- Permissions to assign a new user-assigned identity to the Azure resources.
3232
- Permissions to edit Group membership, if your user-assigned managed identity is a member of one or more groups.
3333

34+
35+
## Downtime
36+
37+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
38+
39+
3440
## Prepare and move
3541

3642
1. Copy user-assigned managed identity assigned permissions. You can list [Azure role assignments](/azure/role-based-access-control/role-assignments-list-powershell) but that may not be enough depending on how permissions were granted to the user-assigned managed identity. You should confirm that your solution doesn't depend on permissions granted using a service specific option.

articles/operational-excellence/relocation-postgresql-flexible-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Prerequisites only apply to [redeployment with data](#redeploy-with-data). To mo
3434
- [Virtual Network](./relocation-virtual-network.md)
3535
- [Network Peering](/azure/virtual-network/scripts/virtual-network-powershell-sample-peer-two-virtual-networks)
3636

37+
38+
## Downtime
39+
40+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
41+
42+
3743
## Prepare
3844

3945
To get started, export a Resource Manager template. This template contains settings that describe your Automation namespace.

articles/operational-excellence/relocation-private-link.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@ This article shows you how to relocate [Azure Private Link Service](/azure/priva
1818
To learn how to to reconfigure [private endpoints](/azure/private-link/private-link-overview) for a particular service, see the [appropriate service relocation guide](overview-relocation.md).
1919

2020

21+
22+
## Downtime
23+
24+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
25+
26+
27+
2128
## Prepare
2229

2330
Identify all resources that are used by Private Link Service, such as Standard load balancer, virtual machines, virtual network, etc.
2431

32+
33+
2534
## Redeploy
2635

2736
1. Redeploy all resources that are used by Private Link Service.

articles/operational-excellence/relocation-storage-account.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ This article shows you how to relocate an Azure Storage Account to a new region
2828
- [Public IP](/azure/virtual-network/move-across-regions-publicip-portal)
2929
- [Azure Private Link Service](./relocation-private-link.md)
3030

31+
## Downtime
32+
33+
To understand the possible downtimes involved, see [Cloud Adoption Framework for Azure: Select a relocation method](/azure/cloud-adoption-framework/relocate/select#select-a-relocation-method).
34+
35+
3136
## Prepare
3237

3338
To prepare, you must export and then modify a Resource Manager template.

0 commit comments

Comments
 (0)