Questions tagged [azure-dashboard]
66 questions
0
votes
0 answers
Azure dashboard with value provider api
My goal is to make an api call and process the returned response and reflect it to the azure dashboard.
The reason for my need is to present some special analysis values in the database on the azure dahsboard to the team.
In order to do this, I…

EFE FEHMİ TAYCI
- 5
- 2
0
votes
0 answers
How to hardcode the UTC time on the Azure Dashboard using ARM Template
I have created Azure Dashboard using ARM Templates. I want to hardcode the “UTC Time” on the Azure Dashboard and I don’t want to display the list of different times from the drop down of the UTC Time.

Pradeep
- 5,101
- 14
- 68
- 140
0
votes
1 answer
Azure Monitoring: How to create dashboard that show amount of storage left in a storage account?
How to create a dashboard that shows the amount of storage left in a storage account?
I don't want to create alerts but I want to create a tile in the dashboard that either show one of the following:
the amount of storage used by the storage…

Chan Wee How
- 33
- 3
0
votes
1 answer
Azure Dashboard template for App Service Plan
I woudl like to create a Azure Dashboard template to monitor CPU percentage for my App Service Plan. Currently It look like this:
resource dashboardName_resource 'Microsoft.Portal/dashboards@2020-09-01-preview' = {
name: dashboardName
location:…

user346206
- 165
- 10
0
votes
1 answer
Azure Dashboard logs column is not present in add filter of dashboard
I have written KQL query to fetch logs from application insights and pinned the logs to azure dashboard, however when I am trying to add global filter on column through Azure Dashboard's add filter, I am not able to as column is missing from the…

Sarang Kulkarni
- 367
- 2
- 6
0
votes
0 answers
Not able to deploy shared dashboard using terraform into pre-prod but working in all other environments
Azure shared dashboard is being deployed using Terraform. It is working fine in all other environments except in one environment. Below is the error message.
/opt/hostedtoolcache/terraform/1.0.11/x64/terraform apply -auto-approve…
0
votes
1 answer
Filters in Azure dashboards
In an Azure dashboard, I can set a filter, but I don't see any way to use the filter value in the actual queries. I'm assuming that it might filter the final results automatically, but not all panels work the same way so that's not always effective.…

Arian Kulp
- 831
- 8
- 31
0
votes
1 answer
How to query column of CSV file stored in Azure blob storage using log analytics workspace?
I have CSV file in Azure blob storage.i want to query this file using log analytics workspace to create dashboard .is it possible to create this.

Amol Bhalerao
- 11
- 1
0
votes
1 answer
My Dashboard in Azure for App Services outage
I am working on a custom Dashboard in Azure. My Application is hosted in an APp Service. If App services is down at Microsoft end, i want to show a Red Dot in my dashboard.
KUSTO will work here?
Some API calls i need to do and some Programming to…

ABC DEF
- 189
- 2
- 14
0
votes
1 answer
Azure Dashboard Refresh doesn't update the data
The problem:
I have some Azure workbook queries pinned to my Azure Dashboard. The problem I found is that manually refreshing the Dashboard or the Workbook queries doesn't give me the updated data. However, reloading the Dashboard web page does give…
0
votes
1 answer
Printing log analytics dashboards comes up as a vertical half page. How do I print the full dashboard?
I have a log analytics dashboard that I am trying to print to pdf of a dashboard I have set up in Log analytics but the print preview is coming up as vertical half page. The left half comes up in the pdf but the right half does not.
If you look at…

anoopjohn
- 518
- 4
- 18
0
votes
0 answers
Azure - Multiple ResourceGroup based cost dashboard not working
Can someone confirm if Multiple resource group based cost dashboard is possible in Azure?
Ex:
RG-Name
Cost
DEV-APP01
- 100
UAT-APP01
- 300
PRD-APP01
- 500
We have a RGs created based on applications and sending the cost using Runbook…

Logan
- 51
- 1
- 7
0
votes
0 answers
Unable to set default Time Range in Azure dashboard(All Users) created from Azure Monitor Workbooks
I have used Azure monitor workbooks to create dashboards for Alerts history and to view active alerts. Also added Time Picker parameter to set the time range from the dashboard and it works without any issues. But seems like Users who are having…

Logan
- 51
- 1
- 7
0
votes
1 answer
Active users and views in azure workbooks
Can someone briefly explain the differences between active users and page views in an azure workbook? I would like to get the stats of active users of a particular azure event, but the counts shown are not realistic for the provided scenario.
As…

hema
- 45
- 1
- 2
- 11
0
votes
1 answer
Creating Azure dashboards for each environment
I have an azure dashboard on DV resource group (application insights per environment - Dev, test, staging and prod).
I want to move that DV dashboard into other environments, what is the best way to do that?
I can see Download and Clone options,…

Sharpeye500
- 8,775
- 25
- 95
- 143