Skip to content

Commit 28670b4

Browse files
Apply suggestions from code review
Co-authored-by: Julia Shimanskiy <[email protected]>
1 parent 897237a commit 28670b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/operational-excellence/relocation-virtual-machine-scale-sets.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This article covers the recommended approach, guidelines, and practices for relo
1919

2020
## Prerequisites
2121

22-
Before you begin, ensure that you have the following:
22+
Before you begin, ensure that you have the following prerequisites:
2323

2424
- 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).
2525

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).
2727

2828
- Consolidate all the associated extensions from source Virtual Machine Scale Set, as some need to be reconfigured after relocation.
2929

@@ -41,15 +41,15 @@ Before you begin, ensure that you have the following:
4141
- [Load Balancer](../load-balancer/move-across-regions-external-load-balancer-portal.md)
4242
- [Virtual Network](./relocation-virtual-network.md)
4343

44-
- 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.
4545

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.
4747

4848

4949

5050
## Prepare
5151

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.
5353

5454

5555
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
5959
1. Relocate the Load Balancer, along with the public IP by doing one of the following methods:
6060

6161
- *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).
6363

6464
>[!IMPORTANT]
6565
> 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
7070

7171
1. Export the source Virtual Machine Scale Set template from Azure portal:
7272

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.
7474
1. In the menu, under **Automation**, select **Export template** > **Download**.
7575
1. Locate the .zip file that you downloaded from the portal, and unzip that file to a folder of your choice.
7676

@@ -82,7 +82,7 @@ In this section, follow the steps below to prepare for relocating a Virtual Mach
8282

8383
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.
8484

85-
1. Update the parameter file with the below inputs:
85+
1. Update the parameter file with these inputs:
8686
- Source Virtual Machine Scale set `name`.
8787
- Image Gallery `Resource id`.
8888
- 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

Comments
 (0)