Skip to content

Commit 6f22843

Browse files
author
Manikanta Nallagatla
committed
add a comment
1 parent 396bf40 commit 6f22843

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebJobs.Script/Environment/EnvironmentExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public static bool IsAzureMonitorEnabled(this IEnvironment environment)
7575
}
7676
if (string.Equals(ScriptConstants.DefaultAzureMonitorCategories, value, StringComparison.Ordinal))
7777
{
78+
// Default value for the env variable is None.
79+
// This is set when customer does not subscribe any category.
7880
return false;
7981
}
8082
string[] categories = value.Split(',');

0 commit comments

Comments
 (0)