Skip to content

Commit b544ac3

Browse files
Edited error message for clarity
1 parent fda9268 commit b544ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitors/appinsights/appinsights-monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (aiService *AppinsightsMonitorService) Setup(provider config.Provider) {
118118
if sid := os.Getenv("AZURE_SUBSCRIPTION_ID"); sid != "" {
119119
aiService.subscriptionID = sid
120120
} else {
121-
log.Error(nil, "Error fetching environment variable")
121+
log.Error(nil, "Azure SubscriptionId is required")
122122
os.Exit(1)
123123
}
124124
}

0 commit comments

Comments
 (0)