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
1. In the [Azure portal](https://portal.azure.com), search for and select **Virtual machines**.
193
+
1. In the portal, search for and select **Virtual machines**.
194
194
195
195
1. On the **Virtual machines** page, select **BackendVM1**.
196
196
197
-
1. At the top of the **BackendVM1** page, select **Connect**.
197
+
1. At the top of the **BackendVM1** page, select the dropdown arrow next to **Connect**, and then select **Bastion**.
198
198
199
-
1. On the **Connect** page, select **More ways to connect**, and then select **Go to Bastion**.
200
-
201
-
:::image type="content" source="./media/quick-create-bicep/connect-to-virtual-machine.png" alt-text="Screenshot of connecting to BackendVM1 with Azure Bastion." border="true":::
199
+
:::image type="content" source="./media/quick-create-bicep/connect-to-virtual-machine.png" alt-text="Screenshot of connecting to VM1 with Azure Bastion." border="true":::
202
200
203
201
1. On the **Bastion** page, enter the username and password you created for the VM, and then select **Connect**.
Copy file name to clipboardExpand all lines: articles/virtual-network/quick-create-cli.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,13 +129,11 @@ The VMs take a few minutes to create. After Azure creates each VM, Azure CLI ret
129
129
130
130
## Connect to a VM
131
131
132
-
1. In the [Azure portal](https://portal.azure.com), search for and select **Virtual machines**.
132
+
1. In the portal, search for and select **Virtual machines**.
133
133
134
134
1. On the **Virtual machines** page, select **VM1**.
135
135
136
-
1. At the top of the **VM1** page, select **Connect**.
137
-
138
-
1. On the **Connect** page, select **More ways to connect**, and then select **Go to Bastion**.
136
+
1. At the top of the **VM1** page, select the dropdown arrow next to **Connect**, and then select **Bastion**.
139
137
140
138
:::image type="content" source="./media/quick-create-portal/connect-to-virtual-machine.png" alt-text="Screenshot of connecting to VM1 with Azure Bastion." border="true":::
The following procedure creates a virtual network with a resource subnet, an Azure Bastion subnet, and an Azure Bastion host.
30
+
31
+
1. Sign in to the [Azure portal](https://portal.azure.com).
32
+
33
+
1. In the portal, search for and select **Virtual networks**.
34
+
35
+
1. On the **Virtual networks** page, select **Create**.
36
+
37
+
1. On the **Basics** tab of the **Create virtual network** screen, enter or select the following information:
38
+
39
+
-**Subscription**: Keep the default or select a different subscription.
40
+
-**Resource group**: Select **Create new**, and then name the resource group *TestRG*.
41
+
-**Virtual network name**: Enter *VNet*.
42
+
-**Region**: Keep the default or select a different region for the network and all its resources.
43
+
44
+
:::image type="content" source="media/quick-create-portal/example-basics-tab.png" alt-text="Screenshot of the Create virtual network screen in the Azure portal.":::
45
+
46
+
1. Select **Next: IP Addresses** at the bottom of the page.
47
+
48
+
1. On the **IP Addresses** tab, under **IPv4 address space**, select the garbage can icon to remove any address space that already appears, and then enter *10.0.0.0/16*.
49
+
50
+
1. Select **Add subnet**.
51
+
52
+
1. On the **Add subnet** screen, enter the following information, and then select **Add**:
53
+
54
+
-**Subnet name**: *default*
55
+
-**Subnet address range**: *10.0.0.0/24*.
56
+
57
+
:::image type="content" source="media/quick-create-portal/example-ip-addresses-with-subnet.png" alt-text="Screenshot of the IP addresses tab and Add subnet screen on the Create virtual network page.":::
58
+
59
+
1. Select **Next: Security** at the bottom of the page.
60
+
61
+
1. On the **Security** tab, next to **BastionHost**, select **Enable**.
62
+
63
+
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).
64
+
65
+
1. Enter the following information:
66
+
67
+
-**Bastion name**: *VNet-Bastion*
68
+
-**AzureBastionSubnet address space**: *10.0.1.0/26*. Azure automatically creates the AzureBastionSubnet subnet.
69
+
-**Public IP address**: Select **Create new**, then enter *VNet-bastion-publicIp* under **Name** and select **OK**.
70
+
71
+
:::image type="content" source="media/quick-create-portal/example-security-tab.png" alt-text="Screenshot of the Security tab on the Create virtual network screen.":::
72
+
73
+
1. Select **Review + create** at the bottom of the screen, and when validation passes, select **Create**.
28
74
29
75
## Create virtual machines
30
76
@@ -70,9 +116,7 @@ Create two VMs named VM1 and VM2 in the virtual network.
70
116
71
117
1. On the **Virtual machines** page, select **VM1**.
72
118
73
-
1. At the top of the **VM1** page, select **Connect**.
74
-
75
-
1. On the **Connect** page, select **More ways to connect**, and then select **Go to Bastion**.
119
+
1. At the top of the **VM1** page, select the dropdown arrow next to **Connect**, and then select **Bastion**.
76
120
77
121
:::image type="content" source="./media/quick-create-portal/connect-to-virtual-machine.png" alt-text="Screenshot of connecting to VM1 with Azure Bastion." border="true":::
Copy file name to clipboardExpand all lines: articles/virtual-network/quick-create-powershell.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,13 +154,11 @@ Azure takes a few minutes to create the VMs. When Azure finishes creating the VM
154
154
155
155
## Connect to a VM
156
156
157
-
1. In the [Azure portal](https://portal.azure.com), search for and select **Virtual machines**.
157
+
1. In the portal, search for and select **Virtual machines**.
158
158
159
159
1. On the **Virtual machines** page, select **VM1**.
160
160
161
-
1. At the top of the **VM1** page, select **Connect**.
162
-
163
-
1. On the **Connect** page, select **More ways to connect**, and then select **Go to Bastion**.
161
+
1. At the top of the **VM1** page, select the dropdown arrow next to **Connect**, and then select **Bastion**.
164
162
165
163
:::image type="content" source="./media/quick-create-portal/connect-to-virtual-machine.png" alt-text="Screenshot of connecting to VM1 with Azure Bastion." border="true":::
0 commit comments