We have a API (written in .NET Core 3.1), published to Azure Web Services. This API talks to a database for authentication. After a succesfull authentication, the API connects to other databases, depending the user that logs in.
Now we came to the part of insights. I want to know:
- The datetime the API is called
- By which client
- What end-point was triggered
I'm not sure how I can get this insights. Does Azure provide such a functionality? Or do I have to write records myself in the database?