Skip to content

Commit 1a7e500

Browse files
authored
Merge pull request #96921 from techmantonio/patch-1
Correct error on "Comparing JSON and Bicep for templates" page.
2 parents 14c7b7d + 8f0d015 commit 1a7e500

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)