Narayana R
Narayana R
I've been trying to do what @Odonno suggested, but I'm getting a 404 error. Any idea how I can see more details of the error in health checks? This is...
My bad, I've updated the question with details. I thought adding the appinsights telemetry at the very beginning would make the key available everywhere, and am unable to track the...
@poveilleux Are you also on kubernetes?
@cijothomas I see this issue when deploying to kuberentes (AKS and non-AKS). Note that I have all my other telemetry flowing in correctly, but this one particular message keeps coming...
I can confirm that the following two methods get rid of this issue: 1. Use version 2.14 and set key via `AddApplicationInsightsTelemetry()`. 2. Use version 2.15, but set APPINSIGHTS_INSTRUMENTATIONKEY env....
> @rnarayana, I started investigating this issue, but could not recreate in my environment. Adding the code as in issue description did not recreate an issue. I see a note...
I've uploaded the repro [here](https://github.com/rnarayana/2070Repro) Steps: 0. Replace everything that says REPLACE_THIS 1. Build project. 2. Build docker 3. Deploy helm to AKS. 4. Wait for 30 minutes, check appinsights.
> > > @rnarayana Thanks for the repro, it helped investigate an issue. > > Workaround for this issue is to set `EnableActiveTelemetryConfigurationSetup` to true in `ApplicationInsightsServiceOptions`. For example, >...
I had same issue.. installing python and it starts complaining about pkg-config, and then about libsecrets.. This is what worked finally. ``` RUN apk update && apk add --no-cache python2...
Isn't the redirect_uri in idp_configs.xml for the redirect from B2C to App? That would remain same right?