appinsights-instrumentation
Audited by Runlayer on Feb 22, 2026
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
Add the connection string as an environment variable of the running 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
``` "APPLICATIONINSIGHTS_CONNECTION_STRING={your_application_insights_connection_string}" ``` If the app has IaC template such as Bicep or terraform files representing its cloud instance, this environment variable should be added to the IaC template to be applied in each deployment.
Malicious tool definition detected
Malicious tool definition detected
Tool passed security scan
Passed Files (1)Click to expand
Tool passed security scan