This commit is contained in:
Sentinel 2025-01-27 14:49:31 +05:30
Родитель 0666f8d9f4
Коммит 82c8f0adce
3 изменённых файлов: 13 добавлений и 6 удалений

Двоичный файл не отображается.

Просмотреть файл

@ -6,13 +6,21 @@
"isEnabled": true,
"excludedTypes": "Request"
}
},
"fileLoggingMode": "debugOnly",
"logLevel": {
"default": "Warning",
"Host": "Error",
"Function": "Error",
"Host.Aggregator": "Information",
"Host.Results": "Error"
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[3.*, 4.0.0)"
"version": "[4.0.0, 5.0.0)"
},
"managedDependency": {
"enabled": true
}
}
}

Просмотреть файл

@ -13,7 +13,7 @@
"defaultValue": "JumpCloud"
},
"JumpCloudApiToken": {
"type": "string",
"type": "securestring",
"defaultValue": "<apiToken>",
"metadata":{
"description": "Your Organisations API token from your JumpCloud Account"
@ -38,7 +38,7 @@
"defaultValue": "<workspaceID>"
},
"WorkspaceKey": {
"type": "string",
"type": "securestring",
"defaultValue": "<workspaceKey>"
},
"AppInsightsWorkspaceResourceID": {
@ -234,7 +234,7 @@
"value": "https://aka.ms/sentinel-Jumpcloud-functionapp"
}
],
"powerShellVersion": "~7"
"powerShellVersion": "7.4"
},
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('FunctionName'))]",
"httpsOnly": true,
@ -293,4 +293,3 @@
}
]
}