Skip to content

Commit 8f0d015

Browse files
authored
Correct error on "Comparing JSON and Bicep for templates" page.
1 parent f4e362a commit 8f0d015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/compare-template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ workloadSetting: description
8080
```
8181

8282
```json
83-
"workloadSetting": "[variables('demoVar'))]"
83+
"workloadSetting": "[variables('description'))]"
8484
```
8585

8686
## Strings

0 commit comments

Comments
 (0)