Skip to content

Commit 92d9f15

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

1 file changed

Lines changed: 67 additions & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)