Skip to content

Commit af958e9

Browse files
Merge pull request #221198 from mbender-ms/vnet-arm-fresh
virtual network - freshness - Quickstart: Create a virtual network using a Resource Manager template
2 parents 455c304 + 928388b commit af958e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ services: virtual-network
66
author: asudbring
77
ms.service: virtual-network
88
ms.topic: quickstart
9-
ms.date: 06/09/2021
9+
ms.date: 12/12/2022
1010
ms.author: allensu
11-
ms.custom: devx-track-azurepowershell, mode-arm
11+
ms.custom: devx-track-azurepowershell, mode-arm, FY23 content-maintenance
1212
---
1313

1414
# Quickstart: Create a virtual network - Resource Manager template
@@ -26,7 +26,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2626

2727
## Review the template
2828

29-
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.json)
29+
The template used in this quickstart is from [Azure Quickstart Templates](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.json)
3030

3131
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.json" :::
3232

@@ -46,15 +46,15 @@ Deploy Resource Manager template to Azure:
4646
- **Resource group**: Select **Create new**, type **CreateVNetQS-rg** for the resource group name, and select **OK**.
4747
- **Virtual Network Name**: Type a name for the new virtual network.
4848
3. Select **Review + create**, and then select **Create**.
49-
1. When deployment completes, click on **Go to resource** button to review the resources deployed.
49+
1. When deployment completes, select on **Go to resource** button to review the resources deployed.
5050

5151
## Review deployed resources
5252

5353
Explore the resources that were created with the virtual network by browsing the settings blades for **VNet1**.
5454

55-
1. On the **Overview** tab, you will see the defined address space of **10.0.0.0/16**.
55+
1. On the **Overview** tab, you'll see the defined address space of **10.0.0.0/16**.
5656

57-
2. On the **Subnets** tab, you will see the deployed subnets of **Subnet1** and **Subnet2** with the appropriate values from the template.
57+
2. On the **Subnets** tab, you'll see the deployed subnets of **Subnet1** and **Subnet2** with the appropriate values from the template.
5858

5959
To learn about the JSON syntax and properties for a virtual network in a template, see [Microsoft.Network/virtualNetworks](/azure/templates/microsoft.network/virtualnetworks).
6060

0 commit comments

Comments
 (0)