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/nat-gateway/quickstart-create-nat-gateway-terraform.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Quickstart: Create an Azure NAT Gateway using Terraform'
3
3
titleSuffix: Azure NAT Gateway
4
-
description: 'In this article, you create an Azure Virtual Machine with a NAT Gateway using Terraform'
4
+
description: 'In this article, you create an Azure Virtual Machine with a NAT Gateway using Terraform.'
5
5
ms.topic: quickstart
6
6
ms.date: 02/21/2024
7
7
ms.custom: devx-track-terraform
@@ -12,9 +12,9 @@ content_well_notification:
12
12
- AI-contribution
13
13
---
14
14
15
-
# Quickstart: Create a Azure NAT Gateway using Terraform
15
+
# Quickstart: Create an Azure NAT Gateway using Terraform
16
16
17
-
This article shows how to use Terraform to create a resource group, a virtual network with a subnet, a public IP address, a NAT gateway, a network security group with a rule, a network interface, a storage account, and a Linux virtual machine in Azure.
17
+
Get started with Azure NAT Gateway using Terraform. This Terraform 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.
18
18
19
19
The script also generates a random SSH public key and associates it with the virtual machine for secure access. The public key is outputted at the end of the script execution.
20
20
@@ -30,7 +30,7 @@ As with the public key, the names of the created resource group, virtual network
30
30
31
31
- An Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
32
32
33
-
-[Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
33
+
-[Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
0 commit comments