You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Tip: The latest AzureStack (version 2005) has a dashboard level time range selector at the top left corner of dashboard. So you do not need to specify time interval here.
14
+
15
+
### Feature
16
+
- User can specify time range by duration or startTime & endTime.
17
+
- User can specify eight types of time granularity. Default type is ‘Automatic’, which adapted to time range.
18
+
- Generate multiple json files representing different volume types.
19
+
20
+
### Prerequisite
21
+
- Login to the Azure Stack Hub Admin ARM Endpoint using either AzureRM or Az module.
22
+
23
+
### Usage
24
+
1. Execute Create-AzSStorageDashboard.ps1 with needed parameters.
25
+
2. Upload json generated on Admin Portal dashboard, this has to be done on a per user basis.
26
+
27
+
### Add new metrics
28
+
Change ps1 file. Adapt function Initialize-TilePsCustomObject and Get-TilePsCustomObject, then register in initialized variable metricTypes.
0 commit comments