Skip to content

Commit 26d3308

Browse files
committed
new article
1 parent 2bdf562 commit 26d3308

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Move an Azure Load Balancer to another Azure region
3+
description: Use an Azure Resource Manager template to move an external or internal load balancer from one Azure region to another using the Azure portal or Azure PowerShell.
4+
author: mbender-ms
5+
ms.service: azure-load-balancer
6+
ms.topic: how-to
7+
ms.date: 11/27/2024
8+
ms.author: mbender
9+
ms.custom: template-how-to, devx-track-arm-template, engagement-fy23
10+
---
11+
12+
# Move an Azure Load Balancer to another Azure region
13+
14+
There are various scenarios in which you'd want to move an internal or external load balancer from one region to another. For example, you might want to create another load balancer with the same configuration for testing. You also might want to move an load balancer to another region as part of disaster recovery planning.
15+
16+
In a literal sense, you can't move an Azure load balancer from one region to another. But you can use an Azure Resource Manager template to export the existing configuration and public IP address of a load balancer. You can then stage the resource in another region by exporting the load balancer and public IP to a template, modifying the parameters to match the destination region, and then deploying the template to the new region. For more information on Resource Manager and templates, see [Export resource groups to templates](../azure-resource-manager/management/manage-resource-groups-powershell.md#export-resource-groups-to-templates).
17+
18+
In this article, you'll learn how to move an external or internal load balancer from one Azure region to another using the Azure portal or Azure PowerShell. Choose the tab that matches your preferred method and the type of load balancer you want to move.
19+
20+
# [External load balancer](#tab/external-load-balancer)
21+
22+
## Move an external load balancer to another region using the Azure portal
23+
24+
Use this procedure to move an external load balancer to another region using the Azure portal or Azure PowerShell.
25+
26+
## Prerequisites
27+
28+
# [Azure Portal](#tab/azure-portal/external-load-balancer)
29+
30+
- Make sure the Azure external load balancer is in the Azure region from which you want to move.
31+
32+
- Azure external load balancers can't be moved between regions. You have to associate the new load balancer to resources in the target region.
33+
34+
- To export an external load balancer configuration and deploy a template to create an external load balancer in another region, you need to be assigned the Network Contributor role or higher.
35+
36+
- Identify the source networking layout and all the resources that you're currently using. This layout includes but isn't limited to load balancers, network security groups, public IPs, and virtual networks.
37+
38+
- Verify that your Azure subscription allows you to create external load balancers in the target region. Contact support to enable the required quota.
39+
40+
- Make sure your subscription has enough resources to support the addition of the load balancers. See [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md#networking-limits).
41+
42+
# [Azure PowerShell](#tab/azure-powershell/external-load-balancer)
43+
44+
- Make sure that the Azure external load balancer is in the Azure region from which you want to move.
45+
46+
- Azure external load balancers can't be moved between regions. You have to associate the new load balancer to resources in the target region.
47+
48+
- To export an external load balancer configuration and deploy a template to create an external load balancer in another region, you need the Network Contributor role or higher.
49+
50+
- Identify the source networking layout and all the resources that you're currently using. This layout includes but isn't limited to load balancers, network security groups, public IPs, and virtual networks.
51+
52+
- Verify that your Azure subscription allows you to create external load balancers in the target region that's used. Contact support to enable the required quota.
53+
54+
- Make sure that your subscription has enough resources to support the addition of load balancers for this process. See [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md#networking-limits)
55+
56+
# [Internal load balancer](#tab/internal-load-balancer)
57+
58+
## Move an external load balancer to another region using the Azure portal
59+
60+
61+
# [Azure Portal](#tab/azure-portal/internal-load-balancer)
62+
63+
# [Azure PowerShell](#tab/azure-powershell/internal-load-balancer)
64+
65+
---
66+
67+
## Discard
68+
69+
If you want to discard the target public IP and external load balancer, delete the resource group that contains them. To do so, select the resource group from your dashboard in the portal and then select **Delete** at the top of the overview page.
70+
71+
## Clean up
72+
73+
To commit the changes and complete the move of the public IP and external load balancer, delete the source public IP and external load balancer or resource group. To do so, select that resource group from your dashboard in the portal and then select **Delete** at the top of each page.
74+
75+
## Next steps
76+
77+
In this tutorial, you moved an Azure external load balancer from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, see:
78+
79+
- [Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md)
80+
- [Move Azure VMs to another region](../site-recovery/azure-to-azure-tutorial-migrate.md)

0 commit comments

Comments
 (0)