Skip to content

Commit f40a9c5

Browse files
authored
Update virtual-machine-scale-sets-health-extension.md
1 parent 0994b0a commit f40a9c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-health-extension.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ The following JSON shows the schema for the Application Health extension. The ex
154154
{
155155
"extensionProfile" : {
156156
"extensions" : [
157+
{
157158
"name": "HealthExtension",
158159
"properties": {
159160
"publisher": "Microsoft.ManagedServices",
@@ -168,7 +169,8 @@ The following JSON shows the schema for the Application Health extension. The ex
168169
"numberOfProbes": 1
169170
}
170171
}
171-
]
172+
}
173+
]
172174
}
173175
}
174176
```
@@ -201,6 +203,7 @@ The following JSON shows the schema for the Rich Health States extension. The ex
201203
{
202204
"extensionProfile" : {
203205
"extensions" : [
206+
{
204207
"name": "HealthExtension",
205208
"properties": {
206209
"publisher": "Microsoft.ManagedServices",
@@ -216,7 +219,8 @@ The following JSON shows the schema for the Rich Health States extension. The ex
216219
"gracePeriod": 600
217220
}
218221
}
219-
]
222+
}
223+
]
220224
}
221225
}
222226
```

0 commit comments

Comments
 (0)