Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Prepare Azure environments for new workloads—subscriptions, networking, identity, and landing zones
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/services/app-insights/README.md
1# App Insights23Azure Application Insights for telemetry, monitoring, and APM.45## When to Add67- User wants observability/monitoring8- User mentions telemetry, tracing, or logging9- Production apps needing health visibility1011## Implementation1213> **→ Invoke the `appinsights-instrumentation` skill**14>15> This skill has detailed guides for:16> - Auto-instrumentation (ASP.NET Core on App Service)17> - Manual instrumentation (Node.js, Python, C#)18> - Bicep templates and CLI scripts1920## Quick Reference2122| Aspect | Value |23|--------|-------|24| Resource | `Microsoft.Insights/components` |25| Depends on | Log Analytics Workspace |26| SKU | PerGB2018 (consumption-based) |2728## Architecture Notes2930- Create in same resource group as the app31- Connect to centralized Log Analytics Workspace32- Use connection string (not instrumentation key) for new apps33