Skip to content

Commit 6d68635

Browse files
Merge pull request #245871 from asudbring/nat-diagram-arm
Added diagrams to bicep and ARM template articles for NAT gateway
2 parents fe63b4c + 4faae56 commit 6d68635

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/nat-gateway/quickstart-create-nat-gateway-bicep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asudbring
66
ms.service: virtual-network
77
ms.subservice: nat
88
ms.topic: how-to
9-
ms.date: 04/24/2023
9+
ms.date: 07/21/2023
1010
ms.author: allensu
1111
ms.custom: subject-armqs, devx-track-bicep, devx-track-linux
1212
# Customer intent: I want to create a NAT gateway using Bicep so that I can provide outbound connectivity for my virtual machines.
@@ -16,6 +16,8 @@ ms.custom: subject-armqs, devx-track-bicep, devx-track-linux
1616

1717
Get started with Azure NAT Gateway using Bicep. This Bicep file deploys a virtual network, a NAT gateway resource, and Ubuntu virtual machine. The Ubuntu virtual machine is deployed to a subnet that is associated with the NAT gateway resource.
1818

19+
:::image type="content" source="./media/quickstart-create-nat-gateway-portal/nat-gateway-qs-resources.png" alt-text="Diagram of resources created in nat gateway quickstart.":::
20+
1921
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
2022

2123
## Prerequisites

articles/nat-gateway/quickstart-create-nat-gateway-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This quickstart shows how to create a NAT gateway by using the Azur
55
author: asudbring
66
ms.service: nat-gateway
77
ms.topic: how-to
8-
ms.date: 04/24/2023
8+
ms.date: 07/21/2023
99
ms.author: allensu
1010
ms.custom: subject-armqs, devx-track-arm-template, devx-track-azurecli, devx-track-linux
1111
# Customer intent: I want to create a NAT gateway by using an Azure Resource Manager template so that I can provide outbound connectivity for my virtual machines.
@@ -15,6 +15,8 @@ ms.custom: subject-armqs, devx-track-arm-template, devx-track-azurecli, devx-tra
1515

1616
Get started with Azure NAT Gateway by using an Azure Resource Manager template (ARM template). This template deploys a virtual network, a NAT gateway resource, and Ubuntu virtual machine. The Ubuntu virtual machine is deployed to a subnet that is associated with the NAT gateway resource.
1717

18+
:::image type="content" source="./media/quickstart-create-nat-gateway-portal/nat-gateway-qs-resources.png" alt-text="Diagram of resources created in nat gateway quickstart.":::
19+
1820
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1921

2022
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template opens in the Azure portal.

0 commit comments

Comments
 (0)