I have a web application with a search tool in it, so I need to find most used searched phrase in azure(my allocation is in MVC), any idea how to do in azure like any tool which does this job.
e.g Users who have viewed or searched contact Names like Jen adams, Michael and so on ...then there should be a report which provides details like Jen adams most viewed/searched contact name followed by someone and so on in a list.
Is application insights useful for this ? Please let me know any links with step by step instructions.