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)'