What’s the Best Way to Monitor Web Apps in Azure?

0
3
Asked By CuriousCoder123 On

I'm currently gathering logs from my web applications through the 'logging' library in our code, and these logs are being stored in CosmosDB. We're considering using Application Insights for additional telemetry, like tracking HTTP requests and external dependencies. Is this a good approach to application monitoring?

3 Answers

Answered By TechSavvyGal On

There are plenty of ways to monitor your applications! Using CosmosDB for logging can work, but it's not the only approach. If it fits your needs, then great! But you might want to explore other options too.

Answered By DataWizard34 On

I've found Application Insights to be pretty effective for monitoring. It can give you insights into app performance. Just keep in mind that while it can track exceptions, figuring out if an issue is strictly on the application side can sometimes be tricky without additional context.

Answered By CloudNinja77 On

Application Insights is a solid choice for monitoring app exceptions. Combining it with Azure Network Watcher can help you perform internal availability tests as well. It's definitely worth setting up for a more comprehensive overview.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.