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 portal, search for and select **Resource groups**.
45
+
46
+
1. Select **+ Create**.
47
+
48
+
1. In the **Basics** tab of **Create a resource group**, enter, or select the following information:
49
+
50
+
| Setting | Value |
51
+
| ------- | ----- |
52
+
| Subscription | Select your subscription. |
53
+
| Resource group | Enter **test-rg**. |
54
+
| Region | Select **East US 2**. |
55
+
56
+
1. Select **Review + create**.
57
+
58
+
1. Select **Create**.
59
+
60
+
## Create a virtual network
61
+
62
+
The following procedure creates a virtual network with a resource subnet.
63
+
64
+
1. In the portal, search for and select **Virtual networks**.
65
+
66
+
1. On the **Virtual networks** page, select **+ Create**.
67
+
68
+
1. On the **Basics** tab of **Create virtual network**, enter, or select the following information:
69
+
70
+
| Setting | Value |
71
+
|---|---|
72
+
|**Project details**||
73
+
| Subscription | Select your subscription. |
74
+
| Resource group | Select **test-rg**. |
75
+
|**Instance details**||
76
+
| Name | Enter **vnet-1**. |
77
+
| Region | Select **East US 2**. |
78
+
79
+
1. Select **Next** to proceed to the **Security** tab.
80
+
81
+
1. Select **Next** to proceed to the **IP Addresses** tab.
82
+
83
+
1. In the address space box in **Subnets**, select the **default** subnet.
84
+
85
+
1. In **Edit subnet**, enter or select the following information:
86
+
87
+
| Setting | Value |
88
+
|---|---|
89
+
|**Subnet details**||
90
+
| Subnet template | Leave the default **Default**. |
91
+
| Name | Enter **subnet-1**. |
92
+
| Starting address | Leave the default of **10.0.0.0**. |
93
+
| Subnet size | Leave the default of **/24 (256 addresses)**. |
94
+
95
+
1. Select **Save**.
96
+
97
+
1. Select **Review + create** at the bottom of the screen, and when validation passes, select **Create**.
98
+
99
+
## Deploy Azure Bastion
100
+
101
+
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).
0 commit comments