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
@@ -662,26 +662,24 @@ You need the **Resource ID** for **vnet-2** from the previous steps to set up th
662
662
663
663
| Setting | Value |
664
664
| ------- | ----- |
665
-
|**This virtual network**||
666
-
| Peering link name | Enter **vnet-1-to-vnet-2**. |
667
-
| Allow 'vnet-1' to access 'vnet-2' | Leave the default of selected. |
668
-
| Allow 'vnet-1' to receive forwarded traffic from 'vnet-2' | Select the checkbox. |
669
-
| Allow gateway in 'vnet-1' to forward traffic to 'vnet-2' | Leave the default of cleared. |
670
-
| Enable 'vnet-1' to use 'vnet-2' remote gateway | Leave the default of cleared. |
671
-
| Use remote virtual network gateway or route server | Leave the default of cleared. |
672
-
|**Remote virtual network**||
673
-
| Peering link name | Leave blank. |
674
-
| Virtual network deployment model | Select **Resource manager**. |
675
-
| Select the box for **I know my resource ID**. ||
676
-
| Resource ID | Enter or paste the **Resource ID** for **vnet-2**. |
677
-
678
-
1. In the pull-down box, select the **Directory** that corresponds with **vnet-2** and **user-2**.
679
-
680
-
1. Select **Authenticate**.
681
-
682
-
:::image type="content" source="./media/create-peering-different-subscriptions/vnet-1-to-vnet-2-peering.png" alt-text="Screenshot of peering from vnet-1 to vnet-2.":::
665
+
|**Remote virtual network summary**||
666
+
| Peering link name |**vnet-2-to-vnet-1**|
667
+
| Virtual network deployment model |**Resource Manager**|
668
+
| I know my resource ID |**Select the box**|
669
+
| Resource ID |**Enter the Resource ID for vnet-2**|
670
+
| Directory | Select the Entra ID directory that corresponds with **vnet-2** and **user-2**|
671
+
|**Remote virtual network peering settings**||
672
+
| Allow 'the peered virtual network' to access 'vnet-1' | Leave the default of **Enabled**|
673
+
| Allow 'the peered virtual network' to receive forwarded traffic from 'vnet-1' |**Select the box**|
674
+
|**Local virtual network summary**||
675
+
| Peering link name |**vnet-1-to-vnet-2**|
676
+
|**Local virtual network peering settings**||
677
+
| Allow 'vnet-1' to access 'the peered virtual network' | Leave the default of **Enabled**|
678
+
| Allow 'vnet-1' to receive forwarded traffic from 'the peered virtual network' |**Select the box**|
683
679
684
680
1. Select **Add**.
681
+
682
+
:::image type="content" source="./media/create-peering-different-subscriptions/vnet-1-to-vnet-2-peering.png" alt-text="Screenshot of peering from vnet-1 to vnet-2.":::
685
683
686
684
1. Sign out of the portal as **user-1**.
687
685
@@ -840,17 +838,23 @@ You need the **Resource IDs** for **vnet-1** from the previous steps to set up t
840
838
841
839
| Setting | Value |
842
840
| ------- | ----- |
843
-
|**This virtual network**||
844
-
| Peering link name | Enter **vnet-2-to-vnet-1**. |
845
-
| Allow 'vnet-2' to access 'vnet-1' | Leave the default of selected. |
846
-
| Allow 'vnet-2' to receive forwarded traffic from 'vnet-1' | Select the checkbox. |
847
-
| Allow gateway in 'vnet-2' to forward traffic to 'vnet-1' | Leave the default of cleared. |
848
-
| Enable 'vnet-2' to use 'vnet-1's' remote gateway | Leave the default of cleared. |
849
-
|**Remote virtual network**||
850
-
| Peering link name | Leave blank. |
851
-
| Virtual network deployment model | Select **Resource manager**. |
852
-
| Select the box for **I know my resource ID**. ||
853
-
| Resource ID | Enter or paste the **Resource ID** for **vnet-1**. |
841
+
|**Remote virtual network summary**||
842
+
| Peering link name |**vnet-1-to-vnet-2**|
843
+
| Virtual network deployment model |**Resource Manager**|
844
+
| I know my resource ID |**Select the box**|
845
+
| Resource ID |**Enter the Resource ID for vnet-2**|
846
+
| Directory | Select the Entra ID directory that corresponds with **vnet-1** and **user-1**|
847
+
|**Remote virtual network peering settings**||
848
+
| Allow 'the peered virtual network' to access 'vnet-1' | Leave the default of **Enabled**|
849
+
| Allow 'the peered virtual network' to receive forwarded traffic from 'vnet-1' |**Select the box**|
850
+
|**Local virtual network summary**||
851
+
| Peering link name |**vnet-1-to-vnet-2**|
852
+
|**Local virtual network peering settings**||
853
+
| Allow 'vnet-1' to access 'the peered virtual network' | Leave the default of **Enabled**|
854
+
| Allow 'vnet-1' to receive forwarded traffic from 'the peered virtual network' |**Select the box**|
855
+
856
+
1. Select **Add**.
857
+
854
858
855
859
1. In the pull-down box, select the **Directory** that corresponds with **vnet-1** and **user-1**.
856
860
@@ -994,6 +998,9 @@ az network vnet peering list \
994
998
995
999
The peering is successfully established after you see **Connected** in the **Peering status** column for both virtual networks in the peering. Any Azure resources you create in either virtual network are now able to communicate with each other through their IP addresses. If you're using subnet-1 Azure name resolution for the virtual networks, the resources in the virtual networks aren't able to resolve names across the virtual networks. If you want to resolve names across virtual networks in a peering, you must create your own DNS server or use Azure DNS.
996
1000
1001
+
> [!IMPORTANT]
1002
+
> If you update the address space in one of the members of the peer, you must resync the connection to reflect the address space changes. For more information, see [Update the address space for a peered virtual network using the Azure portal](/azure/virtual-network/update-virtual-network-peering-address-space#modify-the-address-range-prefix-of-an-existing-address-range)
1003
+
997
1004
For more information about using your own DNS for name resolution, see, [Name resolution using your own DNS server](virtual-networks-name-resolution-for-vms-and-role-instances.md#name-resolution-that-uses-your-own-dns-server).
998
1005
999
1006
For more information about Azure DNS, see [What is Azure DNS?](../dns/dns-overview.md).
Copy file name to clipboardExpand all lines: includes/virtual-network-create-tabs.md
+5-6Lines changed: 5 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 @@
5
5
author: asudbring
6
6
ms.service: virtual-network
7
7
ms.topic: include
8
-
ms.date: 08/23/2023
8
+
ms.date: 07/01/2024
9
9
ms.author: allensu
10
10
ms.custom: include file
11
11
---
@@ -39,13 +39,12 @@ The following procedure creates a virtual network with a resource subnet.
39
39
40
40
| Setting | Value |
41
41
|---|---|
42
-
|**Subnet details**||
43
-
| Subnet template | Leave the default **Default**. |
42
+
| Subnet purpose | Leave the default **Default**. |
44
43
| Name | Enter **subnet-1**. |
45
-
| Starting address | Leave the default of **10.0.0.0**. |
46
-
| Subnet size | Leave the default of **/24(256 addresses)**. |
47
44
48
-
:::image type="content" source="./media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration.":::
45
+
1. Leave the rest of the settings as their defaults. Select **Save**.
46
+
47
+
:::image type="content" source="./media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration." lightbox="./media/virtual-network-create/address-subnet-space.png":::
0 commit comments