Skip to content

Commit

Permalink
updating code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aahill committed Oct 21, 2019
1 parent cff1b35 commit ccd8563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstarts/csharp-detect-anomalies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Console
class Program
{
// <vars>
// Replace the subscriptionKey string with your valid subscription key.
//This sample assumes you have created an environment variable for your key and endpoint
static readonly string subscriptionKey = Environment.GetEnvironmentVariable("ANOMALY_DETECTOR_KEY");
static readonly string endpoint = Environment.GetEnvironmentVariable("ANOMALY_DETECTOR_ENDPOINT");

Expand Down

0 comments on commit ccd8563

Please sign in to comment.