data-api-builder-observability
Wire Data API Builder telemetry to Application Insights, Azure Log Analytics, or any OpenTelemetry backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Wire Data API Builder telemetry to Application Insights, Azure Log Analytics, or any OpenTelemetry backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run SQL Commander as a companion container for browser-based SQL access, with optional Azure Container Apps configuration.
Orchestrate SQL Server and Data API Builder with .NET Aspire for local development, health-aware startup, and dashboard-driven diagnostics.
Add MCP Inspector to .NET Aspire AppHost for local SQL MCP Server validation and tool discovery.
Add SQL Commander to .NET Aspire for lightweight SQL browsing and query execution during local DAB development.
Use SQL Database Projects (.sqlproj) with .NET Aspire for declarative schema deployment via dacpac.
Deploy Data API Builder and SQL MCP Server to Azure App Service for Linux, with or without containers.
| name | data-api-builder-observability |
| description | Wire Data API Builder telemetry to Application Insights, Azure Log Analytics, or any OpenTelemetry backend. |
| license | MIT |
runtime.telemetry: application-insights, open-telemetry, azure-log-analytics, and optional log-level.dab add-telemetry for App Insights/OTel; use dab configure for Log Analytics and log-level filters."runtime": {
"telemetry": {
"application-insights": { "enabled": true, "connection-string": "@env('app-insights-connection-string')" },
"open-telemetry": { "enabled": true, "endpoint": "http://otel-collector:4317", "headers": "@env('otel-headers')", "exporter-protocol": "grpc", "service-name": "dab" },
"azure-log-analytics": {
"enabled": true, "dab-identifier": "my-dab-instance", "flush-interval-seconds": 10,
"auth": { "custom-table-name": "DabLogs_CL", "dcr-immutable-id": "dcr-...", "dce-endpoint": "https://my-dce.eastus-1.ingest.monitor.azure.com" }
},
"log-level": { "default": "Warning", "Azure.DataApiBuilder.Core": "Information" }
}
}
headers as a secret.dab add-telemetry, not dab configure.Monitoring Metrics Publisher on the DCR and a custom table ending _CL.requests, dependencies, traces, and customDimensions; custom Log Analytics tables use suffixed columns like Identifier_s.data-api-builder-configdata-api-builder-healthdata-api-builder-cachingaspire-data-api-builder