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
Copy file name to clipboardExpand all lines: articles/virtual-network/how-to-dhcp-azure.md
+68-2Lines changed: 68 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: asudbring
6
6
ms.author: allensu
7
7
ms.service: azure-virtual-network
8
8
ms.topic: how-to
9
-
ms.date: 02/28/2024
9
+
ms.date: 02/23/2026
10
10
11
11
#customer intent: As a Network Administrator, I want to deploy a highly available DHCP server in Azure so that I can provide DHCP services to my on-premises network.
12
12
@@ -24,7 +24,73 @@ Learn how to deploy a highly available DHCP server in Azure on a virtual machine
24
24
25
25
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
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).
0 commit comments