appinsights-instrumentation
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: LICENSE.txt Description: MIT License Copyright 2025 (c) Microsoft Corporation.
Malicious tool definition detected
Tool: SKILL.md Description: --- name: appinsights-instrumentation description: | Guidance for instrumenting webapps with Azure Application Insights.
Malicious tool definition detected
Tool: examples/appinsights.bicep Description: @description('Location for all resources') param location string = resourceGroup().location @description('Name for new Application Insights') param name string // Create Log Analytics Workspace resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' = { name: '${name}-workspace' location: location properties: { sku: { name: 'PerGB2018' }
Malicious tool definition detected
Tool: references/aspnetcore.md Description: ## Modify code Make these necessary changes to the app.
Malicious tool definition detected
Tool: references/auto.md Description: # Auto-instrument app Use Azure Portal to auto-instrument a webapp hosted in Azure App Service for App Insights without making any code changes.
Malicious tool definition detected
Tool: references/nodejs.md Description: ## Modify code Make these necessary changes to the app.
Malicious tool definition detected
Tool: references/python.md Description: ## Modify code Make these necessary changes to the app.
Malicious tool definition detected
Tool: references/sdk/azure-monitor-opentelemetry-exporter-java.md Description: # Azure Monitor OpenTelemetry Exporter — Java SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-exporter-java**.
Malicious tool definition detected
Tool: references/sdk/azure-monitor-opentelemetry-exporter-py.md Description: # Azure Monitor OpenTelemetry Exporter — Python SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-exporter-py**.
Malicious tool definition detected
Tool: references/sdk/azure-monitor-opentelemetry-py.md Description: # Azure Monitor OpenTelemetry — Python SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-py**.
Malicious tool definition detected
Tool: references/sdk/azure-monitor-opentelemetry-ts.md Description: # Azure Monitor OpenTelemetry — TypeScript SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-ts**.
Malicious tool definition detected
Tool: scripts/appinsights.ps1 Description: # Create App Insights resource (3 steps) ## Add the Application Insights extension az extension add -n application-insights ## Create a Log Analytics workspace az monitor log-analytics workspace create --resource-group $resourceGroupName --workspace-name $logAnalyticsWorkspaceName --location $azureRegionName ## Create the Application Insights resource az monitor app-insights component create --app $applicationInsightsResourceName --location $azureRegion