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/virtual-network/quick-create-terraform.md
+5-5Lines changed: 5 additions & 5 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 virtual network and subnets using Terraform'
3
3
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.
5
5
ms.topic: quickstart
6
6
ms.date: 1/19/2024
7
7
ms.custom: devx-track-terraform
@@ -15,17 +15,17 @@ content_well_notification:
15
15
16
16
# Quickstart: Create an Azure Virtual Network and Subnets using Terraform
17
17
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.
19
19
20
20
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.
21
21
22
22
The script creates the following resources:
23
23
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.
25
25
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.
27
27
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.
0 commit comments