We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea27f2 commit 4903fa3Copy full SHA for 4903fa3
shell/agents/Microsoft.Azure.Agent/Telemetry.cs
@@ -203,8 +203,8 @@ private Telemetry()
203
IServiceCollection services = new ServiceCollection()
204
.AddApplicationInsightsTelemetryWorkerService((ApplicationInsightsServiceOptions options) =>
205
{
206
- // Application insights in the test environment.
207
- options.ConnectionString = "InstrumentationKey=eea660a1-d969-44f8-abe4-96666e7fb159";
+ // Application insights in the AME environment.
+ options.ConnectionString = "InstrumentationKey=6378fd21-6e8d-4192-9714-0b776babff23";
208
options.EnableHeartbeat = false;
209
options.EnableDiagnosticsTelemetryModule = false;
210
});
0 commit comments