Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Appinsights Instrumentation

  • 9.4k installs
  • 37.1k repo stars
  • Updated July 28, 2026
  • github/awesome-copilot

appinsights-instrumentation is an agent skill that Instrument a webapp to send useful telemetry data to Azure App Insights.

About

Instrument a webapp to send useful telemetry data to Azure App Insights --- name: appinsights-instrumentation description: 'Instrument a webapp to send useful telemetry data to Azure App Insights' --- # AppInsights instrumentation This skill enables sending telemetry data of a webapp to Azure App Insights for better observability of the app's health. ## When to use this skill Use this skill when the user wants to enable telemetry for their webapp. ## Prerequisites The app in the workspace must be one of these kinds - An ASP.NET Core app hosted in Azure - A Node.js app hosted in Azure ## Guidelines ### Collect context information Find out the (programming language, application framework, hosting) tuple of the application the user is trying to add telemetry support in. This determines how the application can be instrumented. Read the source code to make an educated guess. Confirm with the user on anything you don't know.

  • AppInsights instrumentation
  • An ASP.NET Core app hosted in Azure
  • A Node.js app hosted in Azure
  • Use Azure CLI. See [scripts/appinsights.ps1](scripts/appinsights.ps1) for what Azure CLI command to execute to create th
  • If the app is an ASP.NET Core app, see [ASPNETCORE guide](references/ASPNETCORE.md) for how to modify the C# code.

Appinsights Instrumentation by the numbers

  • 9,442 all-time installs (skills.sh)
  • +21 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #45 of 1,041 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

appinsights-instrumentation capabilities & compatibility

Capabilities
appinsights instrumentation · an asp.net core app hosted in azure · a node.js app hosted in azure · use azure cli. see [scripts/appinsights.ps1](scr · if the app is an asp.net core app, see [aspnetco
Use cases
documentation
From the docs

What appinsights-instrumentation says it does

## When to use this skill Use this skill when the user wants to enable telemetry for their webapp.
SKILL.md
This determines how the application can be instrumented.
SKILL.md
Read the source code to make an educated guess.
SKILL.md
Confirm with the user on anything you don't know.
SKILL.md
npx skills add https://github.com/github/awesome-copilot --skill appinsights-instrumentation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9.4k
repo stars37.1k
Security audit3 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorygithub/awesome-copilot

What problem does appinsights-instrumentation solve for developers using this skill?

Instrument a webapp to send useful telemetry data to Azure App Insights

Who is it for?

Developers who need appinsights-instrumentation patterns described in the cached skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

Instrument a webapp to send useful telemetry data to Azure App Insights

What you get

Actionable workflows and conventions from SKILL.md for appinsights-instrumentation.

  • App Insights SDK configuration
  • Telemetry connection setup
  • Production observability baseline

By the numbers

  • Supports 2 Azure-hosted stacks: ASP.NET Core and Node.js

Files

SKILL.mdMarkdownGitHub ↗

AppInsights instrumentation

This skill enables sending telemetry data of a webapp to Azure App Insights for better observability of the app's health.

When to use this skill

Use this skill when the user wants to enable telemetry for their webapp.

Prerequisites

The app in the workspace must be one of these kinds

  • An ASP.NET Core app hosted in Azure
  • A Node.js app hosted in Azure

Guidelines

Collect context information

Find out the (programming language, application framework, hosting) tuple of the application the user is trying to add telemetry support in. This determines how the application can be instrumented. Read the source code to make an educated guess. Confirm with the user on anything you don't know. You must always ask the user where the application is hosted (e.g. on a personal computer, in an Azure App Service as code, in an Azure App Service as container, in an Azure Container App, etc.).

Prefer auto-instrument if possible

If the app is a C# ASP.NET Core app hosted in Azure App Service, use AUTO guide to help user auto-instrument the app.

Manually instrument

Manually instrument the app by creating the AppInsights resource and update the app's code.

Create AppInsights resource

Use one of the following options that fits the environment.

  • Add AppInsights to existing Bicep template. See examples/appinsights.bicep for what to add. This is the best option if there are existing Bicep template files in the workspace.
  • Use Azure CLI. See scripts/appinsights.ps1 for what Azure CLI command to execute to create the App Insights resource.

No matter which option you choose, recommend the user to create the App Insights resource in a meaningful resource group that makes managing resources easier. A good candidate will be the same resource group that contains the resources for the hosted app in Azure.

Modify application code
  • If the app is an ASP.NET Core app, see ASPNETCORE guide for how to modify the C# code.
  • If the app is a Node.js app, see NODEJS guide for how to modify the JavaScript/TypeScript code.
  • If the app is a Python app, see PYTHON guide for how to modify the Python code.

Related skills

How it compares

Pick appinsights-instrumentation when the app is already on Azure and you need SDK-level telemetry wiring; use generic logging skills for non-Azure or pre-deploy apps.

FAQ

What does appinsights-instrumentation do?

Instrument a webapp to send useful telemetry data to Azure App Insights

When should I use appinsights-instrumentation?

Instrument a webapp to send useful telemetry data to Azure App Insights

Is appinsights-instrumentation safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.