Deploy to production - ensure all endpoints operational
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
"applicationInsights": {
|
||||
"samplingSettings": {
|
||||
"isEnabled": true,
|
||||
"excludedTypes": "Request"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensionBundle": {
|
||||
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
||||
"version": "[4.*, 5.0.0)"
|
||||
},
|
||||
"functionTimeout": "00:05:00",
|
||||
"languageWorkers": {
|
||||
"node": {
|
||||
"arguments": ["--max-old-space-size=2048"]
|
||||
}
|
||||
}
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
"applicationInsights": {
|
||||
"samplingSettings": {
|
||||
"isEnabled": true,
|
||||
"excludedTypes": "Request"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensionBundle": {
|
||||
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
||||
"version": "[4.*, 5.0.0)"
|
||||
},
|
||||
"functionTimeout": "00:05:00",
|
||||
"languageWorkers": {
|
||||
"node": {
|
||||
"arguments": ["--max-old-space-size=2048"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user