a99cl208

Results 8 comments of a99cl208

@TimothyMothra in the meantime this "hack" can be used until its fixed in the SDK: ``` private static void FixAADAudience(TelemetryConfiguration telemetryConfiguration) { if (telemetryConfiguration.ConnectionString != null) { string? aadAudience =...

@TimothyMothra the ManagedIdentityCredential uses caching since Azure.Identity 1.8.0. It would be great if you can move to this dependency for 1.22.0.

Ok I this. My issue in fact is that the App Insights lib + Az.Identity one installed in the Azure functions are using 1.5.0 so its really a mess when...

Hello @jainharsh98, Could you please take a look to this PR because as mentionned the target scaler does not work at all for now. Regards.

If someone is experiencing the same issue, what i did as a temp fix is to change the scaler options so it uses the samples from the last 30 minutes...

I use 4.0 yes still i'm not able to use the version is want. Maybe let's add some context. My code reference the latest app insight version (so 2.21.0 for...