Questions tagged [azure-dashboard]
66 questions
4
votes
3 answers
Azure Response Time Monitoring per Url with a range
I am trying to configure the dashboard consists few business critical functionality which we needs to focus for performance monitoring based on the SLAs.
Example a landing page url retrieves a records needs to be faster and accepted SLA is
Green <…

Developer
- 487
- 9
- 28
3
votes
1 answer
azure devops dashboard for multi-stage pipeline
I create a multi-stage pipeline in YML file including build stage and deployment to dev, test and production.
I ant to have a dashboard to show me the status of deployment and which release version was deployed to each stages?
I check the…

Meraj Kashi
- 283
- 1
- 8
- 18
2
votes
2 answers
Azure dashboards - timeline graphs stop at last log record instead of current time
We are creating a dashboard that shows us number of exception on a given system over a time window - specifically, the last 24 hours. The graph looks like this:
If you look closely though, the last bar is a day ago, and not today (See time…

Eric Ruder
- 463
- 5
- 15
2
votes
0 answers
Making items conditionally visible in Azure Workbook
I would like to make items conditionally visible in an azure workbook.
The visibility depends on the items that I choose from a dropdown parameter. I managed to achieve this by means of a single selection, the problem is that I would like to make…

OuterSpace
- 365
- 7
- 22
2
votes
1 answer
Azure Dashboard Widget for Monetary Credit
How can I add such a pie chart widget for monetary credit to my Azure Dashboard?

Konrad
- 4,329
- 10
- 54
- 88
2
votes
1 answer
azure shared dashboard rbac without underlying resource access
i have a few charts and data grids in the azure shared dashboard, for various audiences, e.g. exec, operations,sres. Would like to share the access to read the dashboard to them, but not the underlying resources, e.g. my app services, log analytics…

Tommy Wang
- 99
- 6
2
votes
2 answers
How to send Azure costs and usage data to log analytics workspace or directly to azure metrics?
I need to build a dashboard which will visuallize the usage and cost of many azure subscriptions. accounts, departments.
My plan was:
Send the data that is 'behind' the Azure Cost Analysis view, to the log analytics workspace.
In the log analytics…

Shahar Do
- 29
- 3
2
votes
1 answer
Changing colors on Azure Dashboard Charts and Global parameter for all tiles
We have created Azure Dashboard with custom KQL queries with 5 tiles and we want to send a OPERATION ID from one page to this Dashboard page and we want all tiles to consume this PARAMETER in the query.
Is it possible to send a global query…

user42012
- 722
- 12
- 33
1
vote
1 answer
Move to specific location in Azure Dashboard
I currently have dashboard showing health of production as whole and all specific services. But it takes a lot of unnecessary time to get to specific service.
I tried to solve this issue by adding Markdown Tile with html text that includes…

Whey
- 33
- 6
1
vote
1 answer
AppInsights tile with single metric
How can I make a single tile 1x1 with a single metric in it?
Some of the default tiles that come with the dashboard show a single metric such has user count. How can I make my own metric that is shown?
Eg, number of exceptions?
Something like this?

John
- 175
- 1
- 10
1
vote
2 answers
AzureMetrics Table vs Metrics in Azure Dasboard
I am working on Azure Monitor Dashboards.
I need to check the Health Status of my App Service.
If i run use option Metrics (2nd Image) add Health Status metrics and create chart
vs
If i run query on AzureMetrics Table will both return same result?…

knowdotnet
- 839
- 1
- 15
- 29
1
vote
2 answers
Unable to set Azure Dashboard card to use "Set in Query"
I have a query to check average response times over:
Last 24 hours
24-192 hours
The difference between them as a percentage
let requests0to24HoursAgo = requests
| where timestamp > ago(24h)
| summarize…

GooseZA
- 1,015
- 1
- 10
- 19
1
vote
1 answer
Azure dashboard is not getting updated with new time range when pinned from workbook
I want to visualize some data in map and thereby I used workbook. I have not set the time range in the query since the time range should be configurable in the dashboard. After pinning the particular tile to the dashboard, the map would not get…

hema
- 45
- 1
- 2
- 11
1
vote
2 answers
Pin to Dashboard is not supported in this environment on Azure Log Analytics
When I try to pin a chart through Log Analytics Workspace it says "Pin to Dashboard is not supported in this environment". It was working fine 3 days ago. I have changed no accounts, not subscriptions as everything is the same. It is blurred out and…

Sulabh Shrestha
- 379
- 5
- 15
1
vote
1 answer
azure dashboard shared user cannot view chart
I shared a dashboard with a user not in my resource group, and the user can view the dashboard but does not have permissions to view the chart visualizations on that dashboard. I granted the user read role on the dashboard.
Do I need to add read…

Sasha Ramjee
- 43
- 2
- 9