Skip to content

Commit f24d3b8

Browse files
authored
Merge pull request #312048 from asudbring/tsk554558-sfi-bastion
Bastion SKU: Replace include with Developer SKU portal instructions - private endpoint portal
2 parents 214269d + 36b0bcb commit f24d3b8

1 file changed

Lines changed: 86 additions & 2 deletions

File tree

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

Lines changed: 86 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, learn how to create a private endpoint using th
55
author: abell
66
ms.service: azure-private-link
77
ms.topic: quickstart
8-
ms.date: 03/25/2025
8+
ms.date: 02/23/2026
99
ms.author: abell
1010
ms.custom:
1111
- mode-ui
@@ -39,7 +39,91 @@ 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 resource group
43+
44+
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).
102+
103+
>[!NOTE]
104+
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
105+
106+
1. In the search box at the top of the portal, enter **Bastion**. Select **Bastions** in the search results.
107+
108+
1. Select **+ Create**.
109+
110+
1. In the **Basics** tab of **Create a Bastion**, enter, or select the following information:
111+
112+
| Setting | Value |
113+
|---|---|
114+
| **Project details** | |
115+
| Subscription | Select your subscription. |
116+
| Resource group | Select **test-rg**. |
117+
| **Instance details** | |
118+
| Name | Enter **bastion**. |
119+
| Region | Select **East US 2**. |
120+
| Tier | Select **Developer**. |
121+
| **Configure virtual networks** | |
122+
| Virtual network | Select **vnet-1**. |
123+
124+
1. Select **Review + create**.
125+
126+
1. Select **Create**.
43127

44128
## Create a private endpoint
45129

0 commit comments

Comments
 (0)