1
votes

I would like to charge the number of calls of an endpoint to the respective user. Each user gets an apikey. How can I get the number of calls per api key in azure? Thanks!

Store a counter in a database or use API Management azure.microsoft.com/en-us/services/api-managementCSharpRocks