Skip to content

Commit 8bfac22

Browse files
authored
Update collect-custom-metrics-guestos-resource-manager-vm.md
1 parent 2f82104 commit 8bfac22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/essentials/collect-custom-metrics-guestos-resource-manager-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ If you're new to ARM templates, learn about [template deployments](../../azure-r
2727
The Azure Diagnostics extension uses a feature called *data sinks* to route metrics and logs to different locations. The following steps show how to use an ARM template and PowerShell to deploy a VM by using the new Azure Monitor data sink.
2828

2929
## ARM template
30-
For this example, you can use a publicly available sample template. The starting templates are at
31-
https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-windows.
30+
For this example, you can use a publicly available sample template. The starting templates are on
31+
[GitHub](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-windows).
3232

3333
- **Azuredeploy.json**: A preconfigured ARM template for the deployment of a VM.
3434
- **Azuredeploy.parameters.json**: A parameters file that stores information like what user name and password you want to set for your VM. During deployment, the ARM template uses the parameters that are set in this file.
@@ -273,4 +273,4 @@ To deploy the ARM template, we use Azure PowerShell.
273273
1. In the metrics dropdown list, select **Memory\%Committed Bytes in Use**.
274274

275275
## Next steps
276-
Learn more about [custom metrics](./metrics-custom-overview.md).
276+
Learn more about [custom metrics](./metrics-custom-overview.md).

0 commit comments

Comments
 (0)