mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
18 lines
338 B
JSON
18 lines
338 B
JSON
|
{
|
||
|
"version": "2.0",
|
||
|
"logging": {
|
||
|
"applicationInsights": {
|
||
|
"samplingSettings": {
|
||
|
"isEnabled": true,
|
||
|
"excludedTypes": "Request"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"managedDependency": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"extensionBundle": {
|
||
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
||
|
"version": "[3.*, 4.0.0)"
|
||
|
}
|
||
|
}
|