added depends on to ensure logic app deploys after web connections
This commit is contained in:
Nathan Swift 2020-03-19 10:04:20 -04:00
Родитель e4f07cfc3c
Коммит f51f55331d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -58,6 +58,10 @@
"tags": {
"LogicAppsCategory": "security"
},
"dependsOn": [
"[resourceId('Microsoft.Web/connections', variables('AzureSentinelConnectionName'))]",
"[resourceId('Microsoft.Web/connections', variables('office365ConnectionName'))]"
],
"identity": {
"type": "SystemAssigned"
},