Set ASC security log collection to Common

This commit is contained in:
Jimmy Fitzsimmons 2022-01-29 11:55:11 +11:00
Родитель 5434ef2103
Коммит ec4d254add
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -304,7 +304,7 @@
"name": "[concat(variables('workspaceName'),'/SecurityEventCollectionConfiguration')]",
"kind": "SecurityEventCollectionConfiguration",
"properties": {
"tier": "All",
"tier": "Custom",
"tierSetMethod": "Custom"
}
},