Skip to content

Commit fa2ec25

Browse files
jjaguirre394Juan Aguirre
andauthored
Updating instrumentation key to point towards Aladdin Subscription App Insights instance (#19746)
Co-authored-by: Juan Aguirre <[email protected]>
1 parent 1bbe9ac commit fa2ec25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/Az.Tools.Predictor/Az.Tools.Predictor/Utilities/TelemetryUtilities.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ internal static class TelemetryUtilities
4141
public static TelemetryClient CreateApplicationInsightTelemetryClient()
4242
{
4343
TelemetryConfiguration configuration = TelemetryConfiguration.CreateDefault();
44-
// Use Azuer-PowerShell instrumentation key. see https://github.com/Azure/azure-powershell-common/blob/master/src/Common/AzurePSCmdlet.cs
45-
configuration.InstrumentationKey = "7df6ff70-8353-4672-80d6-568517fed090";
44+
// Use Aladdin Telemetry Instrumentation Key
45+
configuration.InstrumentationKey = "036e159f-c9a8-4cc2-9dba-1b0a9352835d";
4646
var telemetryClient = new TelemetryClient(configuration);
4747
telemetryClient.Context.Location.Ip = "0.0.0.0";
4848
telemetryClient.Context.Cloud.RoleInstance = "placeholderdon'tuse";

0 commit comments

Comments
 (0)