Skip to content

Commit ec5b127

Browse files
authored
Merge pull request #195096 from mbender-ms/aznet-0414
Virtual Network - Quickstart: Create a virtual network - Resource Manager template - Content Freshness
2 parents a2b8ec3 + 5ea5d6b commit ec5b127

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828

2929
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

31-
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.json" range="001-98" highlight="56-97":::
31+
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.json" :::
3232

3333
The following Azure resources have been defined in the template:
3434
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks): create an Azure virtual network.
@@ -43,13 +43,18 @@ Deploy Resource Manager template to Azure:
4343
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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)
4444

4545
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**.
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.
4950

5051
## Review deployed resources
5152

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.
5358

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

0 commit comments

Comments
 (0)