Skip to content

feat: add AZ AIOps Dashboard - optional observability workbook for AI estate#101

Open
krishna-sunkavalli wants to merge 1 commit intoAzure:mainfrom
krishna-sunkavalli:feat/aiops-dashboard
Open

feat: add AZ AIOps Dashboard - optional observability workbook for AI estate#101
krishna-sunkavalli wants to merge 1 commit intoAzure:mainfrom
krishna-sunkavalli:feat/aiops-dashboard

Conversation

@krishna-sunkavalli
Copy link
Copy Markdown

Summary

Adds the AZ AIOps Dashboard — an Azure Monitor Workbook — as an optional observability component of the AI Landing Zone.

Closes #100


What this PR adds

New files

File Description
observability/aiops-dashboard/az-aiops-dashboard.workbook Azure Monitor Workbook source
observability/aiops-dashboard/azuredeploy.json ARM template for one-click deployment

README update

Adds an Observability section (between Use cases & Scenarios and Roadmap) with:

  • Description of the dashboard and what it monitors
  • Filter parameters table
  • Deploy to Azure button
  • Link to the source repo

What the workbook shows

Area Visuals
Overview Request volume split (AOAI vs Models API), resource map by region, status code trend lines, model-level request bar chart, resource inventory with Diagnostic Settings status
Request Charts HTTP status code breakdowns — 5xx errors and 429 throttling per API type
Model Usage Per-model request volumes, top models by usage
Availability Resource health and availability trends

Why it fits the AI Landing Zone

  • WAF Operational Excellence — observability is a core WAF pillar
  • Zero additional infrastructure — consumes the Log Analytics Workspace already provisioned by the landing zone
  • No new dependencies — pure Azure Monitor Workbook, no code changes to existing IaC
  • One-click deployment — ARM template ready with a Deploy to Azure button

Testing

  1. Deploy the ARM template: observability/aiops-dashboard/azuredeploy.json
  2. Open the workbook in Azure Portal > Monitor > Workbooks
  3. Set subscription and Log Analytics Workspace parameters
  4. Verify all 9 tabs render without errors

Source repo

https://github.com/krishna-sunkavalli/az-aiops-dashboard

Adds the AZ AIOps Dashboard (Azure Monitor Workbook) as an optional
observability component of the AI Landing Zone. The workbook provides
a single-pane-of-glass view of the Azure AI/Cognitive Services estate
— request volumes, error rates, throttling, model usage, availability,
and resource inventory — with no agents, no code, and no external
dependencies.

Changes:
- observability/aiops-dashboard/az-aiops-dashboard.workbook
- observability/aiops-dashboard/azuredeploy.json (one-click ARM deploy)
- README.md: add Observability section with Deploy to Azure button

Closes Azure#100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Add AZ AIOps Dashboard - Azure Monitor Workbook for AI estate observability

1 participant