diff --git a/Playbooks/Get-VTURLPositivesComment/azuredeploy.json b/Playbooks/Get-VTURLPositivesComment/azuredeploy.json index f723c6b8e2..eab84461b9 100644 --- a/Playbooks/Get-VTURLPositivesComment/azuredeploy.json +++ b/Playbooks/Get-VTURLPositivesComment/azuredeploy.json @@ -148,7 +148,7 @@ "inputs": { "method": "GET", "queries": { - "apikey": "[parameters('VirustotalApiKey')]", + "apikey": "@variables('ApiKey')", "resource": "@items('For_each')?['Url']" }, "uri": "https://www.virustotal.com/vtapi/v2/url/report" @@ -1027,7 +1027,7 @@ { "name": "ApiKey", "type": "string", - "value": "61f2d6b98d09e4e76618d745122c25dc6f703a7968e0b960d32872f9aef3fee2" + "value": "[parameters('VirustotalApiKey')]" } ] }