Questions tagged [application-insights]

9 questions
3
votes
2 answers

Enable Application Insights Azure Web App ARM Template

I successfully deployed an app service plan, web application and application insights resources using an ARM Template. The APPINSIGHTS_INSTRUMENTATIONKEY and APPLICATIONINSIGHTS_CONNECTION_STRING app settings have been added to the configuration/app…
1
vote
1 answer

Availability Test on Azure Application Insight fails on all location

I have set up an Availability test on one of our web apps. The test on five locations that were setup all fails but when I visit the site it is up and running. This is not a timing issue as the failed test keeps on coming, and I visit the site once…
von v.
  • 113
  • 4
1
vote
0 answers

Azure Application Insights Profiler data is not shown on Profiler blade

I have an Azure App Services web app with an Application Insights extension enabled (not in the app codebase, just injected via the Azure portal). I can see the analytics in Application Insights section of an app and in the associated Application…
1
vote
0 answers

App Insights Log Files

Application Insights is generating large log files for my web app daily and eating up space. They mostly seem to contain the error pasted below. Any idea how I can either resolve the issue or configure App Insights to stop generating these log…
1
vote
0 answers

Monitoring complex applications with Application Insights?

I have a problem being tasked with setting up application monitoring for a complex application that has multiple web elements (some asp.net applications, some pure api endpoints) as well as mobile apps (which are of less interest for me and for now…
TomTom
  • 51,649
  • 7
  • 54
  • 136
0
votes
1 answer

Azure components connectivity check

My Project involves various azure products like web job, Event hub, table storage, blob storage etc. I need to create a Live dashboard which shows the connectivity of the various components. Eg., one web job get data from event hub, and moves it…
0
votes
1 answer

What is the purpose of /server.txt

One of my clients suddenly started seeing ~40k requests a day for "/server.txt" to their webserver that result in an HTTP 404. This is expected behavior as the file doesn't exist and isn't part of the website. However, it appears at the top of the…
0
votes
0 answers

Use Multiple Azure Application Insights in one Flask app

Hi i have a flask application that Build as a docker image to serve as an api this image is deployed to multiple environments (DEV/QA/PROD) i want to use an applicationInsight for each environment using a single application Insight works fine here…
0
votes
1 answer

how to get application insights to recognise .net sessions? Jmeter traffic not showing in AI

application insights has various graphs and queries to show number of users/sessions authenticated and not. However, this is not working for sessions created with jmeter. Jmeter is correctly tracking the servers cookies, including the .net session…
eos
  • 551
  • 4
  • 10
  • 27