You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2020. It is now read-only.
Publish to Azure WebApp and verify that telemetry is being sent to ikey1
Add AppSetting to WebApp: APPINSIGHTS_INSTRUMENTATIONKEY pointing to ikey2
Expected: telemetry continues to be sent to ikey1, because settings in code take priority Actual: telemetry now is being sent to ikey2, while QuickPulse events continue to go to ikey1.