I've been using Azure API Management recently, and I would like to know if there is a way to detect the sign up process performed from the included Developer Portal. Basically I need to be able to get the user unique id, to be able to map data stored in a database. Is configuring Delegation the only way to capture this event?
Asked
Active
Viewed 75 times
1 Answers
1
Try to enable the Resource Logs, it includes the userId
.
Reference - https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-use-azure-monitor#resource-logs

Joy Wang
- 39,905
- 3
- 30
- 54
-
Thanks. I did not see anytihng in the logs when creating the user, so I ended up implementing delegation. – Eduardo Fonseca Jun 05 '20 at 15:18