Skip to content

Commit b6a3665

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

1 file changed

Lines changed: 67 additions & 1 deletion

File tree

articles/virtual-network/deploy-container-networking-docker-linux.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,73 @@ The Azure CNI plugin enables per container/pod networking for stand-alone docker
2222

2323
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2424

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

2793
It can take a few minutes for the Bastion host to deploy. You can continue with the steps while the Bastion host is deploying.
2894

0 commit comments

Comments
 (0)