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 26943c9 commit 6e4edd5Copy full SHA for 6e4edd5
shell/agents/Microsoft.Azure.Agent/Telemetry.cs
@@ -204,7 +204,7 @@ private Telemetry()
204
.AddApplicationInsightsTelemetryWorkerService((ApplicationInsightsServiceOptions options) =>
205
{
206
// Application insights in the AME environment.
207
- options.ConnectionString = "InstrumentationKey=6378fd21-6e8d-4192-9714-0b776babff23";
+ options.ConnectionString = "InstrumentationKey=7a75c4d0-ae0b-4a63-9fb3-b99271f79537";
208
options.EnableHeartbeat = false;
209
options.EnableDiagnosticsTelemetryModule = false;
210
});
0 commit comments