Skip to content

Commit 48239d4

Browse files
committed
updates4
1 parent af4e310 commit 48239d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/dns/dns-private-zone-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Use Terraform to configure a virtual network in Azure'
33
description: In this quickstart, you create a virtual network, subnets, private DNS zones, network interfaces, Windows virtual machines, a private DNS A record, network security groups, and a network security rule in Azure.
44
ms.topic: quickstart
5-
ms.date: 12/09/2024
5+
ms.date: 12/13/2024
66
ms.custom: devx-track-terraform
77
ms.service: azure-virtual-network
88
author: greg-lindsay
@@ -15,7 +15,9 @@ content_well_notification:
1515
# Quickstart: Use Terraform to configure a virtual network in Azure
1616

1717
In this quickstart, you use Terraform to create a virtual network, subnets, private DNS zones, network interfaces, Windows virtual machines, a private DNS A record, network security groups, and a network security rule in Azure.
18-
An Azure virtual network is a fundamental component of the Azure networking model, providing isolation and protection for your virtual machines. It's used to control and manage traffic between resources such as virtual machines within a network.
18+
19+
An Azure virtual network is a fundamental component of the Azure networking model, providing isolation and protection for your virtual machines. It's used to control and manage traffic between resources such as virtual machines within a network.
20+
1921
In addition to the Azure virtual network, this code also creates:
2022

2123
* Subnets within the network.
@@ -96,11 +98,9 @@ In addition to the Azure virtual network, this code also creates:
9698
1. Run `az network private-dns zone show` to view the resource group associate with your DNS zone.
9799

98100
```azurecli
99-
az network private-dns zone show --name <dnsZoneName> --resource-group <resourceGroupName>
101+
az network private-dns zone show --name $dnsZoneName --resource-group $resourceGroupName
100102
```
101103

102-
Replace `<dnsZoneName>` with the name of your DNS zone and `<resourceGroupName>` with the name of your resource group.
103-
104104
---
105105

106106
## Clean up resources

0 commit comments

Comments
 (0)