Skip to content

Commit 6c45772

Browse files
authored
Merge pull request #118865 from FrankDeGroot/patch-1
Update azure-portal-dashboards-create-programmatically.md
2 parents 4c21d99 + bf149d2 commit 6c45772

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)