Empty timeline for authenticated users in Azure Application Insights

Vangel Kolarov 6 Reputation points
2021-05-07T08:46:34.057+00:00

I have Blazor WASM application (.NET 5) hosted on Azure AppServices. I configured the authenticated users for application Insights as is described in this article: https://learn.microsoft.com/en-us/azure/azure-monitor/app/api-custom-events-metrics#authenticated-users. I end up with the following code in my Authentication.razor file:94717-devenv-wyj6gwrnjj.png

I can see the authenticated user in the Users chart:94743-azure-app-insights-1.png

But after I click on View user timeline, I see an empty timeline:94718-azure-app-insights-2.png

Any advice or hint of what I'm doing wrong?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,799 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Vincent Demers 1 Reputation point
    2021-09-30T14:28:49.057+00:00

    I also have this problem. Really makes working with the data hard. Anything else I could do to help with the diagnostic ?

    Thanks.