Skip to content

Commit 3fc600a

Browse files
Merge pull request #273789 from hilaryw29/patch-24
Update schema example for app health extension
2 parents 4f467d6 + ddeffa7 commit 3fc600a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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
```

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)