зеркало из https://github.com/Azure/ipam.git
24 строки
414 B
JSON
24 строки
414 B
JSON
{
|
|
"version": "2.0",
|
|
"extensions": {
|
|
"http": {
|
|
"routePrefix": ""
|
|
}
|
|
},
|
|
"logging": {
|
|
"logLevel": {
|
|
"default": "Information"
|
|
},
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": true,
|
|
"excludedTypes": "Request"
|
|
}
|
|
}
|
|
},
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[4.*, 5.0.0)"
|
|
}
|
|
}
|