Skip to content

Commit 4d80edd

Browse files
committed
fixes
1 parent 58d6546 commit 4d80edd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/virtual-network/create-peering-different-subscriptions-service-principal.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,19 +260,19 @@ An administrator in the **subscription-1** Microsoft Entra ID tenant must approv
260260
261261
1. Open the URL in a web browser and sign-in with an administrator in the Microsoft Entra ID tenant in **subscription-1**.
262262
263-
1. Approve the application **spn-2-vnet-peer**. The microsoft.com homepage displays if the authentication was successful.
263+
1. Approve the application **spn-2-peer-vnet**. The microsoft.com homepage displays if the authentication was successful.
264264
265265
### Assign spn-2-peer-vnet to vnet-1
266266
267-
After the administrator approves **spn-2-vnet-peer**, add it to the virtual network **vnet-1** as a **Network Contributor**.
267+
After the administrator approves **spn-2-peer-vnet**, add it to the virtual network **vnet-1** as a **Network Contributor**.
268268
269269
1. Use [az login](/cli/azure/reference-index#az-login) to sign-in to **subscription-1**.
270270
271271
```azurecli
272272
az login
273273
```
274274
275-
1. Use [az ad sp list](/cli/azure/ad/sp#az-ad-sp-list) to find the appId for **spn-2-vnet-peer** and place in a variable for later use.
275+
1. Use [az ad sp list](/cli/azure/ad/sp#az-ad-sp-list) to find the appId for **spn-2-peer-vnet** and place in a variable for later use.
276276
277277
```azurecli
278278
appid2=$(az ad sp list \
@@ -299,9 +299,9 @@ After the administrator approves **spn-2-vnet-peer**, add it to the virtual netw
299299
--scope $vnetid
300300
```
301301
302-
## Register spn-1-vnet-peer in subscription-2 and assign permissions to vnet-2
302+
## Register spn-1-peer-vnet in subscription-2 and assign permissions to vnet-2
303303
304-
A user account with administrator permissions in the Microsoft Entra ID tenant must complete the process of adding **spn-1-vnet-peer** to **subscription-2**. Once completed, **spn-1-vnet-peer** can be assigned permissions to **vnet-2**.
304+
A user account with administrator permissions in the Microsoft Entra ID tenant must complete the process of adding **spn-1-peer-vnet** to **subscription-2**. Once completed, **spn-1-peer-vnet** can be assigned permissions to **vnet-2**.
305305
306306
### Register spn-1-peer-vnet app in subscription-2
307307
@@ -337,19 +337,19 @@ An administrator in the **subscription-2** Microsoft Entra ID tenant must approv
337337
338338
1. Open the URL in a web browser and sign-in with an administrator in the Microsoft Entra ID tenant in **subscription-2**.
339339
340-
1. Approve the application **spn-1-vnet-peer**. The microsoft.com homepage displays if the authentication was successful.
340+
1. Approve the application **spn-1-peer-vnet**. The microsoft.com homepage displays if the authentication was successful.
341341
342342
### Assign spn-1-peer-vnet to vnet-2
343343
344-
Once the administrator approves **spn-1-vnet-peer**, add it to the virtual network **vnet-2** as a **Network Contributor**.
344+
Once the administrator approves **spn-1-peer-vnet**, add it to the virtual network **vnet-2** as a **Network Contributor**.
345345
346346
1. Use [az login](/cli/azure/reference-index#az-login) to sign-in to **subscription-2**.
347347
348348
```azurecli
349349
az login
350350
```
351351
352-
1. Use [az ad sp list](/cli/azure/ad/sp#az-ad-sp-list) to find the appId for **spn-1-vnet-peer** and place in a variable for later use.
352+
1. Use [az ad sp list](/cli/azure/ad/sp#az-ad-sp-list) to find the appId for **spn-1-peer-vnet** and place in a variable for later use.
353353
354354
```azurecli
355355
appid1=$(az ad sp list \

0 commit comments

Comments
 (0)