Skip to content

Commit 72c9ac1

Browse files
authored
Merge pull request #178127 from rishjai-msft/multiIP
Separation of Compute and Network Blades, Multi-IP Support
2 parents 21c63ff + 88aefa2 commit 72c9ac1

30 files changed

+85
-30
lines changed

articles/site-recovery/azure-stack-site-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Before you run a test failover, verify the machine properties, and make sure tha
254254

255255
1. In **Protected Items**, click **Replicated Items** > VM.
256256
2. In the **Replicated item** pane, there's a summary of VM information, health status, and the latest available recovery points. Click **Properties** to view more details.
257-
3. In **Compute and Network**, modify settings as needed.
257+
3. In **Compute** and **Network** settings, modify settings as needed.
258258

259259
- You can modify the Azure VM name, resource group, target size, [availability set](../virtual-machines/windows/tutorial-availability-sets.md), and managed disk settings.
260260
- You can also view and modify network settings. These include the network/subnet to which the Azure VM is joined after failover, and the IP address that will be assigned to the VM.

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Customize networking configurations for a failover VM | Microsoft Docs
33
description: Provides an overview of customize networking configurations for a failover VM in the replication of Azure VMs using Azure Site Recovery.
44
services: site-recovery
5-
author: sideeksh
6-
manager: rochakm
5+
author: rishjai-msft
6+
manager: gaggupta
77
ms.service: site-recovery
88
ms.topic: article
9-
ms.date: 10/21/2019
10-
ms.author: sideeksh
9+
ms.date: 10/01/2021
10+
ms.author: rishjai
1111

1212
---
1313
# Customize networking configurations of the target Azure VM
@@ -23,7 +23,8 @@ Learn how Site Recovery provides disaster recovery for [this scenario](azure-to-
2323
You can provide the following key resource configurations for the failover VM while replicating Azure VMs:
2424

2525
- [Internal load balancer](../load-balancer/load-balancer-overview.md)
26-
- [Public IP](../virtual-network/ip-services/public-ip-addresses.md)
26+
- [Public IP](../virtual-network/public-ip-addresses.md)
27+
- [Secondary IP](../virtual-network/ip-services/virtual-network-multiple-ip-addresses-portal.md)
2728
- [Network security group](../virtual-network/manage-network-security-group.md) both for the subnet and for the NIC
2829

2930
## Prerequisites
@@ -35,14 +36,14 @@ You can provide the following key resource configurations for the failover VM wh
3536

3637
1. Go to **Replicated Items**.
3738
2. Select the desired Azure VM.
38-
3. Select **Compute and Network** and select **Edit**. Notice that the NIC configuration settings include the corresponding resources at the source.
39+
3. Select **Network** and select **Edit**. Notice that the NIC configuration settings include the corresponding resources at the source.
3940

40-
![Customize the failover networking configurations](media/azure-to-azure-customize-networking/edit-networking-properties.png)
41+
:::image type="content" source="./media/azure-to-azure-customize-networking/edit-networking-properties.png" alt-text="Customize the failover networking configurations" lightbox="./media/azure-to-azure-customize-networking/edit-networking-properties-expanded.png":::
4142

4243
4. Select a test failover virtual network.
43-
5. Failover network is Select **Edit** near the NIC you want to configure. In the next blade that opens, select the corresponding pre-created resources in the test failover and failover location.
44+
5. Select the NIC tab you want to configure. Now, select the corresponding pre-created resources in the test failover and failover location.
4445

45-
![Edit the NIC configuration](media/azure-to-azure-customize-networking/nic-drilldown.png)
46+
:::image type="content" source="./media/azure-to-azure-customize-networking/nic-drilldown.png" alt-text="Edit the NIC configuration" lightbox="./media/azure-to-azure-customize-networking/nic-drilldown-expanded.png":::
4647

4748
6. Select **OK**.
4849

articles/site-recovery/azure-to-azure-network-mapping.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ If you haven't prepared network mapping before you configure disaster recovery f
4848

4949
>[!NOTE]
5050
>* Modifying the network mapping only changes the defaults for new VM replications. It does not impact the target virtual network selections for existing replications.
51-
>* If you wish to modify the target network for an existing replication, go to Compute and Network Settings of the replicated item.
51+
>* If you wish to modify the target network for an existing replication, go to **Network** Settings of the replicated item.
5252
5353
## Specify a subnet
5454

5555
The subnet of the target VM is selected based on the name of the subnet of the source VM.
5656

5757
- If a subnet with the same name as the source VM subnet is available in the target network, that subnet is set for the target VM.
5858
- If a subnet with the same name doesn't exist in the target network, the first subnet in the alphabetical order is set as the target subnet.
59-
- You can modify the target subnet in the **Compute and Network** settings for the VM.
59+
- You can modify the target subnet in the **Network** settings for the VM.
6060

61-
![Compute and Network compute properties window](./media/site-recovery-network-mapping-azure-to-azure/modify-subnet.png)
61+
![Network compute properties window](./media/site-recovery-network-mapping-azure-to-azure/modify-subnet.png)
6262

6363

6464
## Set up IP addressing for target VMs
@@ -68,6 +68,7 @@ The IP address for each NIC on a target virtual machine is configured as follows
6868
- **DHCP**: If the NIC of the source VM uses DHCP, the NIC of the target VM is also set to use DHCP.
6969
- **Static IP address**: If the NIC of the source VM uses static IP addressing, the target VM NIC will also use a static IP address.
7070

71+
The same holds for the Secondary IP Configurations as well.
7172

7273
## IP address assignment during failover
7374

@@ -87,7 +88,7 @@ Target network isn't the failover VNet | - Target IP address will be static with
8788

8889
- The failover VNet is the target network that you select when you set up disaster recovery.
8990
- We recommend that you always use a non-production network for test failover.
90-
- You can modify the target IP address in the **Compute and Network** settings of the VM.
91+
- You can modify the target IP address in the **Network** settings of the VM.
9192

9293

9394
## Next steps

articles/site-recovery/azure-to-azure-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ Internal Load balancer | Supported | Associate the preconfigured load balancer u
323323
Public IP address | Supported | Associate an existing public IP address with the NIC. Or, create a public IP address and associate it with the NIC using an Azure Automation script in a recovery plan.
324324
NSG on NIC | Supported | Associate the NSG with the NIC using an Azure Automation script in a recovery plan.
325325
NSG on subnet | Supported | Associate the NSG with the subnet using an Azure Automation script in a recovery plan.
326-
Reserved (static) IP address | Supported | If the NIC on the source VM has a static IP address, and the target subnet has the same IP address available, it's assigned to the failed over VM.<br/><br/> If the target subnet doesn't have the same IP address available, one of the available IP addresses in the subnet is reserved for the VM.<br/><br/> You can also specify a fixed IP address and subnet in **Replicated items** > **Settings** > **Compute and Network** > **Network interfaces**.
326+
Reserved (static) IP address | Supported | If the NIC on the source VM has a static IP address, and the target subnet has the same IP address available, it's assigned to the failed over VM.<br/><br/> If the target subnet doesn't have the same IP address available, one of the available IP addresses in the subnet is reserved for the VM.<br/><br/> You can also specify a fixed IP address and subnet in **Replicated items** > **Settings** > **Network** > **Network interfaces**.
327327
Dynamic IP address | Supported | If the NIC on the source has dynamic IP addressing, the NIC on the failed over VM is also dynamic by default.<br/><br/> You can modify this to a fixed IP address if required.
328-
Multiple IP addresses | Not supported | When you fail over a VM that has a NIC with multiple IP addresses, only the primary IP address of the NIC in the source region is kept. To assign multiple IP addresses, you can add VMs to a [recovery plan](recovery-plan-overview.md) and attach a script to assign additional IP addresses to the plan, or you can make the change manually or with a script after failover.
328+
Multiple IP addresses | Supported | When you fail over a VM that has a NIC with multiple IP addresses, only the primary IP address of the NIC in the source region is kept by default. To failover Secondary IP Configurations, go to the **Network** blade and configure them.
329329
Traffic Manager | Supported | You can preconfigure Traffic Manager so that traffic is routed to the endpoint in the source region on a regular basis, and to the endpoint in the target region in case of failover.
330330
Azure DNS | Supported |
331331
Custom DNS | Supported |

articles/site-recovery/azure-vm-disaster-recovery-with-accelerated-networking.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Enable accelerated networking for Azure VM disaster recovery with Azure S
33
description: Describes how to enable Accelerated Networking with Azure Site Recovery for Azure virtual machine disaster recovery
44
services: site-recovery
55
documentationcenter: ''
6-
author: Harsha-CS
7-
manager: rochakm
6+
author: rishjai-msft
7+
manager: gaggupta
88
ms.service: site-recovery
99
ms.topic: conceptual
1010
ms.date: 04/08/2019
11-
ms.author: harshacs
11+
ms.author: rishjai
1212

1313
---
1414
# Accelerated Networking with Azure virtual machine disaster recovery
@@ -67,12 +67,12 @@ For more information on VM instances, see [Linux VM sizes](../virtual-machines/s
6767

6868
When you [enable replication](azure-to-azure-tutorial-enable-replication.md) for Azure virtual machines, Site Recovery will automatically detect whether the virtual machine network interfaces have Accelerated Networking enabled. If Accelerated Networking is already enabled, Site Recovery will automatically configure Accelerated Networking on the network interfaces of the replicated virtual machine.
6969

70-
The status of Accelerated Networking can be verified under the **Network interfaces** section of the **Compute and Network** settings for the replicated virtual machine.
70+
The status of Accelerated Networking can be verified under the respective NIC's Tab in the **Network** settings for the replicated virtual machine.
7171

7272
![Accelerated Networking setting](./media/azure-vm-disaster-recovery-with-accelerated-networking/compute-network-accelerated-networking.png)
7373

7474
If you have enabled Accelerated Networking on the source virtual machine after enabling replication, you can enable Accelerated Networking for the replicated virtual machine's network interfaces by the following process:
75-
1. Open **Compute and Network** settings for the replicated virtual machine
75+
1. Open **Network** settings for the replicated virtual machine
7676
2. Click on the name of the network interface under the **Network interfaces** section
7777
3. Select **Enabled** from the dropdown for Accelerated Networking under the **Target** column
7878

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Configure failover of multiple IP addresses with Azure Site Recovery
3+
description: Describes how to configure the failover of secondary IP configs for Azure VMs
4+
services: site-recovery
5+
author: rishjai-msft
6+
manager: gaggupta
7+
ms.service: site-recovery
8+
ms.topic: conceptual
9+
ms.date: 11/01/2021
10+
ms.author: rishjai
11+
12+
---
13+
# Configure failover of multiple IP addresses with Azure Site Recovery
14+
15+
Every NIC attached to a VM has one or more IP configurations associated to it. Each configuration is assigned one static or dynamic private IP address. Each configuration may also have one public IP address resource associated to it. A public IP address resource has either a dynamic or static public IP address assigned to it. To learn more about [IP addresses in Azure](../virtual-network/ip-services/public-ip-addresses.md), read the IP addresses in Azure article.
16+
17+
Today, Site Recovery automatically configures the failover of the Primary IP Configuration. This article describes how you can configure failover of Secondary IP Configs with Site Recovery. Please note that this is supported only for Azure VMs.
18+
19+
## Configure Secondary IP Address Failover via Azure portal
20+
21+
Site Recovery automatically configures the failover of your Primary IP Configuration when you Enable Replication for the VM. Secondary IP Configurations need to be manually configured after the Enable Replication completes. For this you need a protected VM that has one or more Secondary IP Configurations.
22+
23+
Follow the steps as outlined:
24+
1. Navigate to the **Network** blade on the Replicated Items page.
25+
26+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/network-tab.png" alt-text="Replicated Items Blade":::
27+
28+
29+
2. You will see the following highlighted text. Click on **Edit** to modify it.
30+
31+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/network-edit.png" alt-text="Network Tab Edit Mode" lightbox="./media/concepts-multiple-ip-address-failover/network-edit-expanded.png":::
32+
33+
3. Click on "+ IP Configurations". You will see two options, Either add all IP Configurations, or selectively add IP Configurations.
34+
35+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-ip-configurations.png" alt-text="Add IP Configurations":::
36+
37+
4. On clicking **Add all secondary IP Configurations**, all of them will appear in the grid below, and then you can configure them as you like.
38+
39+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations.png" alt-text="Add All IP Configurations" lightbox="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations-expanded.png":::
40+
41+
5. Alternatively, on clicking **Select and add secondary IP Configurations**, a blade will open where you can pick and add IP Configurations you'd like to configure for failover.
42+
43+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png" alt-text="Select and Add IP Configurations":::
44+
45+
Now, for each IP Configuration that you've added, you can configure the values for Private IP, Public IP, and Backend Pool for Failover and Test Failover separately. After you've done it all, don't forget to Save changes.
46+
47+
48+
## Next steps
49+
- Learn more about [Traffic Manager with Azure Site Recovery](../site-recovery/concepts-traffic-manager-with-site-recovery.md)
50+
- Learn more about Traffic Manager [routing methods](../traffic-manager/traffic-manager-routing-methods.md).
51+
- Learn more about [recovery plans](site-recovery-create-recovery-plans.md) to automate application failover.

articles/site-recovery/how-to-enable-replication-proximity-placement-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To select a proximity placement group in the DR region while enabling replicatio
6262
You can easily update your selection of a proximity placement group in the DR region after replication has been enabled for the VM:
6363

6464
1. Go to the virtual machine. On the left pane, under **Operations**, select **Disaster Recovery**.
65-
2. Go to the **Compute and Network** pane and select **Edit**.
65+
2. Go to the **Compute** pane and select **Edit**.
6666
3. You can see the options to edit multiple target settings, including the target proximity placement group. Choose the proximity placement group that you want the VM to fail over into, and then select **Save**.
6767

6868
### VMware to Azure
94.9 KB
Loading
50.4 KB
Loading
50.6 KB
Loading

0 commit comments

Comments
 (0)