Skip to content

Commit 6e4edd5

Browse files
authored
Update AppInsights connection string to use the new prod environment (#390)
1 parent 26943c9 commit 6e4edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/agents/Microsoft.Azure.Agent/Telemetry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private Telemetry()
204204
.AddApplicationInsightsTelemetryWorkerService((ApplicationInsightsServiceOptions options) =>
205205
{
206206
// Application insights in the AME environment.
207-
options.ConnectionString = "InstrumentationKey=6378fd21-6e8d-4192-9714-0b776babff23";
207+
options.ConnectionString = "InstrumentationKey=7a75c4d0-ae0b-4a63-9fb3-b99271f79537";
208208
options.EnableHeartbeat = false;
209209
options.EnableDiagnosticsTelemetryModule = false;
210210
});

0 commit comments

Comments
 (0)