You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operational-excellence/relocation-virtual-machine-scale-sets.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ This article covers the recommended approach, guidelines, and practices for relo
19
19
20
20
## Prerequisites
21
21
22
-
Before you begin, ensure that you have the following:
22
+
Before you begin, ensure that you have the following prerequisites:
23
23
24
24
- If the source VM supports availability zones, then the target region must also support availability zones. To see which regions support availability zones, see [Azure regions with availability zone support](../reliability/availability-zones-service-support.md#azure-services-with-availability-zone-support).
25
25
26
-
- The subscription in the destination region needs enough quota to create the resources. If you have exceeded the quota, you can request an increase. For more information, see [Azure subscription and service limits, quotas, and constraints](..//azure-resource-manager/management/azure-subscription-service-limits.md).
26
+
- The subscription in the destination region needs enough quota to create the resources. If you exceeded the quota, request an increase. For more information, see [Azure subscription and service limits, quotas, and constraints](..//azure-resource-manager/management/azure-subscription-service-limits.md).
27
27
28
28
- Consolidate all the associated extensions from source Virtual Machine Scale Set, as some need to be reconfigured after relocation.
29
29
@@ -41,15 +41,15 @@ Before you begin, ensure that you have the following:
- Ensure that you have have Network Contributor role or higher in order to configure and deploy a Load Balancer template in another region.
44
+
- Ensure that you have a Network Contributor role or higher in order to configure and deploy a Load Balancer template in another region.
45
45
46
-
- Identify the networking layout of the solution in the source region including NSGs, Public IPs, VNet address spaces, etc.
46
+
- Identify the networking layout of the solution in the source region, such as NSGs, Public IPs, VNet address spaces, and more.
47
47
48
48
49
49
50
50
## Prepare
51
51
52
-
In this section, follow the steps below to prepare for relocating a Virtual Machine Scale Set to another region.
52
+
In this section, follow the instructions to prepare for relocating a Virtual Machine Scale Set to another region.
53
53
54
54
55
55
1. Locate the image reference used by the source Virtual Machine Scale Set and replicate it to the Image Gallery in the target region.
@@ -59,7 +59,7 @@ In this section, follow the steps below to prepare for relocating a Virtual Mach
59
59
1. Relocate the Load Balancer, along with the public IP by doing one of the following methods:
60
60
61
61
-*Resource Mover*. Associate Load Balancer with public IP in the source region to the target region. For more information, see [Move resources across regions (from resource group) with Azure Resource Mover](../resource-mover/move-region-within-resource-group.md).
62
-
-*Explort Template*. Relocate the Load balancer along with public IP to the target region using the export template option. For information on how to do this, see [Move an external load balancer to another region using the Azure portal](../load-balancer/move-across-regions-external-load-balancer-portal.md).
62
+
-*Export Template*. Relocate the Load Balancer along with public IP to the target region using the export template option. For information on how to do this, see [Move an external load balancer to another region using the Azure portal](../load-balancer/move-across-regions-external-load-balancer-portal.md).
63
63
64
64
>[!IMPORTANT]
65
65
> Because Public IP’s are a regional resource, Azure Resource Mover recreates Load Balancer at the target region with a new public IP address.
@@ -70,7 +70,7 @@ In this section, follow the steps below to prepare for relocating a Virtual Mach
70
70
71
71
1. Export the source Virtual Machine Scale Set template from Azure portal:
72
72
73
-
1. In the [Azure portal](https://portal.azure.com), navigate to your source Virtual Machine Scale Set.
73
+
1. In the [Azure portal](https://portal.azure.com), navigate to your source Virtual Machine Scale Set.
74
74
1. In the menu, under **Automation**, select **Export template** > **Download**.
75
75
1. Locate the .zip file that you downloaded from the portal, and unzip that file to a folder of your choice.
76
76
@@ -82,7 +82,7 @@ In this section, follow the steps below to prepare for relocating a Virtual Mach
82
82
83
83
1. Make any necessary changes to the template, such as updating all occurrences of the name and the location for the relocated source Virtual Machine Scale Set.
84
84
85
-
1. Update the parameter file with the below inputs:
85
+
1. Update the parameter file with these inputs:
86
86
- Source Virtual Machine Scale set `name`.
87
87
- Image Gallery `Resource id`.
88
88
- Virtual network `subnet Id`. Also, make the necessary ARM code changes to the subnet section so that it can call the Virtual Network `subnet Id`.
0 commit comments