From azure
Provides guidance and reference material for instrumenting webapps with Azure Application Insights, including SDK setup, telemetry patterns, and configuration references.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure:appinsights-instrumentationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides **guidance and reference material** for instrumenting webapps with Azure Application Insights.
LICENSE.txtexamples/appinsights.bicepreferences/aspnetcore.mdreferences/auto.mdreferences/container-apps.mdreferences/nodejs.mdreferences/python.mdreferences/sdk/azure-monitor-opentelemetry-exporter-java.mdreferences/sdk/azure-monitor-opentelemetry-exporter-py.mdreferences/sdk/azure-monitor-opentelemetry-py.mdreferences/sdk/azure-monitor-opentelemetry-ts.mdscripts/appinsights.ps1This 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.
The app in the workspace must be one of these kinds
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.).
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 the app by creating the AppInsights resource and update the app's code.
Use one of the following options that fits the environment.
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.
npx claudepluginhub mw8-ai/azure-skills10plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 10 plugins
Provides guidance and reference material for instrumenting webapps with Azure Application Insights, including SDK setup, telemetry patterns, and configuration references.
Sets up Azure Monitor Application Insights with OpenTelemetry auto-instrumentation for Python apps. One-line configuration with support for custom traces, metrics, logs, and sampling.
Configures Azure Monitor Application Insights with OpenTelemetry auto-instrumentation for Python apps. Supports Flask, Django, and custom configurations with Microsoft Entra authentication.