Skip to content

Commit 98ddb86

Browse files
committed
toc edit
1 parent d2865f8 commit 98ddb86

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ content_well_notification:
1313
# Customer intent: As a Network Administrator, I want to create a virtual network and subnets using Terraform.
1414
---
1515

16-
# Quickstart: Create an Azure Virtual Network and Subnets using Terraform
16+
# Quickstart: Create an Azure Virtual Network and subnets using Terraform
1717

1818
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

@@ -89,7 +89,7 @@ The script creates the following resources:
8989
virtual_network_name=$(terraform output -raw virtual_network_name)
9090
```
9191

92-
1. Run [/cli/azure/network/vnet#az-network-vnet-show] to display the details of your newly created virtual network.
92+
1. Run [az network vnet show](/cli/azure/network/vnet#az-network-vnet-show) to display the details of your newly created virtual network.
9393

9494
```azurecli
9595
az network vnet show \

articles/virtual-network/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
href: quick-create-bicep.md
1717
- name: Create virtual network - ARM template
1818
href: quick-create-template.md
19+
- name: Create virtual network - Terraform
20+
href: quick-create-terraform.md
1921
expanded: true
2022
- name: Tutorials
2123
items:

0 commit comments

Comments
 (0)