Skip to content

Commit 6f746a4

Browse files
Freshness pass in progress.
1 parent 7cce042 commit 6f746a4

File tree

1 file changed

+43
-34
lines changed

1 file changed

+43
-34
lines changed

articles/virtual-network/update-virtual-network-peering-address-space.md

Lines changed: 43 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,74 +5,83 @@ author: asudbring
55
ms.author: allensu
66
ms.service: virtual-network
77
ms.topic: how-to
8-
ms.date: 07/10/2022
8+
ms.date: 03/17/2023
99
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.
1111
---
1212

1313
# Update the address space for a peered virtual network using the Azure portal
1414

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.
1616

1717
## Prerequisites
1818

19-
- An existing peered virtual network w/ two virtual networks
19+
- An existing peered virtual network with two virtual networks
2020
- If adding address space, ensure it doesn't overlap other address spaces
2121

2222
## 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.
2823

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":::
3237

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":::
3438
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.
3640

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":::
3842

3943
> [!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.
4145
>
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
4449
> - Adding address ranges to a virtual network
4550
> - Deleting address ranges from a virtual network
51+
4652
## 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.
4853

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":::
5362

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":::
5563
1. Select **Peering**, under **Settings** and **Sync** the peering connection.
5664
1. As previously done, verify the address space is updated on the remote virtual network.
65+
5766
## 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.
5967

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]
6171
> 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.
6272
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.
6575
1. Select **Subnets**, under **settings**
6676
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.
6777

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+
6980
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.
7182
1. As previously done, verify the address space is updated on the remote virtual network.
7283

7384
## 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-
7885

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

Comments
 (0)