Need help to create KQL to get the count in Azure
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.