Update ASim_WebSessionCustom.json

This commit is contained in:
Ofer Shezaf 2023-04-17 14:09:13 +03:00 коммит произвёл GitHub
Родитель 3b11aaf153
Коммит 5a7e0b0918
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 3 удалений

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

@ -3,10 +3,17 @@
"contentVersion": "1.0.0.0",
"parameters": {
"Workspace": {
"type": "string"
"type": "string",
"metadata": {
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"location": {
"type": "string"
"WorkspaceRegion": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "The region of the selected workspace. The default value will use the Region selection above."
}
}
},
"resources": [