We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff1b35 commit ccd8563Copy full SHA for ccd8563
1 file changed
quickstarts/csharp-detect-anomalies.cs
@@ -15,7 +15,7 @@ namespace Console
15
class Program
16
{
17
// <vars>
18
- // Replace the subscriptionKey string with your valid subscription key.
+ //This sample assumes you have created an environment variable for your key and endpoint
19
static readonly string subscriptionKey = Environment.GetEnvironmentVariable("ANOMALY_DETECTOR_KEY");
20
static readonly string endpoint = Environment.GetEnvironmentVariable("ANOMALY_DETECTOR_ENDPOINT");
21
0 commit comments