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
+85-7Lines changed: 85 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: asudbring
6
6
ms.author: allensu
7
7
ms.service: azure-virtual-network
8
8
ms.topic: how-to
9
-
ms.date: 08/28/2023
9
+
ms.date: 02/23/2026
10
10
ms.custom:
11
11
- template-how-to
12
12
- linux-related-content
@@ -22,6 +22,24 @@ 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).
24
24
25
+
## Create a resource group
26
+
27
+
1. In the portal, search for and select **Resource groups**.
28
+
29
+
1. Select **+ Create**.
30
+
31
+
1. In the **Basics** tab of **Create a resource group**, enter, or select the following information:
32
+
33
+
| Setting | Value |
34
+
| ------- | ----- |
35
+
| Subscription | Select your subscription. |
36
+
| Resource group | Enter **test-rg**. |
37
+
| Region | Select **East US 2**. |
38
+
39
+
1. Select **Review + create**.
40
+
41
+
1. Select **Create**.
42
+
25
43
## Create a virtual network
26
44
27
45
The following procedure creates a virtual network with a resource subnet.
@@ -36,7 +54,7 @@ The following procedure creates a virtual network with a resource subnet.
36
54
|---|---|
37
55
|**Project details**||
38
56
| Subscription | Select your subscription. |
39
-
| Resource group | Select **Create new**. </br> Enter **test-rg** for the name. </br> Select **OK**. |
57
+
| Resource group | Select **test-rg**. |
40
58
|**Instance details**||
41
59
| Name | Enter **vnet-1**. |
42
60
| Region | Select **East US 2**. |
@@ -92,7 +110,55 @@ Azure Bastion uses your browser to connect to VMs in your virtual network over S
92
110
93
111
It can take a few minutes for the Bastion host to deploy. You can continue with the steps while the Bastion host is deploying.
| Configure network security group | Select **Create new**.</br> In **Name** enter **nsg-1**.</br> Select **OK**. |
154
+
155
+
1. Leave the rest of the options at the defaults and select **Review + create**.
156
+
157
+
1. Select **Create**.
158
+
159
+
1. A **Generate new key pair** pop-up appears. Select **Download private key and create resource**.
160
+
161
+
1. The private key file downloads to your computer. Save the private key file to a known location on your computer. This key is used to connect to the virtual machine with Azure Bastion in a later step.
96
162
97
163
## Add IP configuration
98
164
@@ -145,9 +211,15 @@ Sign-in to the virtual machine you created previously with the Azure Bastion hos
145
211
146
212
1. Select **vm-1**.
147
213
148
-
1. In the **Overview** of **vm-1**, select **Connect** then **Bastion**.
214
+
1. In the **Overview** of **vm-1**, select **Connect** then **Connect via Bastion**.
149
215
150
-
1. Enter the username and password you created when you deployed the virtual machine in the previous steps.
216
+
1. In the **Bastion** connection page, enter or select the following information:
217
+
218
+
| Setting | Value |
219
+
| ------- | ----- |
220
+
| Authentication Type | Select **SSH Private Key from Local File**. |
221
+
| Username | Enter the username you created. |
222
+
| Local File | Select the **vm-1-key** private key file you downloaded. |
151
223
152
224
1. Select **Connect**.
153
225
@@ -167,9 +239,15 @@ For more information about the Azure CNI plugin, see [Microsoft Azure Container
167
239
168
240
1. Select **vm-1**.
169
241
170
-
1. In the **Overview** of **vm-1**, select **Connect** then **Bastion**.
242
+
1. In the **Overview** of **vm-1**, select **Connect** then **Connect via Bastion**.
243
+
244
+
1. In the **Bastion** connection page, enter or select the following information:
171
245
172
-
1. Enter the username and password you created when you deployed the virtual machine in the previous steps.
246
+
| Setting | Value |
247
+
| ------- | ----- |
248
+
| Authentication Type | Select **SSH Private Key from Local File**. |
249
+
| Username | Enter the username you created. |
250
+
| Local File | Select the **vm-1-key** private key file you downloaded. |
0 commit comments