Skip to content

Commit ccd8563

Browse files
authored
updating code comment
1 parent cff1b35 commit ccd8563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickstarts/csharp-detect-anomalies.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Console
1515
class Program
1616
{
1717
// <vars>
18-
// Replace the subscriptionKey string with your valid subscription key.
18+
//This sample assumes you have created an environment variable for your key and endpoint
1919
static readonly string subscriptionKey = Environment.GetEnvironmentVariable("ANOMALY_DETECTOR_KEY");
2020
static readonly string endpoint = Environment.GetEnvironmentVariable("ANOMALY_DETECTOR_ENDPOINT");
2121

0 commit comments

Comments
 (0)