What problem does it solve? Developers often struggle to determine the correct way to add Azure Application Insights telemetry to their web applications, since the setup differs by language, framework, and hosting environment. This Skill supplies the guidance, SDK setup patterns, and configuration references needed to instrument apps correctly. ## Core Features & Use Cases - Language-Specific Instrumentation Guides: Step-by-step code modification instructions for ASP.NET Core, Node.js, and Python applications using Azure Monitor OpenTelemetry libraries. - Auto-Instrumentation Support: Guidance for enabling App Insights on Azure App Service without code changes via the Azure Portal. - Resource Provisioning References: Bicep examples and Azure CLI scripts for creating App Insights resources and configuring connection strings as environment variables. - Use Case: A developer asks how to add telemetry to an ASP.NET Core app hosted in Azure Container Apps. The Skill directs them to install Azure.Monitor.OpenTelemetry.AspNetCore, call UseAzureMonitor() in Program.cs, and set the APPLICATIONINSIGHTS_CONNECTION_STRING environment variable. ## Quick Start Ask how to instrument your ASP.NET Core or Node.js application with Azure Application Insights telemetry.