Skip to content

Commit ba42ba8

Browse files
authored
Merge pull request #267588 from asudbring/vnet-bicep-graphic
Added resource diagram to bicep article for virtual network
2 parents 76ddba3 + 729c133 commit ba42ba8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
51.1 KB
Loading

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

Lines changed: 3 additions & 1 deletion
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: 03/09/2023
9+
ms.date: 02/28/2024
1010
ms.author: allensu
1111
ms.custom: mode-arm, devx-track-bicep
1212
---
@@ -17,6 +17,8 @@ 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.":::
21+
2022
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
2123

2224
## Prerequisites

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ 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.":::
19+
1820
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1921

2022
You can also complete this quickstart by using the [Azure portal](quick-create-portal.md), [Azure PowerShell](quick-create-powershell.md), or the [Azure CLI](quick-create-cli.md).

0 commit comments

Comments
 (0)