appinsights-instrumentation▌
microsoft/GitHub-Copilot-for-Azure · updated Apr 8, 2026
Guidance and reference material for instrumenting webapps with Azure Application Insights.
- ›Covers SDK setup, telemetry patterns, and configuration for ASP.NET Core, Node.js, and Python applications hosted in Azure
- ›Distinguishes between this skill (reference and guidance) and azure-prepare (which orchestrates actual instrumentation changes)
- ›Recommends auto-instrumentation for C# ASP.NET Core apps on Azure App Service; provides manual instrumentation paths for other stacks
- ›Includes
AppInsights Instrumentation Guide
This skill provides guidance and reference material for instrumenting webapps with Azure Application Insights.
⛔ ADDING COMPONENTS?
If the user wants to add App Insights to their app, invoke azure-prepare instead. This skill provides reference material—azure-prepare orchestrates the actual changes.
When to Use This Skill
- User asks how to instrument (guidance, patterns, examples)
- User needs SDK setup instructions
- azure-prepare invokes this skill during research phase
- User wants to understand App Insights concepts
When to Use azure-prepare Instead
- User says "add telemetry to my app"
- User says "add App Insights"
- User wants to modify their project
- Any request to change/add components
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.
SDK Quick References
- OpenTelemetry Distro: Python | TypeScript
- OpenTelemetry Exporter: Python | Java
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★45 reviews- ★★★★★Emma Mensah· Dec 24, 2024
appinsights-instrumentation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Shikha Mishra· Dec 12, 2024
Solid pick for teams standardizing on skills: appinsights-instrumentation is focused, and the summary matches what you get after install.
- ★★★★★Liam Taylor· Dec 4, 2024
Registry listing for appinsights-instrumentation matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Tariq Menon· Dec 4, 2024
Keeps context tight: appinsights-instrumentation is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Amina Harris· Nov 15, 2024
Useful defaults in appinsights-instrumentation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Rahul Santra· Nov 3, 2024
We added appinsights-instrumentation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Pratham Ware· Oct 22, 2024
appinsights-instrumentation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ren Verma· Oct 6, 2024
I recommend appinsights-instrumentation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Tariq Harris· Sep 25, 2024
appinsights-instrumentation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Liam Li· Sep 13, 2024
Solid pick for teams standardizing on skills: appinsights-instrumentation is focused, and the summary matches what you get after install.
showing 1-10 of 45