Skip to content

Commit a9648dd

Browse files
authored
Merge pull request #276641 from AbdullahBell/vnet-diagram-lightbox-01
Virtual Network: Freshness | Update: Add lightbox to all diagrams and freshness.
2 parents f600ddc + a150d16 commit a9648dd

File tree

11 files changed

+24
-26
lines changed

11 files changed

+24
-26
lines changed
-85.7 KB
Loading

articles/virtual-network/quick-create-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This quickstart shows you how to create a virtual network with two virtual machi
1717

1818
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.
1919

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":::
2121

2222
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
2323

articles/virtual-network/quick-create-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use the Azure CLI to create and connect through an Azu
55
author: asudbring
66
ms.service: virtual-network
77
ms.topic: quickstart
8-
ms.date: 03/15/2023
8+
ms.date: 05/29/2024
99
ms.author: allensu
1010
ms.custom: devx-track-azurecli, mode-api
1111
#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
1717

1818
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.
1919

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":::
2121

2222
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2323

articles/virtual-network/quick-create-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Virtual Network
44
description: Learn how to use the Azure portal to create and connect through an Azure virtual network and virtual machines.
55
author: asudbring
66
ms.author: allensu
7-
ms.date: 06/06/2023
7+
ms.date: 05/29/2024
88
ms.topic: quickstart
99
ms.service: virtual-network
1010
ms.custom: ai-video-concept
@@ -15,7 +15,7 @@ ms.custom: ai-video-concept
1515

1616
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.
1717

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":::
1919

2020
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.
2121

articles/virtual-network/quick-create-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure PowerShell to create and connect through an
55
author: asudbring
66
ms.service: virtual-network
77
ms.topic: quickstart
8-
ms.date: 06/09/2023
8+
ms.date: 05/29/2024
99
ms.author: allensu
1010
ms.custom: devx-track-azurepowershell, mode-api
1111
#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
1717

1818
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.
1919

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":::
2121

2222
## Prerequisites
2323

articles/virtual-network/quick-create-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: virtual-network
66
author: asudbring
77
ms.service: virtual-network
88
ms.topic: quickstart
9-
ms.date: 12/12/2022
9+
ms.date: 05/29/2024
1010
ms.author: allensu
1111
ms.custom: mode-arm, FY23 content-maintenance, devx-track-arm-template
1212
---
@@ -15,7 +15,7 @@ ms.custom: mode-arm, FY23 content-maintenance, devx-track-arm-template
1515

1616
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.
1717

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":::
1919

2020
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2121

articles/virtual-network/quick-create-terraform.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The script creates the following resources:
2828

2929
- Two subnets: Segments of a virtual network's IP address range where you can place groups of isolated resources.
3030

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":::
32+
3133
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
3234

3335
## Prerequisites

articles/virtual-network/tutorial-create-route-table-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: template-tutorial
1515

1616
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).
1717

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":::
1919

2020
In this tutorial, you learn how to:
2121

articles/virtual-network/tutorial-filter-network-traffic.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: virtual-network
66
author: asudbring
77
ms.service: virtual-network
88
ms.topic: tutorial
9-
ms.date: 07/24/2023
9+
ms.date: 05/29/2024
1010
ms.author: allensu
1111
ms.custom: template-tutorial
1212
# 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
1818

1919
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.
2020

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":::
2222

2323
In this tutorial, you learn how to:
2424

@@ -114,7 +114,7 @@ In this section, you associate the network security group with the subnet of the
114114

115115
1. In the **Subnets** page, select **+ Associate**:
116116

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":::
118118

119119
1. Under **Associate subnet**, select **vnet-1 (test-rg)** for **Virtual network**.
120120

@@ -219,19 +219,15 @@ When you created the VMs, Azure created a network interface for each VM, and att
219219

220220
Add the network interface of each VM to one of the application security groups you created previously:
221221

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**.
227223

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**.
229225

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**.
231227

232-
1. In **Configure the application security groups**, select **asg-web** in the **Application security groups** pull-down menu, then select **Save**.
228+
:::image type="content" source="./media/tutorial-filter-network-traffic/configure-app-sec-groups.png" alt-text="Screenshot of Configure application security groups." border="true" lightbox="./media/tutorial-filter-network-traffic/configure-app-sec-groups.png":::
233229

234-
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.
235231

236232
## Test traffic filters
237233

@@ -277,7 +273,7 @@ Add the network interface of each VM to one of the application security groups y
277273
278274
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:
279275
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":::
281277
282278
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>`.
283279
-222 KB
Loading

0 commit comments

Comments
 (0)