appinsights-instrumentation
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- Standard Package Installation: The skill provides instructions to install official Azure Monitor SDKs via standard package managers including NuGet (
Azure.Monitor.OpenTelemetry.AspNetCore), NPM (@azure/monitor-opentelemetry), and Pip (azure-monitor-opentelemetry). These are recognized packages from the vendor for telemetry collection. - Azure CLI Usage: The skill includes PowerShell scripts and commands utilizing the Azure CLI (
az) to manage cloud resources, such as creating Log Analytics workspaces and configuring App Service settings. These operations are routine for cloud resource management and require appropriate user authentication. - Environment Variable Configuration: Guidance is provided for managing sensitive information like connection strings using environment variables (
APPLICATIONINSIGHTS_CONNECTION_STRING). This follows security best practices for credential management by avoiding hardcoded secrets in application source code. - External Documentation References: The skill references official documentation on
learn.microsoft.comand the Azure Portal (portal.azure.com), providing users with authoritative sources for configuration and monitoring.
Audit Metadata