Skip to content

Commit cf053d3

Browse files
authored
Merge pull request #273673 from ankitaduttaMSFT/756
pbi 756
2 parents 4d0f786 + de1436c commit cf053d3

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed
Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,62 @@
11
---
22
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
3+
description: This article describes how to configure the failover of secondary IP configs for Azure virtual machines.
44
services: site-recovery
55
author: ankitaduttaMSFT
6-
manager: gaggupta
76
ms.service: site-recovery
87
ms.topic: conceptual
9-
ms.date: 03/27/2023
8+
ms.date: 04/29/2024
109
ms.author: ankitadutta
1110
ms.custom: engagement-fy23
1211

1312
---
1413
# Configure failover of multiple IP addresses with Azure Site Recovery
1514

16-
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.
15+
Every Network Interface Card (NIC) attached to a virtual machine 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. Learn more about [IP addresses in Azure](../virtual-network/ip-services/public-ip-addresses.md).
1716

18-
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.
17+
Azure Site Recovery automatically configures the failover of the Primary IP Configuration. This article describes how you can configure failover of Secondary IP configuration with Site Recovery. This is supported only for Azure virtual machines.
1918

20-
## Configure Secondary IP Address Failover via Azure portal
2119

22-
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.
20+
## Configure secondary IP address failover via Azure portal
2321

24-
**Follow these steps:**
22+
Site Recovery automatically configures the failover of your Primary IP Configuration when you Enable Replication for the virtual machine. Secondary IP Configurations need to be manually configured after the replication completes. For this, you need a protected virtual machine that has one or more Secondary IP Configurations.
2523

26-
1. Navigate to the **Network** blade on the Replicated Items page.
24+
To configure secondary IP address failover, follow these steps:
25+
26+
1. Navigate to the **Network** section on the **Replicated items** page.
2727

2828
:::image type="content" source="./media/concepts-multiple-ip-address-failover/network-tab.png" alt-text="Screenshot of Replicated Items Blade.":::
2929

3030

31-
2. You will see the following highlighted text. Click on **Edit** to modify it.
31+
2. Under **Secondary IP Configuration**, select **Edit** to modify it.
3232

3333
:::image type="content" source="./media/concepts-multiple-ip-address-failover/network-edit.png" alt-text="Screenshot of Network Tab Edit Mode." lightbox="./media/concepts-multiple-ip-address-failover/network-edit-expanded.png":::
3434

35-
3. Click on "+ IP Configurations". You will see two options, Either add all IP Configurations, or selectively add IP Configurations.
35+
3. Select **+ IP configurations**.
36+
You have two options, you can either add all IP configurations, or select and add individual IP configurations.
3637

3738
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-ip-configurations.png" alt-text="Screenshot of Add IP Configurations.":::
3839

39-
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.
40+
> [!NOTE]
41+
> If you add a NIC to the source virtual machine while replication is ongoing, you must disable and re-enable replication to update the same settings for the target virtual machine.
42+
43+
4. Select **Add all secondary IP configurations** to list all available configurations. You can now configure them as you like.
4044

4145
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations.png" alt-text="Screenshot of All IP Configurations." lightbox="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations-expanded.png":::
4246

43-
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.
47+
5. Alternatively, selecting **Select and add secondary IP configurations**, opens a pane where you can pick and add IP configurations you'd like to configure for failover.
4448

4549
:::image type="content" source="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png" alt-text="Screenshot of Select and Add IP Configurations." lightbox="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png":::
4650

47-
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.
51+
For each IP configuration that was added, you can configure the values for Private IP, Public IP, and Backend Pool for Failover and Test Failover separately.
52+
53+
1. Save your changes.
4854

4955

5056
## Next steps
5157

52-
- Learn more about [Traffic Manager with Azure Site Recovery](../site-recovery/concepts-traffic-manager-with-site-recovery.md)
53-
- Learn more about Traffic Manager [routing methods](../traffic-manager/traffic-manager-routing-methods.md).
54-
- Learn more about [recovery plans](site-recovery-create-recovery-plans.md) to automate application failover.
58+
Learn more about:
59+
60+
- [Traffic Manager with Azure Site Recovery](../site-recovery/concepts-traffic-manager-with-site-recovery.md)
61+
- Traffic Manager [routing methods](../traffic-manager/traffic-manager-routing-methods.md).
62+
- [Recovery plans](site-recovery-create-recovery-plans.md) to automate application failover.

0 commit comments

Comments
 (0)