Skip to content

Commit 6f2b244

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

1 file changed

Lines changed: 67 additions & 1 deletion

File tree

articles/private-link/create-private-endpoint-portal.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,73 @@ You can create private endpoints for various Azure services, such as Azure SQL a
3939

4040
Sign in to the [Azure portal](https://portal.azure.com).
4141

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

44110
## Create a private endpoint
45111

0 commit comments

Comments
 (0)