Questions tagged [azure-dashboard]

66 questions
1
vote
1 answer

Kusto dashboard will not order properly

I'm trying to create a Kusto dashboard for security. I need the pieces of the dashboard to order by severity. But the problem is that if I just order by severity, it doesn't display properly, showing high, low, then medium. Here's a link to the…
Richard Wolford
  • 353
  • 2
  • 15
1
vote
1 answer

How to retreive custom property corresponding to another property in azure

I am trying to write a kusto query to retrieve a custom property as below. I want to retrieve count of pkgName and corresponding organization. I could retrieve the count of pkgName and the code is attached below. let mainTable = union customEvents …
Parkavi
  • 157
  • 1
  • 4
  • 17
1
vote
2 answers

Cut down time importing queries and/or copying dashboards in Azure DevOps

I've spent some time getting a dashboard together on a project in Azure DevOps. I've got 14 queries backing it up, and 3 different widget types used. Brilliant. The issue I have is that I now need to roll this out to 70+ projects. I exported all my…
James
  • 163
  • 1
  • 2
  • 12
1
vote
2 answers

Display number of running Azure VM's on a dashboard

I'd like to create a dashboard in the Azure Portal that displays the number of active virtual machines per resource group. In this case I'm not interested in any deallocated or stopped VM's. Since filtering the virtual machines blade doesn't work…
Herman Cordes
  • 4,628
  • 9
  • 51
  • 87
1
vote
0 answers

Increasing text size in Azure Dashboard metrics

We've got a 4K 55" panel up on the wall in our support analyst room, been playing around with some better dashboard designs and hit upon something of a blocker. The text size in the metrics is too small to be legible from much more than a couple of…
1
vote
1 answer

Integrate Azure Dashboard in custom web applications

All my applications are using Application Insights to log their activities. I have created some queries to monitor what each application is doing or the status of them. For personal use, I created some dashboard where I display graphs and data. Now,…
Enrico
  • 3,592
  • 6
  • 45
  • 102
0
votes
0 answers

Create Azure Managed Private Endpoint with terraform

Given I created a grafana instance, I want my metrics/logs to sent over the private azure backbone instead of the public internet. How would I be able to use azapi to deploy this with terraform? My logs/metrics are already appearing in grafana, but…
aldarisbm
  • 417
  • 3
  • 8
0
votes
0 answers

How can I dynamically offset an Azure Dashboard's date range to show the previous 30-60 days of information?

I am using Azure Service bus to collect metrics for my web service. I want to show data on my Azure dashboard for the previous 60 days. From Microsoft's documentation, I understand that I cannot do that in one chart, I need to create two charts to…
Keith Kennedy
  • 310
  • 5
  • 11
0
votes
1 answer

Weird naming of shared dashboards in azure

In our org. we have a lot of dashboards, but whenever a dashboard is shared they get a strange GUID-like name in the 'browse dashbords' view. For instance, if I created a private dashboard 'my-dashboard' and then shared it to the org, it would be…
0
votes
0 answers

Is it possible to set default "Auto refresh" value on dashboard via Bicep or the command line?

I have an azure dashboard with many tiles that are deployed via command line (the code is written in bicep files). I can set Auto refresh manually but I also want to set a default value into the Bicep file. Is that possible? I tried to add…
NaBu
  • 1
0
votes
0 answers

Display images in Azure Shared Dashboard

I have created an Azure dashboard using Shared dashboard and I have a tile as follows: I use kusto query to display logs from log analytics. Is it possible to show something like if true AND if false instead?
0
votes
1 answer

The term New-AzPortalDashboard is not recognized as a name in a azure pipeline

In summary I am ask to add an Azure Dashboard via an ansible playbook. I always get the error "The term New-AzPortalDashboard is not recognized as a name" There is a pipeline file that install python "pip install ansible" "pip install -r…
Mart
  • 49
  • 9
0
votes
1 answer

Unable to reproduce data from Azure Metrics Chart using Logs

I am trying to create dashboard of my services in Azure. I added Azure Metrics Chart of each service and later wanted to add under it specific details to operations included in service. But when I try to get it from logs, I get much higher number…
0
votes
1 answer

Azure DevOps Dashboard to run inline python and show output as widget

Using Azure DevOps, you can create YAML pipelines to run python file or inline python scripts. Is there a proper way to show any of the inline python script output to azure dashboard widget? I couldn't find any extension in the azure marketplace…
SaberTooth
  • 157
  • 1
  • 4
  • 15
0
votes
1 answer

How to default overview dashboard as group by type in portal.azure.com

I may sound foolish , but could someone quickly help on how to set overview dashboard group by type as default in portal.azure.com ? it's default no grouping, but I want it to be group by type always Thanks