This commit is contained in:
Ofer Shezaf 2022-04-26 10:32:40 +03:00
Родитель ee957d29e4
Коммит d4be513d1f
1 изменённых файлов: 9 добавлений и 8 удалений

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

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