feat: add costing-entra-appid sample with Azure Workbook dashboard#145
Open
ncheruvu-MSFT wants to merge 24 commits intomainfrom
Open
feat: add costing-entra-appid sample with Azure Workbook dashboard#145ncheruvu-MSFT wants to merge 24 commits intomainfrom
ncheruvu-MSFT wants to merge 24 commits intomainfrom
Conversation
- Add costing sample with cost allocation workbook, cost exports, and budget alerts - Add screenshots for cost reports and dashboard views - Remove manual fallback steps (managed identity handles export auth) - Update README with screenshot gallery - Update shared azure_resources and template notebook
- APIM cost attribution by Entra ID caller (app registration) - Custom metric emission via caller-id-policy.xml - Azure Workbook with foldable sections, name resolution, accessibility - Notebook: full end-to-end deploy, Entra test apps, traffic, verification - KQL queries for usage, cost allocation, and request trends
🐍 Python 3.14 Results
|
🐍 Python 3.12 Results
|
🐍 Python 3.13 Results
|
…atterns - Replace ARM template with Bicep using shared modules (diagnostics, api, appinsights, workspaces) - Externalize KQL queries to .kql files (verify-metric-ingestion, budget-alert-threshold) - Replace caller-id-policy.xml with emit_metric_caller_id.xml (emit-metric policy) - Add Azure Monitor Workbook (workbook.json) with cost attribution dashboards - Rewrite create.ipynb following _TEMPLATE pattern with NotebookHelper/deploy_sample() - Rewrite README.md matching costing sample section order and formatting - Remove old screenshots (will be re-added once sample is deployed)
- Fix emit_metric_caller_id.xml: add curly braces for APIM Razor parser - Fix main.bicep: reference infrastructure's existing App Insights/Log Analytics instead of deploying separate instances (emit-metric sends to service-level AI) - Fix create.ipynb: correct App Insights query endpoint and workbook portal link - Fix budget-alert-threshold.kql: use 'timestamp' instead of 'TimeGenerated' for customMetrics table
Member
|
Hi @ncheruvu-MSFT & @san360, I suspect there's a lot of redundancy here to what's in the |
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.
Summary
Adds a new sample costing-entra-appid that demonstrates APIM cost attribution by Entra ID caller (app registration).
What's included
Azure Workbook features
Testing