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
# 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
26
26
27
27
## Review the template
28
28
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)
@@ -46,15 +46,15 @@ Deploy Resource Manager template to Azure:
46
46
-**Resource group**: Select **Create new**, type **CreateVNetQS-rg** for the resource group name, and select **OK**.
47
47
-**Virtual Network Name**: Type a name for the new virtual network.
48
48
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.
50
50
51
51
## Review deployed resources
52
52
53
53
Explore the resources that were created with the virtual network by browsing the settings blades for **VNet1**.
54
54
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**.
56
56
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.
58
58
59
59
To learn about the JSON syntax and properties for a virtual network in a template, see [Microsoft.Network/virtualNetworks](/azure/templates/microsoft.network/virtualnetworks).
0 commit comments