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/virtual-network/deploy-container-networking-docker-linux.md
+67-1Lines changed: 67 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,73 @@ The Azure CNI plugin enables per container/pod networking for stand-alone docker
22
22
23
23
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
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).
0 commit comments