appinsights-instrumentation

Instrument web applications with Azure Application Insights SDKs and telemetry configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides guidance on instrumenting web applications with Azure Application Insights, enabling detailed monitoring and telemetry collection.

Core Features & Use Cases

  • Telemetry Patterns: Learn best practices for collecting application performance data.
  • SDK Setup: Get instructions for integrating Application Insights SDKs into your code.
  • Configuration: Understand how to configure Application Insights for various application types.
  • Use Case: A developer needs to add application performance monitoring to a new Node.js web service deployed on Azure and wants to understand the steps involved in setting up Application Insights.

Quick Start

Provide guidance on how to instrument an ASP.NET Core application with Azure Application Insights.

Frequently Asked Questions about appinsights-instrumentation

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

FAQPage Schema
How do I add Application Insights telemetry to an ASP.NET Core web app?▼

To instrument a Node.js web service with Application Insights, you integrate the Application Insights SDK into your code and configure the connection string. This setup enables detailed application performance monitoring and telemetry collection for your deployed service.

Can I set up Application Insights resources using Bicep or Azure CLI?▼

Yes, you can set up Application Insights resources using Bicep or Azure CLI. This approach provisions the monitoring resources and configures the necessary connection strings as environment variables for your web application deployment.

What telemetry patterns should I use for monitoring Azure web applications?▼

For monitoring Azure web applications, you should follow telemetry patterns that collect application performance data using the Application Insights SDK. This involves configuring instrumentation to capture detailed metrics across ASP.NET Core, Node.js, and Python applications.

Is Python supported for Application Insights instrumentation?▼

Yes, Python is supported for Application Insights instrumentation. You can integrate the Application Insights SDK into your Python applications and configure the connection string to start collecting detailed telemetry and performance data.