Add Azure Monitor workbooks for EDI transaction metrics, payer health, and HIPAA compliance monitoring#80
Merged
aurelianware merged 3 commits intomainfrom Nov 23, 2025
Conversation
Copilot
AI
changed the title
[WIP] Deploy Azure Monitor dashboards for metrics tracking
Add Azure Monitor workbooks for EDI transaction metrics, payer health, and HIPAA compliance monitoring
Nov 23, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR implements comprehensive Azure Monitor observability for the Cloud Health Office EDI transaction processing system. It delivers three production-ready workbooks with automatic PHI redaction, multi-tenant support, detailed alerting configuration, and extensive documentation.
Key Changes
- Added three Azure Monitor Workbooks (EDI Transaction Metrics, Payer Integration Health, HIPAA Compliance Monitoring)
- Created Bicep infrastructure module for automated workbook deployment
- Provided ARM template with 6 production-ready alert rules
- Delivered comprehensive documentation including setup guides and troubleshooting
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| infra/modules/workbooks/edi-transaction-metrics.json | Workbook template for transaction volume, latency (P50/P95/P99), success rates, and error patterns across all payers |
| infra/modules/workbooks/payer-integration-health.json | Per-payer health monitoring with 0-100% scoring based on success rate, latency, volume, and freshness |
| infra/modules/workbooks/hipaa-compliance-monitoring.json | PHI pattern detection, encryption validation, security audit events, and compliance scoring |
| infra/modules/workbooks.bicep | Bicep module that deploys all three workbooks with Application Insights integration and portal URLs |
| infra/main.bicep | Integration of workbooks module into main infrastructure with outputs for workbook IDs and URLs |
| infra/main.json | Compiled ARM template with embedded workbook module (includes future API version issues) |
| docs/examples/azure-monitor-alerts-config.json | ARM template deploying 6 alert rules for success rate, latency, PHI exposure, encryption, and dependency monitoring |
| docs/examples/ALERTING-SETUP-GUIDE.md | Step-by-step guide for Action Group creation, alert deployment, customization, and troubleshooting |
| docs/AZURE-MONITOR-DASHBOARDS.md | Comprehensive documentation of all dashboards, KQL queries, alerting rules, PHI redaction, and best practices |
| docs/MONITORING-IMPLEMENTATION-SUMMARY.md | Implementation summary with deliverables overview, features, usage examples, and deployment instructions |
| ONBOARDING.md | Added monitoring section with dashboard access instructions and alert setup commands |
| ARCHITECTURE.md | Enhanced Application Insights section with dashboard descriptions and alerting rules summary |
Owner
|
@copilot the code coverage checks are failing please resolve checks and make them compatible with other recent features committed to main branch |
…, and HIPAA compliance monitoring Co-authored-by: aurelianware <194855645+aurelianware@users.noreply.github.com>
…nitoring references Co-authored-by: aurelianware <194855645+aurelianware@users.noreply.github.com>
Co-authored-by: aurelianware <194855645+aurelianware@users.noreply.github.com>
c21c9ba to
2aefbef
Compare
Copilot stopped work on behalf of
aurelianware due to an error
November 23, 2025 23:04
aurelianware
added a commit
that referenced
this pull request
Mar 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements real-time observability for HIPAA X12 EDI transaction processing with automatic PHI redaction and multi-tenant support.
Workbooks
Three production-ready dashboards deployed via Bicep:
EDI Transaction Metrics - Aggregate transaction monitoring
Payer Integration Health - Per-tenant SLA tracking
HIPAA Compliance Monitoring - Security validation
All queries exclude PHI fields and use aggregate-only metrics.
Infrastructure
infra/modules/workbooks.bicep- Deploys workbooks with Application Insights integrationinfra/main.bicep- Added workbook module and direct portal URL outputsAlerting
ARM template deploys 6 alert rules:
Example KQL for PHI exposure alert:
Documentation
docs/AZURE-MONITOR-DASHBOARDS.md- Dashboard guide, KQL queries, PHI redaction config, troubleshootingdocs/examples/azure-monitor-alerts-config.json- ARM template for alert deploymentdocs/examples/ALERTING-SETUP-GUIDE.md- Step-by-step alert configurationONBOARDING.mdandARCHITECTURE.mdwith monitoring sectionsDeployment
Workbooks deploy automatically with infrastructure:
Alert rules deploy separately:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.