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
- Remove filler word 'just' from 'just created'
- Expand acronyms on first use (VMs, IDs, NIC)
- Add serial commas before 'or' in 'enter, or select'
- Improve clarity and consistency per Microsoft style guide
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-connect-virtual-networks.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ If you choose to install and use PowerShell locally, this article requires the A
66
66
67
67
1. Select **+ Create**.
68
68
69
-
1. In the **Basics** tab of **Create a resource group**, enter or select the following information:
69
+
1. In the **Basics** tab of **Create a resource group**, enter, or select the following information:
70
70
71
71
| Setting | Value |
72
72
| ------- | ----- |
@@ -84,7 +84,7 @@ If you choose to install and use PowerShell locally, this article requires the A
84
84
85
85
1. Select **+ Create**.
86
86
87
-
1. On the **Basics** tab of **Create virtual network**, enter or select the following information:
87
+
1. On the **Basics** tab of **Create virtual network**, enter, or select the following information:
88
88
89
89
| Setting | Value |
90
90
|---|---|
@@ -101,7 +101,7 @@ If you choose to install and use PowerShell locally, this article requires the A
101
101
102
102
1. In the address space box in **Subnets**, select the **default** subnet.
103
103
104
-
1. In **Edit subnet**, enter or select the following information:
104
+
1. In **Edit subnet**, enter, or select the following information:
105
105
106
106
| Setting | Value |
107
107
|---|---|
@@ -117,7 +117,7 @@ If you choose to install and use PowerShell locally, this article requires the A
117
117
118
118
## Deploy Azure Bastion
119
119
120
-
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](/azure/bastion/bastion-overview).
120
+
Azure Bastion uses your browser to connect to virtual machines (VMs) in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The virtual machines don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](/azure/bastion/bastion-overview).
@@ -126,7 +126,7 @@ Azure Bastion uses your browser to connect to VMs in your virtual network over s
126
126
127
127
1. Select **+ Create**.
128
128
129
-
1. In the **Basics** tab of **Create a Bastion**, enter or select the following information:
129
+
1. In the **Basics** tab of **Create a Bastion**, enter, or select the following information:
130
130
131
131
| Setting | Value |
132
132
|---|---|
@@ -400,7 +400,7 @@ Resources in one virtual network can't communicate with resources in the other v
400
400
401
401
## Peer virtual networks
402
402
403
-
Peerings are established between virtual network IDs. Obtain the ID of each virtual network with [az network vnet show](/cli/azure/network/vnet#az-network-vnet-show) and store the IDs in their respective variables.
403
+
Peerings are established between virtual network resource IDs. Obtain the ID of each virtual network with [az network vnet show](/cli/azure/network/vnet#az-network-vnet-show) and store the resource IDs in their respective variables.
404
404
405
405
```azurecli-interactive
406
406
# Get the id for vnet-1.
@@ -455,15 +455,15 @@ Resources in one virtual network can't communicate with resources in the other v
455
455
456
456
## Create virtual machines
457
457
458
-
Test the communication between the virtual machines by creating a virtual machine in each virtual network. The virtual machines can communicate with each other over the virtual network peering you just created.
458
+
Test the communication between the virtual machines by creating a virtual machine in each virtual network. The virtual machines can communicate with each other over the virtual network peering you created.
459
459
460
460
### [Portal](#tab/portal)
461
461
462
462
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
463
463
464
464
1. Select **+ Create** then **Azure virtual machine**.
465
465
466
-
1. In **Create a virtual machine** enter or select the following information in the **Basics** tab:
466
+
1. In **Create a virtual machine** enter, or select the following information in the **Basics** tab:
467
467
468
468
| Setting | Value |
469
469
| ------- | ----- |
@@ -488,15 +488,15 @@ Test the communication between the virtual machines by creating a virtual machin
488
488
489
489
1. Select **Next: Disks** then **Next: Networking**.
490
490
491
-
1. In the Networking tab, enter or select the following information:
491
+
1. In the Networking tab, enter, or select the following information:
492
492
493
493
| Setting | Value |
494
494
| ------- | ----- |
495
495
|**Network interface**||
496
496
| Virtual network | Select **vnet-1**. |
497
497
| Subnet | Select **subnet-1 (10.0.0.0/24)**. |
498
498
| Public IP | Select **None**. |
499
-
| NIC network security group | Select **Advanced**. |
499
+
|Network interface (NIC) network security group | Select **Advanced**. |
500
500
| Configure network security group | Select **Create new**. </br> In **Name** enter **nsg-1**. </br> Select **OK**. |
501
501
502
502
1. Leave the rest of the options at the defaults and select **Review + create**.
0 commit comments