appinsights-instrumentation

Guide web app instrumentation with Azure Application Insights across SDKs and workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/iinoshirozheng/SinoCloudChat --skill appinsights-instrumentation-iinoshirozheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appinsights-instrumentation
Source: https://github.com/iinoshirozheng/SinoCloudChat/tree/main/.agents/skills/appinsights-instrumentation
Command: npx skills add https://github.com/iinoshirozheng/SinoCloudChat --skill appinsights-instrumentation-iinoshirozheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, application-insights-extension, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Guidance and references to instrumenting web applications with Azure Application Insights, enabling observable telemetry without invasive changes.

Core Features & Use Cases

  • Guidance, patterns, and reference materials for instrumenting ASP.NET Core, Node.js, and Python apps with Application Insights.
  • SDK setup instructions, OpenTelemetry patterns, and configuration references to streamline telemetry integration.
  • Use Case: teams seeking consistent telemetry across multiple services can follow this guide to implement instrumentation and telemetry collection.

Quick Start

Ask for a tailored instrumentation plan for your app language and hosting to begin adding App Insights telemetry.

Frequently Asked Questions about appinsights-instrumentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I instrument a web app with Azure Application Insights?

To instrument a web app with Azure Application Insights, this guide helps you choose between auto-instrumentation and manual SDK setup based on your hosting environment and framework.

Does Application Insights auto-instrumentation work with Node.js and Python?

Yes, Application Insights auto-instrumentation supports Node.js and Python apps hosted in Azure, enabling telemetry collection without invasive code changes when the hosting environment allows it.

What is the best way to set up OpenTelemetry with Azure Monitor?

The best way to set up OpenTelemetry with Azure Monitor is to follow provided SDK configuration patterns that integrate Application Insights for ASP.NET Core, Node.js, and Python apps.

When should I choose manual SDK setup over auto-instrumentation for App Insights?

You should choose manual SDK setup over auto-instrumentation for App Insights when your hosting environment lacks auto-instrumentation support or when you need custom OpenTelemetry patterns.

Are there prerequisites for adding App Insights telemetry to ASP.NET Core apps?

Prerequisites for adding App Insights telemetry to ASP.NET Core apps include specifying your framework and Azure hosting details to generate a tailored instrumentation and configuration plan.