Skip to content

Commit 16c69dc

Browse files
2 parents 89bf5b9 + 6272b24 commit 16c69dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/site-recovery/azure-to-azure-customize-networking.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@ The following key resource configurations can be provided for the failover VM wh
2424

2525
- [Internal Load Balancer](https://docs.microsoft.com/azure/load-balancer/load-balancer-standard-overview#what-is-standard-load-balancer)
2626
- [Public IP](https://docs.microsoft.com/azure/virtual-network/virtual-network-ip-addresses-overview-arm#public-ip-addresses)
27-
- [Network Security Group](https://docs.microsoft.com/azure/virtual-network/manage-network-security-group) both for the subnet and for the NIC.
27+
- [Network Security Group](https://docs.microsoft.com/azure/virtual-network/manage-network-security-group) both for the subnet and for the NIC
2828

2929
## Pre-requisites
3030

3131
- Ensure that you plan your recovery side configurations in advance.
32-
- You need to pre-create the networking resources in advance, provide it as an input so that Azure Site Recovery service can honor these settings and ensure that the failover VM adheres to these settings.
32+
- You need to create the networking resources in advance. Provide it as an input so that Azure Site Recovery service can honor these settings and ensure that the failover VM adheres to these settings.
3333

3434
## Steps to customize failover networking configurations
3535

3636
1. Navigate to **Replicated Items**.
3737
2. Click on the desired Azure VM.
38-
3. Click on **Compute and Network**, and **Edit**. You will notice that the NIC configuration settings include the corresponding resources at the source
38+
3. Click on **Compute and Network**, and **Edit**. You will notice that the NIC configuration settings include the corresponding resources at the source.
3939

4040
![customize](media/azure-to-azure-customize-networking/edit-networking-properties.png)
4141

42-
4. Click **Edit** near the NIC you want to configure, in the next blade that opens up, select the corresponding pre-created resources in the target.
42+
4. Click **Edit** near the NIC you want to configure. In the next blade that opens up, select the corresponding pre-created resources in the target.
4343

4444
![NIC-drilldown](media/azure-to-azure-customize-networking/nic-drilldown.png)
4545

46-
5. Click **Ok**
46+
5. Click **OK**.
4747

4848
Site Recovery will now honor these settings and ensure that the VM on failover is connected to the selected resource via the corresponding NIC.
4949

5050
## Troubleshooting
5151

5252
### Unable to view or select a resource
5353

54-
If you are unable to select or view a networking resource, please go through the following checks & conditions
54+
If you are unable to select or view a networking resource, please go through the following checks & conditions:
5555

5656
- The target field for a networking resource is only enabled if the source VM had a corresponding input. This is based on the principle that for a disaster recovery scenario, you would want either the exact or a scaled down version of your source.
5757
- For each of the networking resources in question some filters are applied in the dropdown to ensure that the failover VM can attach itself to the resource selected and the failover reliability is maintained. These filters are based on the same networking conditions that would have been verified when you configured the source VM.
@@ -61,7 +61,7 @@ Internal load balancer validations:
6161
1. Subscription and Region of LB and the target VM should be the same.
6262
2. The virtual network associated with the Internal Load Balancer and that of the target VMshould be the same.
6363
3. The target VM’s Public IP SKU and the Internal Loadbalancer's SKU should be the same.
64-
4. If the target VM is configured to be placed in an availability zone, then check if the load balancer is zone redundant or part of any availability zone. (Basic SKU Load Balancers do not support zones and will not be shown in the drop-down in this case)
64+
4. If the target VM is configured to be placed in an availability zone, then check if the load balancer is zone redundant or part of any availability zone. (Basic SKU Load Balancers do not support zones and will not be shown in the drop-down in this case.)
6565
5. Ensure that the Internal LoadBalancer has a pre-created backend pool and front-end configuration.
6666

6767

@@ -75,4 +75,4 @@ Network security group:
7575

7676

7777
> [!WARNING]
78-
> If the target VM is associated to an Availability Set, then you need to associate the Public IP/Internal Load balancer of the same SKU as that of other VM's Public IP/Internal Load balancer in the Availability Set. Failure to do so could result in failover failure.
78+
> If the target VM is associated to an Availability Set, then you need to associate the Public IP/Internal Load balancer of the same SKU as that of other VM's Public IP/Internal Load balancer in the Availability Set. Failure to do so could result in failover failure.

0 commit comments

Comments
 (0)