Skip to content

Commit 54aeb71

Browse files
Merge pull request #312047 from asudbring/tsk554555-sfi-bastion
Update private endpoint storage tutorial - Bastion Developer SKU and inline portal instructions
2 parents e59a3e7 + ecdc0e2 commit 54aeb71

1 file changed

Lines changed: 88 additions & 2 deletions

File tree

articles/private-link/tutorial-private-endpoint-storage-portal.md

Lines changed: 88 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: abell
77
ms.author: abell
88
ms.service: azure-private-link
99
ms.topic: tutorial
10-
ms.date: 03/25/2025
10+
ms.date: 02/23/2026
1111
ms.custom: template-tutorial
1212
# Customer intent: "As a cloud architect, I want to securely connect to a storage account using a private endpoint, so that I can ensure private and secure communication within my Azure resources."
1313
---
@@ -35,7 +35,93 @@ In this tutorial, you learn how to:
3535

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

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

40126
[!INCLUDE [create-storage-account.md](~/reusable-content/ce-skilling/azure/includes/create-storage-account.md)]
41127

0 commit comments

Comments
 (0)