Skip to content

Commit bf149d2

Browse files
authored
Update azure-portal-dashboards-create-programmatically.md
Fixed JSON snippet to turn an exported dashboard JSON into an ARM template
1 parent aced742 commit bf149d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-portal/azure-portal-dashboards-create-programmatically.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ Declare required template metadata and the parameters at the top of the JSON tem
8181
}
8282
},
8383
"variables": {},
84-
85-
... rest of template omitted ...
84+
"resources": [
85+
... rest of template omitted ...
86+
]
87+
}
8688
```
8789

8890
Once you've configured your template, deploy it using any of the following methods:

0 commit comments

Comments
 (0)