Skip to content

Commit ddeffa7

Browse files
authored
Update health-extension.md
1 parent f40a9c5 commit ddeffa7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/virtual-machines/extensions/health-extension.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ The following JSON shows the schema for the Application Health extension. The ex
137137
{
138138
"extensionProfile" : {
139139
"extensions" : [
140+
{
140141
"name": "HealthExtension",
141142
"properties": {
142143
"publisher": "Microsoft.ManagedServices",
@@ -151,7 +152,8 @@ The following JSON shows the schema for the Application Health extension. The ex
151152
"numberOfProbes": 1
152153
}
153154
}
154-
]
155+
}
156+
]
155157
}
156158
}
157159
```
@@ -183,6 +185,7 @@ The following JSON shows the schema for the Rich Health States extension. The ex
183185
{
184186
"extensionProfile" : {
185187
"extensions" : [
188+
{
186189
"name": "HealthExtension",
187190
"properties": {
188191
"publisher": "Microsoft.ManagedServices",
@@ -198,7 +201,8 @@ The following JSON shows the schema for the Rich Health States extension. The ex
198201
"gracePeriod": 600
199202
}
200203
}
201-
]
204+
}
205+
]
202206
}
203207
}
204208
```

0 commit comments

Comments
 (0)