@@ -135,24 +135,25 @@ The following JSON shows the schema for the Application Health extension. The ex
135
135
136
136
``` json
137
137
{
138
- "type" : " extensions" ,
139
- "name" : " HealthExtension" ,
140
- "apiVersion" : " 2018-10-01" ,
141
- "location" : " <location>" ,
142
- "properties" : {
143
- "publisher" : " Microsoft.ManagedServices" ,
144
- "type" : " <ApplicationHealthLinux or ApplicationHealthWindows>" ,
145
- "autoUpgradeMinorVersion" : true ,
146
- "typeHandlerVersion" : " 1.0" ,
147
- "settings" : {
148
- "protocol" : " <protocol>" ,
149
- "port" : <port>,
150
- "requestPath" : " </requestPath>" ,
151
- "intervalInSeconds" : 5 ,
152
- "numberOfProbes" : 1
153
- }
138
+ "extensionProfile" : {
139
+ "extensions" : [
140
+ "name" : " HealthExtension" ,
141
+ "properties" : {
142
+ "publisher" : " Microsoft.ManagedServices" ,
143
+ "type" : " <ApplicationHealthLinux or ApplicationHealthWindows>" ,
144
+ "autoUpgradeMinorVersion" : true ,
145
+ "typeHandlerVersion" : " 1.0" ,
146
+ "settings" : {
147
+ "protocol" : " <protocol>" ,
148
+ "port" : <port>,
149
+ "requestPath" : " </requestPath>" ,
150
+ "intervalInSeconds" : 5 ,
151
+ "numberOfProbes" : 1
152
+ }
153
+ }
154
+ ]
154
155
}
155
- }
156
+ }
156
157
```
157
158
158
159
### Property values
@@ -180,25 +181,26 @@ The following JSON shows the schema for the Rich Health States extension. The ex
180
181
181
182
``` json
182
183
{
183
- "type" : " extensions" ,
184
- "name" : " HealthExtension" ,
185
- "apiVersion" : " 2018-10-01" ,
186
- "location" : " <location>" ,
187
- "properties" : {
188
- "publisher" : " Microsoft.ManagedServices" ,
189
- "type" : " <ApplicationHealthLinux or ApplicationHealthWindows>" ,
190
- "autoUpgradeMinorVersion" : true ,
191
- "typeHandlerVersion" : " 2.0" ,
192
- "settings" : {
193
- "protocol" : " <protocol>" ,
194
- "port" : <port>,
195
- "requestPath" : " </requestPath>" ,
196
- "intervalInSeconds" : 5 ,
197
- "numberOfProbes" : 1 ,
198
- "gracePeriod" : 600
199
- }
184
+ "extensionProfile" : {
185
+ "extensions" : [
186
+ "name" : " HealthExtension" ,
187
+ "properties" : {
188
+ "publisher" : " Microsoft.ManagedServices" ,
189
+ "type" : " <ApplicationHealthLinux or ApplicationHealthWindows>" ,
190
+ "autoUpgradeMinorVersion" : true ,
191
+ "typeHandlerVersion" : " 2.0" ,
192
+ "settings" : {
193
+ "protocol" : " <protocol>" ,
194
+ "port" : <port>,
195
+ "requestPath" : " </requestPath>" ,
196
+ "intervalInSeconds" : 5 ,
197
+ "numberOfProbes" : 1 ,
198
+ "gracePeriod" : 600
199
+ }
200
+ }
201
+ ]
200
202
}
201
- }
203
+ }
202
204
```
203
205
204
206
### Property values
0 commit comments