Questions tagged [azure-dashboard]
66 questions
0
votes
1 answer
Azure Analytics : Kusto Query Dashboard group by client_CountryOrRegion and so whenever changing UTC time: past 24 hours it shows deviation in result
pageViews
| where (url contains "https://***.com")
| summarize TotalUserCount = dcount(user_Id)
| project TotalUserCount
Now when summarizing by client_CountryOrRegion, there is a deviation in result for different time range selected i.e. for 24…

Deepak Vyas
- 49
- 6
0
votes
1 answer
What are the best practices to create Azure pipeline dashboard. What is better to use workbook(KQL) or logs>query(KQL) to create dashboard?
What are the best practices to create Azure pipeline dashboard.
what is better to use workbook(KQL) or logs>query(KQL) to create dashboard?

Neha
- 87
- 1
- 2
- 7
0
votes
1 answer
How to integrate Whitesource Report in to Azure Dashboards using Whitesource API's
I have a requirement to display the Whitesource report that is generated after the build pipeline in Azure dashboard's.
Is this possible? if yes can anyone guide me on what needs to be done.
Thanks

Raghu Hoskote
- 117
- 2
- 14
0
votes
1 answer
How to project JSON output( array form) into tabular form through kusto query
In my azure monitor log output, data is in array format, I want to use kusto query and fetch that array data in tabular format. Could you please help how to do this, without pasting JSON array manually in KQL.
JSON Output array :
{
"count": 6,
…

Neha
- 87
- 1
- 2
- 7
0
votes
1 answer
Pie chart VM Memory usage Azure
Is there a way to make a pie chart for the Memory used/available of my VM for the Azure dashboard?
I tried some queries myself but I can't seem to figure it out.
I saw an example for what I want it to look like but didn't see the code for…

EllaB
- 3
- 2
0
votes
2 answers
Azure Dashboard to show only service health
Right now I'm limited to using only Azure dashboards for reporting on resources. A dashboard I need to create is one where only the resource health of my resources is displayed the way it is displayed by going to Dashboard->Monitor->Service Health.…

Richard Wolford
- 353
- 2
- 15
0
votes
1 answer
How to have sonargate status in Azure dashboards
could someone help me with how to get sonargate status as widget in Azure dashboards?? there is one widget available named quality gate in Azure marketplace but that isn't working.
Is there any possibilities to have this dashboard in Azure…

priya
- 391
- 1
- 5
- 24
0
votes
1 answer
Quality gate widget issue in Azure DevOps
I have configured a quality gate widget with project key and api link in Azure dashboards.
But this doesn't work and my quality widget shows a red cross mark.
Could someone help what could be the issue?

priya
- 391
- 1
- 5
- 24
0
votes
1 answer
Customizing query from Azure Devops Dashboard Widget
Is there a way to make a query criteria as customizable from the dashboard widget? Say for example, if iteration path is one of my query clause, I want to change the value in run time from the widget to generate the results. Right now am using the…

littlemisslilycane
- 37
- 8
0
votes
1 answer
How to change Font size in Application Insights Dashboard
I have a query in Application Insights which returns Text and Percentage Values.
But its not in enough size , How can we increase Font Size ?
In the below Picture the font size of the percentage value is not as required, How can we increase Font…

TryingToCode
- 31
- 6
0
votes
1 answer
Displaying only failed status in Microsoft Azure Logic App runs in dashboard
In the following snapshot taken from Azure Dashboard, I am wondering how we can display only the logic application runs with Failed Status. Right now it is Running, but it can be Succeeded or Failed. I am interested in displaying only the runs with…

Exotic Cut 5276
- 235
- 4
- 18
0
votes
1 answer
Two metrics in a single chart applicationinsights
I am trying to get multiple metrics in Single chart like comparing Volume or trends for multiple days
Can someone help me with a sample Query in ApplicationInsights how to compare multiple trends ?

TryingToCode
- 31
- 6
0
votes
2 answers
Azure Application Insights query to display time frequency
want to Display the time along with milliseconds with the time duration like 1200 ms, 1500 ms on the Dashboard , Is there a way to define these time duration to display on chart?
enter image description here

TryingToCode
- 31
- 6
0
votes
1 answer
For Application insights reports - Azure Dashboard Vs PowerBI Dashboard, which one is best?
For dashboards based on Azure log analytics, I see that we have got two options.
Power BI dashboard based on log query : https://learn.microsoft.com/en-us/azure/azure-monitor/platform/powerbi
Azure Dashboard based on log query :…

Venkataraman R
- 12,181
- 2
- 31
- 58
0
votes
1 answer
how to watch a folder of Azure Storage Explorer BLOB
we have some blob containers in Azure Storage,
I would like to have a Dashboard with links to some specific folders e.g. to see at one glance the latest files in a specific folder of the Blob Container.
At the moment it is only possible with some…

florian.isopp
- 834
- 2
- 12
- 36