Skip to content

Commit 702de54

Browse files
authored
Merge pull request #158089 from mumian/0511-quickstarts-two-subnets
update quickstart template urls - two subnets
2 parents e40ea36 + 0daf542 commit 702de54

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ services: virtual-network
66
author: KumudD
77
ms.service: virtual-network
88
ms.topic: quickstart
9-
ms.date: 06/23/2020
9+
ms.date: 05/11/2021
1010
ms.author: kumud
11-
ms.custom:
11+
ms.custom:
1212
---
1313

1414
# Quickstart: Create a virtual network - Resource Manager template
@@ -26,9 +26,9 @@ 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/101-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

31-
:::code language="json" source="~/quickstart-templates/101-vnet-two-subnets/azuredeploy.json" range="001-96" highlight="56-92":::
31+
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.json" range="001-96" highlight="56-92":::
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.

articles/virtual-network/template-samples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ The following table includes links to Azure Resource Manager template samples. Y
2424

2525
For the JSON syntax and properties to use in templates, see [Microsoft.Network resource types](/azure/templates/microsoft.network/allversions).
2626

27-
2827
| Task | Description |
2928
|----|----|
30-
|[Create a virtual network with two subnets](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vnet-two-subnets)| Creates a virtual network with two subnets.|
29+
|[Create a virtual network with two subnets](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/vnet-two-subnets/)| Creates a virtual network with two subnets.|
3130
|[Route traffic through a network virtual appliance](https://github.com/Azure/azure-quickstart-templates/tree/master/201-userdefined-routes-appliance)| Creates a virtual network with three subnets. Deploys a virtual machine into each of the subnets. Creates a route table containing routes to direct traffic from one subnet to another through the virtual machine in the third subnet. Associates the route table to one of the subnets.|
3231
|[Create a virtual network service endpoint for Azure Storage](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/vnet-2subnets-service-endpoints-storage-integration)|Creates a new virtual network with two subnets, and a network interface in each subnet. Enables a service endpoint to Azure Storage for one of the subnets and secures a new storage account to that subnet.|
3332
|[Connect two virtual networks](https://github.com/Azure/azure-quickstart-templates/tree/master/201-vnet-to-vnet-peering)| Creates two virtual networks and a virtual network peering between them.|

0 commit comments

Comments
 (0)