diff --git a/Playbooks/Get-Recipients-EmailMessageID-containing-URL/azuredeploy.json b/Playbooks/Get-Recipients-EmailMessageID-containing-URL/azuredeploy.json index a67df8e22a..5d0b627e1b 100644 --- a/Playbooks/Get-Recipients-EmailMessageID-containing-URL/azuredeploy.json +++ b/Playbooks/Get-Recipients-EmailMessageID-containing-URL/azuredeploy.json @@ -86,7 +86,7 @@ }, "host": { "connection": { - "name": "@parameters('$connections')['azuresentinel_1']['connectionId']" + "name": "@parameters('$connections')['azuresentinel']['connectionId']" } }, "path": "/subscribe" @@ -100,7 +100,7 @@ "inputs": { "host": { "connection": { - "name": "@parameters('$connections')['azuresentinel_1']['connectionId']" + "name": "@parameters('$connections')['azuresentinel']['connectionId']" } }, "method": "get", @@ -118,7 +118,7 @@ "body": "@triggerBody()?['Entities']", "host": { "connection": { - "name": "@parameters('$connections')['azuresentinel_1']['connectionId']" + "name": "@parameters('$connections')['azuresentinel']['connectionId']" } }, "method": "post", @@ -142,7 +142,7 @@ }, "host": { "connection": { - "name": "@parameters('$connections')['azuresentinel_1']['connectionId']" + "name": "@parameters('$connections')['azuresentinel']['connectionId']" } }, "method": "post",