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/site-recovery/azure-to-azure-customize-networking.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: ankitaduttaMSFT
6
6
manager: gaggupta
7
7
ms.service: site-recovery
8
8
ms.topic: article
9
-
ms.date: 03/02/2023
9
+
ms.date: 03/27/2023
10
10
ms.author: ankitadutta
11
11
ms.custom: engagement-fy23
12
12
@@ -39,12 +39,12 @@ You can provide the following key resource configurations for the failover VM wh
39
39
2. Select the desired Azure VM.
40
40
3. Select **Network** and select **Edit**. Notice that the NIC configuration settings include the corresponding resources at the source.
41
41
42
-
:::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.png":::
42
+
:::image type="content" source="./media/azure-to-azure-customize-networking/edit-networking-properties.png" alt-text="Image showing how to Customize the failover networking configurations." lightbox="./media/azure-to-azure-customize-networking/edit-networking-properties.png":::
43
43
44
44
4. Select a test failover virtual network.
45
45
5. Select the NIC tab you want to configure. Now, select the corresponding pre-created resources in the test failover and failover location.
46
46
47
-
:::image type="content" source="./media/azure-to-azure-customize-networking/nic-drilldown-expanded.png" alt-text="Edit the NIC configuration" lightbox="./media/azure-to-azure-customize-networking/nic-drilldown-expanded.png":::
47
+
:::image type="content" source="./media/azure-to-azure-customize-networking/nic-drilldown-expanded.png" alt-text="Image showing how to Edit the NIC configuration." lightbox="./media/azure-to-azure-customize-networking/nic-drilldown-expanded.png":::
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-to-azure-network-mapping.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ankitaduttaMSFT
5
5
manager: rochakm
6
6
ms.service: site-recovery
7
7
ms.topic: conceptual
8
-
ms.date: 03/02/2023
8
+
ms.date: 03/27/2023
9
9
ms.author: ankitadutta
10
10
ms.custom: engagement-fy23
11
11
@@ -27,14 +27,14 @@ Map networks as follows:
27
27
28
28
1. In **Site Recovery Infrastructure**, click **+Network Mapping**.
29
29
30
-
:::image type="content" source="./media/site-recovery-network-mapping-azure-to-azure/network-mapping1.png" alt-text="Create a network mapping" lightbox="./media/site-recovery-network-mapping-azure-to-azure/network-mapping1.png":::
30
+
:::image type="content" source="./media/site-recovery-network-mapping-azure-to-azure/network-mapping1.png" alt-text="Image showing how to Create a network mapping." lightbox="./media/site-recovery-network-mapping-azure-to-azure/network-mapping1.png":::
31
31
32
32
3. In **Add network mapping**, select the source and target locations. In our example, the source VM is running in the East Asia region, and replicates to the Southeast Asia region.
33
33
34
-
:::image type="content" source="./media/site-recovery-network-mapping-azure-to-azure/network-mapping2.png" alt-text="Select source and target" lightbox="./media/site-recovery-network-mapping-azure-to-azure/network-mapping2.png":::
34
+
:::image type="content" source="./media/site-recovery-network-mapping-azure-to-azure/network-mapping2.png" alt-text="Image showing how to Select source and target." lightbox="./media/site-recovery-network-mapping-azure-to-azure/network-mapping2.png":::
35
35
3. Now create a network mapping in the opposite direction. In our example, the source will now be Southeast Asia, and the target will be East Asia.
36
36
37
-
:::image type="content" source="./media/site-recovery-network-mapping-azure-to-azure/network-mapping3.png" alt-text="Add network mapping pane - Select source and target locations for the target network" lightbox="./media/site-recovery-network-mapping-azure-to-azure/network-mapping3.png":::
37
+
:::image type="content" source="./media/site-recovery-network-mapping-azure-to-azure/network-mapping3.png" alt-text="Image showing how to Add network mapping pane - Select source and target locations for the target network." lightbox="./media/site-recovery-network-mapping-azure-to-azure/network-mapping3.png":::
38
38
39
39
40
40
## Map networks when you enable replication
@@ -59,7 +59,7 @@ The subnet of the target VM is selected based on the name of the subnet of the s
59
59
- 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.
60
60
- You can modify the target subnet in the **Network** settings for the VM.
:::image type="content" source="./media/site-recovery-network-mapping-azure-to-azure/modify-subnet.png" alt-text="Image showing how to Network compute properties window" lightbox="./media/site-recovery-network-mapping-azure-to-azure/modify-subnet.png":::
63
63
64
64
## Set up IP addressing for target VMs
65
65
@@ -87,7 +87,7 @@ Different address space | The next available IP address in the target subnet is
87
87
**Target network** | **Details**
88
88
--- | ---
89
89
Target network is the failover VNet | - Target IP address will be static with the same IP address. <br/><br/> - If the same IP address is already assigned, then the IP address is the next one available at the end of the subnet range. For example: If the source IP address is 10.0.0.19 and failover network uses range 10.0.0.0/24, then the next IP address assigned to the target VM is 10.0.0.254.
90
-
Target network isn't the failover VNet | - Target IP address will be static with the same IP address, only if it is available in the target virtual network. <br/><br/> - If the same IP address is already assigned, then the IP address is the next one available at the end of the subnet range.<br/><br/> For example: If the source static IP address is 10.0.0.19 and failover is on an network that isn't the failover network, with the range 10.0.0.0/24, then the target static IP address will be 10.0.0.19 if available, and otherwise it will be 10.0.0.254.
90
+
Target network isn't the failover VNet | - Target IP address will be static with the same IP address, only if it is available in the target virtual network. <br/><br/> - If the same IP address is already assigned, then the IP address is the next one available at the end of the subnet range.<br/><br/> For example: If the source static IP address is 10.0.0.19 and failover is on a network that isn't the failover network, with the range 10.0.0.0/24, then the target static IP address will be 10.0.0.19 if available, and otherwise it will be 10.0.0.254.
91
91
92
92
- The failover VNet is the target network that you select when you set up disaster recovery.
93
93
- We recommend that you always use a non-production network for test failover.
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-vm-disaster-recovery-with-accelerated-networking.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: ankitaduttaMSFT
7
7
manager: gaggupta
8
8
ms.service: site-recovery
9
9
ms.topic: conceptual
10
-
ms.date: 03/02/2023
10
+
ms.date: 03/27/2023
11
11
ms.author: ankitadutta
12
12
ms.custom: engagement-fy23
13
13
@@ -16,7 +16,7 @@ ms.custom: engagement-fy23
16
16
17
17
Accelerated Networking enables single root I/O virtualization (SR-IOV) to a VM, greatly improving its networking performance. This high-performance path bypasses the host from the datapath, reducing latency, jitter, and CPU utilization, for use with the most demanding network workloads on supported VM types. The following picture shows communication between two VMs with and without accelerated networking:
Azure Site Recovery enables you to utilize the benefits of Accelerated Networking, for Azure virtual machines that are failed over to a different Azure region. This article describes how you can enable Accelerated Networking for Azure virtual machines replicated with Azure Site Recovery.
22
22
@@ -70,7 +70,7 @@ When you [enable replication](azure-to-azure-tutorial-enable-replication.md) for
70
70
71
71
The status of Accelerated Networking can be verified under the respective NIC's Tab in the **Network** settings for the replicated virtual machine.
:::image type="content" source="./media/azure-vm-disaster-recovery-with-accelerated-networking/network-interface-accelerated-networking-enabled.png" alt-text="Image showing how to Enable Accelerated Networking." lightbox="./media/azure-vm-disaster-recovery-with-accelerated-networking/network-interface-accelerated-networking-enabled.png":::
83
83
84
84
85
85
The above process should also be followed for existing replicated virtual machines, that did not previously have Accelerated Networking enabled automatically by Site Recovery.
3. Click on "+ IP Configurations". You will see two options, Either add all IP Configurations, or selectively add IP Configurations.
36
36
37
-
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-ip-configurations.png" alt-text="Add IP Configurations":::
37
+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-ip-configurations.png" alt-text="Image showing how to Add IP Configurations.":::
38
38
39
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
40
41
-
:::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":::
41
+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations.png" alt-text="Image showing how to add All IP Configurations." lightbox="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations-expanded.png":::
42
42
43
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.
44
44
45
-
:::image type="content" source="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png" alt-text="Select and Add IP Configurations" lightbox="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png"::::::
45
+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png" alt-text="Image showing how to Select and Add IP Configurations." lightbox="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png":::
46
46
47
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.
0 commit comments