From 2a2ddbf5db448e576620b31c1bf99c22fc4dbba7 Mon Sep 17 00:00:00 2001 From: Jason Tenpenny <50330957+jasontenpenny@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:56:36 -0500 Subject: [PATCH] Clarify authentication method for directory selection Updated the authentication details for Microsoft Entra ID directory selection in the peering configuration. --- .../virtual-network/create-peering-different-subscriptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/virtual-network/create-peering-different-subscriptions.md b/articles/virtual-network/create-peering-different-subscriptions.md index 8df3a2e7bcd7f..1fcb720ba4330 100644 --- a/articles/virtual-network/create-peering-different-subscriptions.md +++ b/articles/virtual-network/create-peering-different-subscriptions.md @@ -673,7 +673,7 @@ You need the **Resource ID** for **vnet-2** from the previous steps to set up th | Virtual network deployment model | **Resource Manager** | | I know my resource ID | **Select the box** | | Resource ID | **Enter the Resource ID for vnet-2** | - | Directory | Select the Microsoft Entra ID directory that corresponds with **vnet-2** and **user-2** | + | Directory | Select the Microsoft Entra ID directory that corresponds with **vnet-2** and **user-2**, but authenticate using **user-1** | | **Remote virtual network peering settings** | | | Allow 'the peered virtual network' to access 'vnet-1' | Leave the default of **Enabled** | | Allow 'the peered virtual network' to receive forwarded traffic from 'vnet-1' | **Select the box** | @@ -849,7 +849,7 @@ You need the **Resource IDs** for **vnet-1** from the previous steps to set up t | Virtual network deployment model | **Resource Manager** | | I know my resource ID | **Select the box** | | Resource ID | **Enter the Resource ID for vnet-1** | - | Directory | Select the Microsoft Entra ID directory that corresponds with **vnet-1** and **user-1** | + | Directory | Select the Microsoft Entra ID directory that corresponds with **vnet-1** and **user-1**, but authenticate using **user-2** | | **Remote virtual network peering settings** | | | Allow 'the peered virtual network' to access 'vnet-1' | Leave the default of **Enabled** | | Allow 'the peered virtual network' to receive forwarded traffic from 'vnet-1' | **Select the box** |