You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to Toolchain this sample, you need to ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.|
48
+
|Refer to <https://aka.ms/spfx-matrix> for more information on SPFx compatibility. |
53
49
54
-
---
50
+
This sample is optimally compatible with the following environment configuration:

56
+

57
+
-Incompatible-red.svg"SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
58
+

#### 1. Azure Portal → Function App → Function → **Monitor**
237
227
@@ -254,7 +244,7 @@ You should see the JSON payload:
254
244
}
255
245
```
256
246
257
-
#### 3. Your function can forward to:
247
+
#### 3. Your function can forward to
258
248
259
249
* Event Grid
260
250
* Log Analytics
@@ -263,7 +253,7 @@ You should see the JSON payload:
263
253
264
254
---
265
255
266
-
# Debug URL
256
+
##Debug URL
267
257
268
258
To test the extension locally:
269
259
@@ -275,9 +265,7 @@ To test the extension locally:
275
265
276
266
(Update `ComponentId` and endpoint as needed.)
277
267
278
-
---
279
-
280
-
# Features
268
+
## Features
281
269
282
270
This sample demonstrates:
283
271
@@ -292,10 +280,6 @@ This sample demonstrates:
292
280
✔ Component identity and version
293
281
✔ Custom event data
294
282
295
-
---
296
-
297
-
# Disclaimer
298
-
299
-
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND.**
300
-
283
+
## Disclaimer
301
284
285
+
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
0 commit comments