Skip to content

Commit 30260ef

Browse files
asudbringCopilot
andcommitted
Replace shared include with inline portal instructions using Developer SKU
Co-authored-by: Copilot <[email protected]>
1 parent 84f2492 commit 30260ef

1 file changed

Lines changed: 67 additions & 1 deletion

File tree

articles/virtual-network/how-to-dhcp-azure.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,73 @@ Learn how to deploy a highly available DHCP server in Azure on a virtual machine
2424

2525
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2626

27-
[!INCLUDE [virtual-network-create-with-bastion.md](~/reusable-content/ce-skilling/azure/includes/virtual-network-create-with-bastion.md)]
27+
## Create a virtual network
28+
29+
The following procedure creates a virtual network with a resource subnet.
30+
31+
1. In the portal, search for and select **Virtual networks**.
32+
33+
1. On the **Virtual networks** page, select **+ Create**.
34+
35+
1. On the **Basics** tab of **Create virtual network**, enter, or select the following information:
36+
37+
| Setting | Value |
38+
|---|---|
39+
| **Project details** | |
40+
| Subscription | Select your subscription. |
41+
| Resource group | Select **Create new**. </br> Enter **test-rg** for the name. </br> Select **OK**. |
42+
| **Instance details** | |
43+
| Name | Enter **vnet-1**. |
44+
| Region | Select **East US 2**. |
45+
46+
1. Select **Next** to proceed to the **Security** tab.
47+
48+
1. Select **Next** to proceed to the **IP Addresses** tab.
49+
50+
1. In the address space box in **Subnets**, select the **default** subnet.
51+
52+
1. In **Edit subnet**, enter or select the following information:
53+
54+
| Setting | Value |
55+
|---|---|
56+
| **Subnet details** | |
57+
| Subnet template | Leave the default **Default**. |
58+
| Name | Enter **subnet-1**. |
59+
| Starting address | Leave the default of **10.0.0.0**. |
60+
| Subnet size | Leave the default of **/24 (256 addresses)**. |
61+
62+
1. Select **Save**.
63+
64+
1. Select **Review + create** at the bottom of the screen, and when validation passes, select **Create**.
65+
66+
## Deploy Azure Bastion
67+
68+
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).
69+
70+
>[!NOTE]
71+
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
72+
73+
1. In the search box at the top of the portal, enter **Bastion**. Select **Bastions** in the search results.
74+
75+
1. Select **+ Create**.
76+
77+
1. In the **Basics** tab of **Create a Bastion**, enter, or select the following information:
78+
79+
| Setting | Value |
80+
|---|---|
81+
| **Project details** | |
82+
| Subscription | Select your subscription. |
83+
| Resource group | Select **test-rg**. |
84+
| **Instance details** | |
85+
| Name | Enter **bastion**. |
86+
| Region | Select **East US 2**. |
87+
| Tier | Select **Developer**. |
88+
| **Configure virtual networks** | |
89+
| Virtual network | Select **vnet-1**. |
90+
91+
1. Select **Review + create**.
92+
93+
1. Select **Create**.
2894

2995
## Create virtual machines
3096

0 commit comments

Comments
 (0)