appinsights-instrumentation

github/awesome-copilot · updated Apr 8, 2026

$npx skills add https://github.com/github/awesome-copilot --skill appinsights-instrumentation
0 commentsdiscussion
summary

Add Azure App Insights telemetry to ASP.NET Core or Node.js webapps hosted in Azure.

  • Supports ASP.NET Core apps (with auto-instrumentation option for App Service) and Node.js apps
  • Guides you through creating an App Insights resource via Bicep templates or Azure CLI
  • Provides language-specific code modification guides for C#, JavaScript/TypeScript, and Python
  • Requires identifying the app's programming language, framework, and hosting environment before instrumentation begins
skill.md

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.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.861 reviews
  • Lucas Brown· Dec 28, 2024

    We added appinsights-instrumentation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Noor Patel· Dec 24, 2024

    appinsights-instrumentation reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Jin Abebe· Dec 12, 2024

    Registry listing for appinsights-instrumentation matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Aarav Chawla· Nov 19, 2024

    appinsights-instrumentation reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Aditi Brown· Nov 15, 2024

    We added appinsights-instrumentation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • James Bhatia· Nov 3, 2024

    appinsights-instrumentation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Nikhil Singh· Oct 22, 2024

    We added appinsights-instrumentation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Jin Diallo· Oct 10, 2024

    Registry listing for appinsights-instrumentation matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Noor Park· Oct 6, 2024

    appinsights-instrumentation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Piyush G· Sep 21, 2024

    We added appinsights-instrumentation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

showing 1-10 of 61

1 / 7