Skip to content

Commit d2865f8

Browse files
committed
acrolinx
1 parent 83139c3 commit d2865f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Quickstart: Create virtual network and subnets using Terraform'
33
titleSuffix: Azure Virtual Network
4-
description: In this quickstart, you'll create an Azure Virtual Network and Subnets using Terraform. You'll use Azure CLI to verify the resources.
4+
description: In this quickstart, you create an Azure Virtual Network and Subnets using Terraform. You use Azure CLI to verify the resources.
55
ms.topic: quickstart
66
ms.date: 1/19/2024
77
ms.custom: devx-track-terraform
@@ -15,17 +15,17 @@ content_well_notification:
1515

1616
# Quickstart: Create an Azure Virtual Network and Subnets using Terraform
1717

18-
In this quickstart you will learn about a Terraform script that creates an Azure resource group and a virtual network with two subnets. The names of the resource group and the virtual network are generated using a random pet name with a prefix. The script also outputs the names of the created resources.
18+
In this quickstart, you learn about a Terraform script that creates an Azure resource group and a virtual network with two subnets. The names of the resource group and the virtual network are generated using a random pet name with a prefix. The script also outputs the names of the created resources.
1919

2020
The script uses the Azure Resource Manager (azurerm) and Random (random) providers. The azurerm provider is used to interact with Azure resources, while the random provider is used to generate random pet names for the resources.
2121

2222
The script creates the following resources:
2323

24-
- A resource group: This is a container that holds related resources for an Azure solution.
24+
- A resource group: A container that holds related resources for an Azure solution.
2525

26-
- A virtual network: This is the fundamental building block for your private network in Azure.
26+
- A virtual network: A fundamental building block for your private network in Azure.
2727

28-
- Two subnets: These are segments of a virtual network's IP address range where you can place groups of isolated resources.
28+
- Two subnets: Segments of a virtual network's IP address range where you can place groups of isolated resources.
2929

3030
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
3131

0 commit comments

Comments
 (0)