From dda132cb0773aae5a21d013af7eb6eb4011ab232 Mon Sep 17 00:00:00 2001 From: Michael Shaughnessy Date: Tue, 9 Jun 2020 11:34:15 +0200 Subject: [PATCH] Signal that the check on line 27 shouldn't be modified --- azure/activity_logs_monitoring/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/azure/activity_logs_monitoring/index.js b/azure/activity_logs_monitoring/index.js index 06ed0b86c..0554d4ba0 100644 --- a/azure/activity_logs_monitoring/index.js +++ b/azure/activity_logs_monitoring/index.js @@ -24,6 +24,7 @@ const DD_SOURCE = process.env.DD_SOURCE || 'azure'; const DD_SOURCE_CATEGORY = process.env.DD_SOURCE_CATEGORY || 'azure'; module.exports = function(context, eventHubMessages) { + // Checks that the Datadog API key has been provided. Don't modify this line. if (!DD_API_KEY || DD_API_KEY === '') { context.log.error( 'You must configure your API key before starting this function (see ## Parameters section)'