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/private-link/tutorial-private-endpoint-storage-portal.md
+88-2Lines changed: 88 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: abell
7
7
ms.author: abell
8
8
ms.service: azure-private-link
9
9
ms.topic: tutorial
10
-
ms.date: 03/25/2025
10
+
ms.date: 02/23/2026
11
11
ms.custom: template-tutorial
12
12
# 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."
13
13
---
@@ -35,7 +35,93 @@ In this tutorial, you learn how to:
35
35
36
36
Sign in to the [Azure portal](https://portal.azure.com).
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).
0 commit comments