#appinsights
#BCALHelp, How do I troubleshoot if my docker container can't send telemetry to appinsights? Worked on one container yesterday, didn't worked on new containers and now it doesn't work at all.
Have rebooted both computer and containers without it working 🧱
November 21, 2024 at 9:06 AM
Join me for a full-day workshop at the @SharePoint Conference in May & learn how to "Developers! Learn how to use the SharePoint Framework to Customize & Extend SharePoint" with @AzureDevOps, testing with Jest @fbjest, @AppInsights and more! #SPFx @M365Dev https://t.co/UC94nVqFMc
November 18, 2024 at 6:56 PM
Join me for a full-day workshop at the @SharePoint Conference in May & learn how to "Developers! Learn how to use the SharePoint Framework to Customize & Extend SharePoint" with @AzureDevOps, testing with Jest @fbjest, @AppInsights and more! #SPFx @M365Dev https://t.co/UC94nVqFMc
November 18, 2024 at 6:55 PM
Check out this Meetup, I'm presenting this Thursday night! @Azure #AppInsights: Add Application Telemetry & Monitoring to your Web Apps! https://www.meetup.com/jaxcloudug/events/247050967/ #Meetup #Jacksonville via @Meetup
Azure App Insights: Add Application Telemetry & Monitoring to your Web Apps!, Thu, Oct 18, 2018, 4:30 PM | Meetup
Join us for October's Meetup where Andrew Conell will be presenting on Azure Application Insights! Session Overview: You’ve got a website, but how well is it running? You’
www.meetup.com
November 18, 2024 at 6:19 PM
Not a big fan of online dashboards since always constrained by screen space. KQL against appinsights traces is surprisingly useful and the beauty of (much maligned) unstructred plain text logs is you can mine them for stuff that you didn't anticipate needing; Anyway....
March 26, 2025 at 4:25 PM
As in: where to send the logs to?
mostly used Cloudwatch/AppInsights which are meh... Sending otel info to Honeycomb has been pretty usefull tho
December 21, 2024 at 1:08 PM
Logging gives you insight into the various code paths of your application.

In this post, Eric shows how to use Serilog with Application Insights: https://bit.ly/4dGnUKt

#Logging #Azure #AppInsights #CloudDevelopment
April 30, 2025 at 1:01 PM
Join me for a full-day workshop at the @SharePoint Conference in May & learn how to "Level Up Your @SharePoint Framework Solutions for the Enterprise" with @AzureDevOps, testing with Jest @fbjest, @AppInsights and more! #SPFx @M365Dev https://t.co/UC94nVqFMc
November 18, 2024 at 6:56 PM
That time when u present on a topic, then go sit in another session later & see people front of you looking more into the topic u just presented on their laptops/tablets? Yeah… that’s cool… got ‘em interested! #GlobalAzureBootCamp #GlobalAzure @jaxcloudug @AppInsights @Azure
November 18, 2024 at 6:25 PM
Hey #devconnections! At 9:15a in Imperial A, join me to learn about @AppInsights!
November 30, 2024 at 9:05 PM
Logging gives you insight into the various code paths of your application.

In this post, Eric shows how to use Serilog with Application Insights: https://bit.ly/4dGnUKt

#Logging #Azure #AppInsights #CloudDevelopment
July 18, 2025 at 1:01 PM
You want a dashboard right in the Azure portal showing you the health of your distributed system? This sample shows how to create one with NServiceBus and Azure AppInsights
Monitoring NServiceBus endpoints with Application Insights • NServiceBus Samples
How to configure NServiceBus to export OpenTelemetry traces and meters to Application Insights.
docs.particular.net
February 13, 2025 at 1:15 PM
Pourquoi devriez vous utiliser Application Insights? #AppInsights #cloud5mins http://youtu.be/xDRBXm42u8I?a
Pourquoi devriez vous utiliser Application Insights?
youtu.be
November 18, 2024 at 1:04 PM
I setup @AppInsights on my podcast site and I’m blown away by the info it gives me. Here I can see that folks in India are getting a bad experience on my site
November 15, 2024 at 5:21 AM
That said, it's a behaviour change from the AppInsights SDK which silently stopped itself if there was no connection string.

Personally, I'd add a "failWhenNotSet" parameter to the registration and have it on by default. If you turn it off, it will run without.

Don't make users to the work
January 25, 2025 at 10:28 AM
We just published a new chapter! ▶️ Mastering @SharePoint Framework - Continuous Monitoring 🔎 with @Azure #ApplicationInsights 🎉🎉https://www.voitanos.io/blog/mastering-sharepoint-framework-continuous-monitoring-azure-appinsights-chapter-published
November 17, 2024 at 5:22 PM
I'm toying with writing a simple AppInsights module for making it super easy for someone to add telemetry to their own modules without depending on the .NET libs (can lead to dll hell...) and I'd rather not invent one more opt-out env var. Maybe just look for ANY var with "optout" in the name?
July 9, 2025 at 11:52 PM
[In preview] Public Preview: Auto instrumentation for AppInsights in AKS https://azure.microsoft.com/updates?id=467977?WT.mc_id=AZ-MVP-4039694
Azure updates | Microsoft Azure
Subscribe to Microsoft Azure today for service updates, all in one place. Check out the new Cloud Platform roadmap to see our latest product plans.
azure.microsoft.com
November 25, 2024 at 1:10 PM
Google is failing me. How in heck do you reinstall the @AppInsights profiler into an App Service?

All webjobs are deleted. All configuration is deleted. Step through reinstalling App Insights, but not profiler. Driving me insane.
November 22, 2024 at 9:26 PM
Join @andrewconnell for a full-day workshop at @SharePointFest DC in April & learn how to "Level Up Your @SharePoint Framework Solutions for the Enterprise" with @AzureDevOps, testing with Jest @fbjest, @AppInsights and more! #SPFestDC #SPFx @M365Dev https://t.co/2krbmwm5lG
November 17, 2024 at 5:16 PM
Supercharge your #SPFx solutions with automated #testing using @fbjest, CI/CD with multistage #pipelines from @AzureDevOps or @GitHub #Actions & monitoring with @Azure @AppInsights in my course: Mastering the @SharePoint Framework! https://aconn.me/3dQzkgR
Andrew Connell - Mastering the SharePoint Framework: On-Demand Video Course for Developers
aconn.me
November 19, 2024 at 6:18 PM
I'm not sure what you mean by sidecar here.

Also, you'll need to be aware that AppInsights doesn't support OTLP (the protocol of OpenTelemetry). There's a lot of nuance in getting the Collector exporter to have the right data, and using the right packages in the application.
January 23, 2025 at 5:53 PM
If you look at the Aspire opinionated way for ACA it would be all OpenTelemetry, but attempting to get that working was a major headache too. There's this new package though so will try again.

(The below also gives you an idea of how to do AppInsights within handle)

github.com/baselime/sve...
github.com
November 22, 2024 at 8:25 AM
What I need from @dotnet #aspire is for it to be a tab in @Azure portal for any app (functions, web, etc.). Just like AppInsights Log Stream that "just works" @davidfowl
Home | Interactive Brokers LLC
Leading online trading solutions for traders, investors and advisors, with direct global access to stocks, options, futures, currencies, bonds and funds. Transparent, low commissions and financing…
www.interactivebrokers.com
October 3, 2025 at 3:06 PM