Need help to create KQL to get the count in Azure

Sonika Sahu 20 Reputation points
2025-06-14T17:55:38.68+00:00

to monitor how many customers are created this way and how many activate their account by setting up their password. 

example of reporting:

ID123: autoprovision/autoprovision = someone who didn't set their password

 

AC1:

Ability to know the total number of customers created via auto-provision BUT have not yet setup the password

In the App Event logs the last Event name will be "TAPI_AUTOPROVISION_JWT_CREATE_SUCCESS". And Policy name is "B2C_1A_RPBT_AccountActivation"
distinct Event1, obj and session also should be unique.
Unique session and unique user Id.

I need KQL which will check in different Application and give count with Application name. Apllication client Id I'll add in Query once you will share the Query.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,631 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.