added depends on
added depends on to ensure logic app deploys after web connections
This commit is contained in:
Родитель
e4f07cfc3c
Коммит
f51f55331d
|
@ -58,6 +58,10 @@
|
|||
"tags": {
|
||||
"LogicAppsCategory": "security"
|
||||
},
|
||||
"dependsOn": [
|
||||
"[resourceId('Microsoft.Web/connections', variables('AzureSentinelConnectionName'))]",
|
||||
"[resourceId('Microsoft.Web/connections', variables('office365ConnectionName'))]"
|
||||
],
|
||||
"identity": {
|
||||
"type": "SystemAssigned"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче