We are creating a POC to use Azure Applications Insights with WebAPI application.
We have added a telemetrykey to the webapi and we can see logs in Azure insights trace and requests tabs.
However, what we would like to do is rather than using the existing trace and requests provided by Azure, we would like to create our own tab say "OurCustomLog" and we would like to create own columns like 'CreatedDate', 'TransactionId', 'LogDetails', 'StatusCode', 'LoggingApplicationName', 'CallingApplicationName' etc and then we can filter based on for example, statusCode or TransactionId etc.
Is this possible with Azure Application Insights? or Are there different services in Azure we should use instead of Azure Insights?
Thank you in advance,
Kind regards,