Skip to content

Commit 73e4483

Browse files
authored
Fix arm template first bracket identation
1 parent d707d52 commit 73e4483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/workbooks-automate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are two types of workbook resources that can be managed programmatically:
3838
2. Below is a sample Azure Resource Manager template that deploys a workbook template to Azure Monitor workbook gallery. Paste the JSON you copied in place of `<PASTE-COPIED-WORKBOOK_TEMPLATE_HERE>`. A reference Azure Resource Manager template that creates a workbook template can be found [here](https://github.com/microsoft/Application-Insights-Workbooks/blob/master/Documentation/ARM-template-for-creating-workbook-template).
3939

4040
```json
41-
{
41+
{
4242
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
4343
"contentVersion": "1.0.0.0",
4444
"parameters": {
@@ -110,7 +110,7 @@ There are two types of workbook resources that can be managed programmatically:
110110
| Workbooks in Resource groups | `microsoft.resources/subscriptions/resourcegroups` | `workbook` |
111111
| Workbooks in Azure Active Directory | `microsoft.aadiam/tenant` | `workbook` |
112112
| VM Insights in Virtual machines | `microsoft.compute/virtualmachines` | `insights` |
113-
| VM Insights in virtual machine scale sets | `microsoft.compute/virtualmachinescalesets` | `insights` |
113+
| VM Insights in virtual machine scale sets | `microsoft.compute/virtualmachinescalesets` | `insights` |
114114

115115
## Azure Resource Manager template for deploying a workbook instance
116116

0 commit comments

Comments
 (0)