appinsights-instrumentation
by @microsoft/github-copilot-for-azure · 163 stars · 103.1K installs/wk · Rank #13
Guidance and reference for instrumenting ASP.NET Core, Node.js, and Python apps with Azure Application Insights.
Install
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill appinsights-instrumentationSummary
- 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 Bicep template examples and Azure CLI scripts for creating Application Insights resources, plus language-specific code modification guides