Skip to content

Commit 1d42b60

Browse files
authored
Update sample-template-experiment.md
1 parent 5413c52 commit 1d42b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/chaos-studio/sample-template-experiment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ In this sample, we create a chaos experiment with a single target resource and a
5050
{
5151
"type": "Microsoft.Chaos/experiments",
5252
"apiVersion": "2021-09-15-preview",
53-
"name": "parameters('experimentName')",
54-
"location": "parameters('location')",
53+
"name": "[parameters('experimentName')]",
54+
"location": "[parameters('location')]",
5555
"identity": {
5656
"type": "SystemAssigned"
5757
},
@@ -68,7 +68,7 @@ In this sample, we create a chaos experiment with a single target resource and a
6868
"targets": [
6969
{
7070
"type": "ChaosTarget",
71-
"id": "parameters('chaosTargetResourceId')"
71+
"id": "[parameters('chaosTargetResourceId')]"
7272
}
7373
]
7474
}

0 commit comments

Comments
 (0)