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
+43-34Lines changed: 43 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,74 +5,83 @@ author: asudbring
5
5
ms.author: allensu
6
6
ms.service: virtual-network
7
7
ms.topic: how-to
8
-
ms.date: 07/10/2022
8
+
ms.date: 03/17/2023
9
9
ms.custom: template-how-to
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.
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
13
# Update the address space for a peered virtual network using the Azure portal
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.
15
+
In this article, you learn how to update a peered virtual network by modifying, adding, or deleting an address space using the Azure portal. These updates don't incur downtime interruptions. This feature is useful when you need to grow or resize the virtual networks in Azure after scaling your workloads.
16
16
17
17
## Prerequisites
18
18
19
-
- An existing peered virtual network w/ two virtual networks
19
+
- An existing peered virtual network with two virtual networks
20
20
- If adding address space, ensure it doesn't overlap other address spaces
21
21
22
22
## Modify the address range prefix of an existing address range
23
-
In this section, you'll modify the address range prefix for an existing address range within your peered virtual network.
24
-
1. In the search box at the top of the portal, enter *virtual networks* in the search box. When **Virtual networks** appear in the search results, select it.
25
-
2. From the list of virtual networks, select the virtual network where you're adding an address range.
26
-
1. Select **Address space** under settings.
27
-
1. On the **Address space** page, change the address range prefix per your requirements, and select **Save** when finished.
28
23
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":::
30
-
1. Select **Peerings** under Settings and select the checkbox for the peering requiring synchronization.
31
-
1. Select **Sync** from the task bar.
24
+
In this section, you modify the address range prefix for an existing address range within your peered virtual network.
25
+
26
+
1. In the search box at the top of the Azure portal, enter *virtual networks*. When **Virtual networks** appears in the search results, select it.
27
+
1. From the list of virtual networks, select the virtual network where you're modifying an address range.
28
+
1. Select **Address space** under **Settings**.
29
+
1. On the **Address space** page, change the address range prefix per your requirements, and select **Save**.
30
+
31
+
:::image type="content" source="media/update-virtual-network-peering-address-space/update-address-prefix-thumb.png" alt-text="Screenshot of the Address Space page for changing a subnet's prefix." lightbox="media/update-virtual-network-peering-address-space/update-address-prefix-full.png":::
32
+
33
+
1. Select **Peerings** under **Settings** and select the checkbox for the peering that you want to sync.
34
+
1. Select **Sync** from the taskbar.
35
+
36
+
:::image type="content" source="media/update-virtual-network-peering-address-space/sync-peering-thumb.png" alt-text="Screenshot of the Peerings page where you resync a peering connection." lightbox="media/update-virtual-network-peering-address-space/sync-peering-full.png":::
32
37
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":::
34
38
1. Select the name of the other peered virtual network under **Peer**.
35
-
1. Under **Settings**of the peered virtual network, select **Address space** and verify that the Address space listed has been updated.
39
+
1. Under **Settings**for the peered virtual network, select **Address space** and verify that the address space listed has been updated.
36
40
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":::
41
+
:::image type="content" source="media/update-virtual-network-peering-address-space/verify-address-space-thumb.png" alt-text="Screenshot of 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":::
38
42
39
43
> [!NOTE]
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.
44
+
> When you update the address space for a virtual network, you need to sync the virtual network peer for each remote peered virtual network 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.
41
45
>
42
-
> The following actions will require a sync:
43
-
> - Modifying the address range prefix of an existing address range (For example changing 10.1.0.0/16 to 10.1.0.0/18)
46
+
> The following actions require you to sync:
47
+
>
48
+
> - Modifying the address range prefix of an existing address range, for example changing 10.1.0.0/16 to 10.1.0.0/18
44
49
> - Adding address ranges to a virtual network
45
50
> - Deleting address ranges from a virtual network
51
+
46
52
## Add an address range
47
-
In this section, you'll add an IP address range to the IP address space of a peered virtual network.
48
53
49
-
1. In the search box at the top of the portal, enter *virtual networks* in the search box. When **Virtual networks** appear in the search results, select it.
50
-
2. From the list of virtual networks, select the virtual network where you're adding an address range.
51
-
3. Select **Address space**, under **Settings**.
52
-
4. On the **Address space** page, add the address range per your requirements, and select **Save** when finished.
54
+
In this section, you add an IP address range to the IP address space of a peered virtual network.
55
+
56
+
1. In the search box at the top of the Azure portal, enter *virtual networks*. When **Virtual networks** appears in the search results, select it.
57
+
1. From the list of virtual networks, select the virtual network where you're adding an address range.
58
+
1. Select **Address space**, under **Settings**.
59
+
1. On the **Address space** page, add the address range per your requirements, and select **Save** when finished.
60
+
61
+
:::image type="content" source="media/update-virtual-network-peering-address-space/add-address-range-thumb.png" alt-text="Screenshot 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
62
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":::
55
63
1. Select **Peering**, under **Settings** and **Sync** the peering connection.
56
64
1. As previously done, verify the address space is updated on the remote virtual network.
65
+
57
66
## Delete an address range
58
-
In this task, you'll delete an IP address range from an address space. First, you'll delete any existing subnets, and then delete the IP address range.
59
67
60
-
> [!Important]
68
+
In this task, you delete an IP address range from an address space. First, you delete any existing subnets, and then delete the IP address range.
69
+
70
+
> [!IMPORTANT]
61
71
> Before you can delete an address space, it must be empty. If a subnet exists in the address range, you can't remove the address range. To remove an address range, you must first delete any subnets and any of the subnet's resources which exist in the address range.
62
72
63
-
1. In the search box at the top of the portal, enter *virtual networks* in the search box. When **Virtual networks**appear in the search results, select it.
64
-
2. From the list of virtual networks, select the virtual network where you're removing an address range.
73
+
1. In the search box at the top of the Azure portal, enter *virtual networks* in the search box. When **Virtual networks**appears in the search results, select it.
74
+
1. From the list of virtual networks, select the virtual network where you're removing an address range.
65
75
1. Select **Subnets**, under **settings**
66
76
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.
67
77
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.":::
78
+
:::image type="content" source="media/update-virtual-network-peering-address-space/delete-subnet.png" alt-text="Screenshot shows of Subnet page and menu for deleting a subnet.":::
79
+
69
80
1. Select **Save** when you've completed all changes.
70
-
1.1.Select **Peering**, under **Settings** and **Sync** the peering connection.
81
+
1. Select **Peering**, under **Settings** and **Sync** the peering connection.
71
82
1. As previously done, verify the address space is updated on the remote virtual network.
72
83
73
84
## Next steps
74
-
- Learn how to [Create, change, or delete an Azure virtual network peering](virtual-network-manage-peering.md)
75
-
- Learn how to [Create, change, or delete a virtual network](manage-virtual-network.md)
76
-
77
-
78
85
86
+
-[Create, change, or delete a virtual network peering](virtual-network-manage-peering.md)
87
+
-[Create, change, or delete a virtual network](manage-virtual-network.md)
0 commit comments