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
Copy file name to clipboardExpand all lines: articles/virtual-network/quick-create-template.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
28
28
29
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)
The following Azure resources have been defined in the template:
34
34
-[**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks): create an Azure virtual network.
@@ -43,13 +43,18 @@ Deploy Resource Manager template to Azure:
43
43
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.network%2Fvnet-two-subnets%2Fazuredeploy.json)
44
44
45
45
2. In the portal, on the **Create a Virtual Network with two Subnets** page, type or select the following values:
46
-
-**Resource group**: Select **Create new**, type a name for the resource group, and select **OK**.
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
50
50
51
## Review deployed resources
51
52
52
-
Explore the resources that were created with the virtual network.
53
+
Explore the resources that were created with the virtual network by browsing the settings blades for **VNet1**.
54
+
55
+
1. On the **Overview** tab, you will see the defined address space of **10.0.0.0/16**.
56
+
57
+
2. On the **Subnets** tab, you will see the deployed subnets of **Subnet1** and **Subnet2** with the appropriate values from the template.
53
58
54
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