Skip to content

Commit 6a05eb3

Browse files
committed
Update expressroute-howto-circuit-resource-manager-template.md
1 parent 632b473 commit 6a05eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/expressroute/expressroute-howto-circuit-resource-manager-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Learn how to create an ExpressRoute circuit by deploying an Azure Resource Manag
3333

3434
## <a name="create"></a>Create and provision an ExpressRoute circuit
3535

36-
[Azure Quickstart templates](https://azure.microsoft.com/resources/templates/) has a good collection of Resource Manager template. You use one of the [existing templates](https://azure.microsoft.com/resources/templates/expressroute-circuit-create/) to create an ExpressRoute circuit.
36+
[Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/) has a good collection of Resource Manager template. You use one of the [existing templates](https://azure.microsoft.com/resources/templates/expressroute-circuit-create/) to create an ExpressRoute circuit.
3737

3838
[!code-json[create-azure-expressroute-circuit](~/quickstart-templates/quickstarts/microsoft.network/expressroute-circuit-create/azuredeploy.json)]
3939

4040
To see more related templates, select [here](https://azure.microsoft.com/resources/templates/?term=expressroute).
4141

4242
To create an ExpressRoute Circuit by deploying a template:
4343

44-
1. Select **Try it** from the following code block, and then follow the instructions to sign in to the Azure Cloud shell.
44+
1. Select **Try it** from the following code block, and then follow the instructions to sign in to the Azure Cloud Shell.
4545

4646
```azurepowershell-interactive
4747
$circuitName = Read-Host -Prompt "Enter a circuit name"

0 commit comments

Comments
 (0)