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/quick-create-bicep.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This quickstart shows you how to create a virtual network with two virtual machi
17
17
18
18
A virtual network is the fundamental building block for private networks in Azure. Azure Virtual Network enables Azure resources like VMs to securely communicate with each other and the internet.
19
19
20
-
:::image type="content" source="./media/quick-create-bicep/virtual-network-bicep-resources.png" alt-text="Diagram of resources created in the virtual network quickstart.":::
20
+
:::image type="content" source="./media/quick-create-bicep/virtual-network-bicep-resources.png" alt-text="Diagram of resources created in the virtual network quickstart." lightbox="./media/quick-create-bicep/virtual-network-bicep-resources.png":::
Copy file name to clipboardExpand all lines: articles/virtual-network/quick-create-cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use the Azure CLI to create and connect through an Azu
5
5
author: asudbring
6
6
ms.service: virtual-network
7
7
ms.topic: quickstart
8
-
ms.date: 03/15/2023
8
+
ms.date: 05/29/2024
9
9
ms.author: allensu
10
10
ms.custom: devx-track-azurecli, mode-api
11
11
#Customer intent: As a network administrator, I want to use the Azure CLI to create a virtual network so that virtual machines can communicate privately with each other and with the internet.
@@ -17,7 +17,7 @@ This quickstart shows you how to create a virtual network by using the Azure CLI
17
17
18
18
A virtual network is the fundamental building block for private networks in Azure. Azure Virtual Network enables Azure resources like VMs to securely communicate with each other and the internet.
19
19
20
-
:::image type="content" source="./media/quick-create-portal/virtual-network-qs-resources.png" alt-text="Diagram of resources created in the virtual network quickstart.":::
20
+
:::image type="content" source="./media/quick-create-portal/virtual-network-qs-resources.png" alt-text="Diagram of resources created in the virtual network quickstart." lightbox="./media/quick-create-portal/virtual-network-qs-resources.png":::
description: Learn how to use the Azure portal to create and connect through an Azure virtual network and virtual machines.
5
5
author: asudbring
6
6
ms.author: allensu
7
-
ms.date: 06/06/2023
7
+
ms.date: 05/29/2024
8
8
ms.topic: quickstart
9
9
ms.service: virtual-network
10
10
ms.custom: ai-video-concept
@@ -15,7 +15,7 @@ ms.custom: ai-video-concept
15
15
16
16
This quickstart shows you how to create a virtual network by using the Azure portal. You then create two virtual machines (VMs) in the network, deploy Azure Bastion to securely connect to the VMs from the internet, and start private communication between the VMs.
17
17
18
-
:::image type="content" source="./media/quick-create-portal/virtual-network-qs-resources.png" alt-text="Diagram of resources created in the virtual network quickstart.":::
18
+
:::image type="content" source="./media/quick-create-portal/virtual-network-qs-resources.png" alt-text="Diagram of resources created in the virtual network quickstart." lightbox="./media/quick-create-portal/virtual-network-qs-resources.png":::
19
19
20
20
A virtual network is the fundamental building block for private networks in Azure. Azure Virtual Network enables Azure resources like VMs to securely communicate with each other and the internet.
Copy file name to clipboardExpand all lines: articles/virtual-network/quick-create-powershell.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure PowerShell to create and connect through an
5
5
author: asudbring
6
6
ms.service: virtual-network
7
7
ms.topic: quickstart
8
-
ms.date: 06/09/2023
8
+
ms.date: 05/29/2024
9
9
ms.author: allensu
10
10
ms.custom: devx-track-azurepowershell, mode-api
11
11
#Customer intent: As a network administrator, I want to use PowerShell to create a virtual network so that virtual machines can communicate privately with each other and with the internet.
@@ -17,7 +17,7 @@ This quickstart shows you how to create a virtual network by using Azure PowerSh
17
17
18
18
A virtual network is the fundamental building block for private networks in Azure. Azure Virtual Network enables Azure resources like VMs to securely communicate with each other and the internet.
19
19
20
-
:::image type="content" source="./media/quick-create-portal/virtual-network-qs-resources.png" alt-text="Diagram of resources created in the virtual network quickstart.":::
20
+
:::image type="content" source="./media/quick-create-portal/virtual-network-qs-resources.png" alt-text="Diagram of resources created in the virtual network quickstart." lightbox="./media/quick-create-portal/virtual-network-qs-resources.png":::
In this quickstart, you learn how to create a virtual network with two subnets by using an Azure Resource Manager template. A virtual network is the fundamental building block for your private network in Azure. It enables Azure resources, like virtual machines (VMs), to securely communicate with each other and with the internet.
17
17
18
-
:::image type="content" source="./media/quick-create-bicep/virtual-network-bicep-resources.png" alt-text="Diagram of resources created in the virtual network quickstart.":::
18
+
:::image type="content" source="./media/quick-create-bicep/virtual-network-bicep-resources.png" alt-text="Diagram of resources created in the virtual network quickstart." lightbox="./media/quick-create-bicep/virtual-network-bicep-resources.png":::
Copy file name to clipboardExpand all lines: articles/virtual-network/quick-create-terraform.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ The script creates the following resources:
28
28
29
29
- Two subnets: Segments of a virtual network's IP address range where you can place groups of isolated resources.
30
30
31
+
:::image type="content" source="./media/quick-create-bicep/virtual-network-bicep-resources.png" alt-text="Diagram of resources created in the virtual network quickstart." lightbox="./media/quick-create-bicep/virtual-network-bicep-resources.png":::
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-create-route-table-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.custom: template-tutorial
15
15
16
16
Azure routes traffic between all subnets within a virtual network, by default. You can create your own routes to override Azure's default routing. Custom routes are helpful when, for example, you want to route traffic between subnets through a network virtual appliance (NVA).
17
17
18
-
:::image type="content" source="./media/tutorial-create-route-table-portal/resources-diagram.png" alt-text="Diagram of Azure resources created in tutorial.":::
18
+
:::image type="content" source="./media/tutorial-create-route-table-portal/resources-diagram.png" alt-text="Diagram of Azure resources created in tutorial." lightbox="./media/tutorial-create-route-table-portal/resources-diagram.png":::
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-filter-network-traffic.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: virtual-network
6
6
author: asudbring
7
7
ms.service: virtual-network
8
8
ms.topic: tutorial
9
-
ms.date: 07/24/2023
9
+
ms.date: 05/29/2024
10
10
ms.author: allensu
11
11
ms.custom: template-tutorial
12
12
# Customer intent: I want to filter network traffic to virtual machines that perform similar functions, such as web servers.
@@ -18,7 +18,7 @@ You can use a network security group to filter inbound and outbound network traf
18
18
19
19
Network security groups contain security rules that filter network traffic by IP address, port, and protocol. When a network security group is associated with a subnet, security rules are applied to resources deployed in that subnet.
20
20
21
-
:::image type="content" source="./media/tutorial-filter-network-traffic/virtual-network-filter-resources.png" alt-text="Diagram of resources created during tutorial.":::
21
+
:::image type="content" source="./media/tutorial-filter-network-traffic/virtual-network-filter-resources.png" alt-text="Diagram of resources created during tutorial." lightbox="./media/tutorial-filter-network-traffic/virtual-network-filter-resources.png":::
22
22
23
23
In this tutorial, you learn how to:
24
24
@@ -114,7 +114,7 @@ In this section, you associate the network security group with the subnet of the
114
114
115
115
1. In the **Subnets** page, select **+ Associate**:
116
116
117
-
:::image type="content" source="./media/tutorial-filter-network-traffic/associate-nsg-subnet.png" alt-text="Screenshot of Associate a network security group to a subnet." border="true":::
117
+
:::image type="content" source="./media/tutorial-filter-network-traffic/associate-nsg-subnet.png" alt-text="Screenshot of Associate a network security group to a subnet." border="true" lightbox="./media/tutorial-filter-network-traffic/associate-nsg-subnet.png":::
118
118
119
119
1. Under **Associate subnet**, select **vnet-1 (test-rg)** for **Virtual network**.
120
120
@@ -219,19 +219,15 @@ When you created the VMs, Azure created a network interface for each VM, and att
219
219
220
220
Add the network interface of each VM to one of the application security groups you created previously:
221
221
222
-
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
223
-
224
-
1. Select **vm-1**.
225
-
226
-
1. Select **Networking** from the **Settings** section of **vm-1**.
222
+
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results, then select **vm-1**.
227
223
228
-
1. Select the **Application security groups**tab, then select **Configure the application security groups**.
224
+
1. Select **Application security groups**from the **Networking** section of **vm-1**.
229
225
230
-
:::image type="content" source="./media/tutorial-filter-network-traffic/configure-app-sec-groups.png" alt-text="Screenshot of Configure application security groups." border="true":::
226
+
1. Select **Add application security groups**, then in the **Add application security groups** tab, select **asg-web**. Finally, select **Add**.
231
227
232
-
1. In **Configure the application security groups**, select **asg-web** in the **Application security groups** pull-down menu, then select **Save**.
1. Repeat the previous steps for **vm-2**, selecting **asg-mgmt** in the **Application security groups**pull-down menu.
230
+
1. Repeat the previous steps for **vm-2**, selecting **asg-mgmt** in the **Add application security groups**tab.
235
231
236
232
## Test traffic filters
237
233
@@ -277,7 +273,7 @@ Add the network interface of each VM to one of the application security groups y
277
273
278
274
11. On the **Overview** page of **vm-1**, note the **Public IP address** for your VM. The address shown in the following example is 20.230.55.178, your address is different:
279
275
280
-
:::image type="content" source="./media/tutorial-filter-network-traffic/public-ip-address.png" alt-text="Screenshot of Public IP address of a virtual machine in the Overview page." border="true":::
276
+
:::image type="content" source="./media/tutorial-filter-network-traffic/public-ip-address.png" alt-text="Screenshot of Public IP address of a virtual machine in the Overview page." border="true" lightbox="./media/tutorial-filter-network-traffic/public-ip-address.png":::
281
277
282
278
11. To confirm that you can access the **vm-1** web server from the internet, open an internet browser on your computer and browse to `http://<public-ip-address-from-previous-step>`.
0 commit comments