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/virtual-network/update-virtual-network-peering-address-space.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ ms.date: 07/10/2022
9
9
ms.custom: template-how-to
10
10
#Customer Intent: As a cloud engineer, I need to update the address space for peered virtual networks without incurring downtime from the current address spaces. I wish to do this in the Azure Portal.
11
11
---
12
+
12
13
# Updating the address space for a peered virtual network - Portal
13
14
14
15
In this article, you'll learn how to update a peered virtual network by adding or deleting an address space without incurring downtime interruptions using the Azure portal. This feature is useful when you need to grow or resize the virtual networks in Azure after scaling your workloads.
@@ -24,13 +25,16 @@ In this section, you'll modify the address range prefix for an existing address
24
25
2. From the list of virtual networks, select the virtual network where you're adding an address range.
25
26
1. Select **Address space** under settings.
26
27
1. On the **Address space** page, change the address range prefix per your requirements, and select **Save** when finished.
27
-
:::image type="content" source="media/update-virtual-network-peering-address-space/update-address-prefix-thumb.png" alt-text="Image of the Address Space page for changing a sugnet's prefix" lightbox="media/update-virtual-network-peering-address-space/update-address-prefix-full.png":::
28
+
29
+
:::image type="content" source="media/update-virtual-network-peering-address-space/update-address-prefix-thumb.png" alt-text="Image of the Address Space page for changing a sugnet's prefix" lightbox="media/update-virtual-network-peering-address-space/update-address-prefix-full.png":::
28
30
1. Select **Peerings** under Settings and select the checkbox for the peering requiring synchronization.
29
-
1. Select **Sync from the task bar.
30
-
:::image type="content" source="media/update-virtual-network-peering-address-space/sync-peering-thumb.png" alt-text="Image of the Peerings page where you re-syncronize a peering connection." lightbox="media/update-virtual-network-peering-address-space/sync-peering-full.png":::
31
+
1. Select **Sync** from the task bar.
32
+
33
+
:::image type="content" source="media/update-virtual-network-peering-address-space/sync-peering-thumb.png" alt-text="Image of the Peerings page where you re-syncronize a peering connection." lightbox="media/update-virtual-network-peering-address-space/sync-peering-full.png":::
31
34
1. Select the name of the other peered virtual network under **Peer**.
32
35
1. Under **Settings** of the peered virtual network, select **Address space** and verify that the Address space listed has been updated.
33
-
:::image type="content" source="media/update-virtual-network-peering-address-space/verify-address-space-thumb.png" alt-text="Image the Address Space page where you verify the address space has changed." lightbox="media/update-virtual-network-peering-address-space/verify-address-space-full.png":::
36
+
37
+
:::image type="content" source="media/update-virtual-network-peering-address-space/verify-address-space-thumb.png" alt-text="Image the Address Space page where you verify the address space has changed." lightbox="media/update-virtual-network-peering-address-space/verify-address-space-full.png":::
34
38
35
39
> [!NOTE]
36
40
> When an update is made to the address space for a virtual network, you will need to sync the virtual network peer for each remote peered VNet to learn of the new address space updates. We recommend that you run sync after every resize address space operation instead of performing multiple resizing operations and then running the sync operation.
@@ -46,7 +50,8 @@ In this section, you'll add an IP address range to the IP address space of a pee
46
50
2. From the list of virtual networks, select the virtual network where you're adding an address range.
47
51
3. Select **Address space**, under **Settings**.
48
52
4. On the **Address space** page, add the address range per your requirements, and select **Save** when finished.
49
-
:::image type="content" source="media/update-virtual-network-peering-address-space/add-address-range-thumb.png" alt-text="Image of the Address Space page used to add an IP address range." lightbox="media/update-virtual-network-peering-address-space/add-address-range-full.png":::
53
+
54
+
::image type="content" source="media/update-virtual-network-peering-address-space/add-address-range-thumb.png" alt-text="Image of the Address Space page used to add an IP address range." lightbox="media/update-virtual-network-peering-address-space/add-address-range-full.png":::
50
55
1. Select **Peering**, under **Settings** and **Sync** the peering connection.
51
56
1. As previously done, verify the address space is updated on the remote virtual network.
52
57
## Delete an address range
@@ -59,7 +64,8 @@ In this task, you'll delete an IP address range from an address space. First, yo
59
64
2. From the list of virtual networks, select the virtual network where you're removing an address range.
60
65
1. Select **Subnets**, under **settings**
61
66
1. On the right of the address range you want to remove, select **...** and select **Delete** from the dropdown list. Choose **Yes** to confirm deletion.
62
-
:::image type="content" source="media/update-virtual-network-peering-address-space/delete-subnet.png" alt-text="Image of Subnet page and menu for deleting a subnet.":::
67
+
68
+
:::image type="content" source="media/update-virtual-network-peering-address-space/delete-subnet.png" alt-text="Image of Subnet page and menu for deleting a subnet.":::
63
69
1. Select **Save** when you've completed all changes.
64
70
1.1. Select **Peering**, under **Settings** and **Sync** the peering connection.
65
71
1. As previously done, verify the address space is updated on the remote virtual network.
@@ -69,3 +75,4 @@ In this task, you'll delete an IP address range from an address space. First, yo
0 commit comments