0

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?

Eduardo Fonseca
  • 435
  • 1
  • 6
  • 19

1 Answers1

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

enter image description here

Joy Wang
  • 39,905
  • 3
  • 30
  • 54