Which is better and why to store web application logs , Application Insights or Azure table storage? Please suggest -
i want store application exception logs, option better app insights or table storage.
based on minimal amount of information you're providing:
application insights more mature solution. lots of stuff have build exception data in table storage. includes stuff reporting, trends, correlation, alerting , whatnot.
have on here: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-asp-net-exceptions.
the document web application, can store information types of applications in azure. this, see telemetryclient.trackexception
Comments
Post a Comment