Skip to content

Commit 43031f2

Browse files
committed
updates2
1 parent 8d979b4 commit 43031f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In addition to the Azure virtual network, this code also creates:
3838
> * Link the private DNS zone to the virtual network.
3939
> * Generate random passwords for the virtual machines.
4040
> * Create two network interfaces.
41-
> * Create two Windows virtual machines and attach the network interfaces.
41+
> * Create two Windows virtual machines, and attach the network interfaces.
4242
> * Create a private DNS A record.
4343
> * Create a network security group.
4444
> * Create a network security rule to allow ICMP traffic.
@@ -89,9 +89,9 @@ In addition to the Azure virtual network, this code also creates:
8989

9090
1. Run `az network private-dns zone list` to view all DNS zones and find yours.
9191

92-
```azurecli
93-
az network private-dns zone list --output table
94-
```
92+
```azurecli
93+
az network private-dns zone list --output table
94+
```
9595

9696
1. Run `az network private-dns zone show` to view the resource group associate with your DNS zone.
9797

0 commit comments

Comments
 (0)