PowerShellを書く方法を知っており、ほぼすべてのデータを表すグラフィカルなダッシュボードを作成する必要がある場合は、PowerShell Universal Dashboard (UD)をチェックしてみてください。UDは、PowerShellだけで見栄えの良いダッシュボードやフォームを簡単に作成する直感的な方法です。幸運なことに、Universal Powershell DashboardはAzureで動作します!
Universal Powershell Dashboardは、Install-Module -Name UniversalDashboard.Community
を実行してインストールできるPowerShellモジュールです。コミュニティモジュールは無料ですが、フルバージョンの購入をお勧めします。
I’m not going to go into the ins and outs of UD, Adam Driscoll (UD’s developer) has written extensive documentation already on the topic.
UDは、実行するためにWebサーバーが必要です。UDをIIS上またはAzure Web Appで実行することを選択できます。オンプレミスインフラストラクチャを扱うのは面倒なので、できる限りクラウドにリソースを展開することを常に選択しています。UDはAzure Web Appでネイティブに実行できるため、完璧なクラウド候補です。
I found that even though UD has docs for setting it up in Azure, I still was struggling with an easy way to get it going. I managed to come up with a rough PowerShell script to setup the latest instance for you all in one swoop.
まだ改良の余地がありますが、私はこれを私が取り組んでいる予定のPluralsightのコースに必要だったので、それで十分です。必要に応じて改善してください。内部のコメントがすべてを説明してくれるはずです。
I called the script New-UDAzureInstance.ps1 and launch it like:
UDがAzureに設定されたら、dashboard.ps1ファイルを変更して必要なダッシュボードを作成します。
Azure Web AppのURLにアクセスし、新しくインストールされたUniversal Powershell Dashboardインスタンスの栄光を堪能してください。

I hope this saves some people some time setting up Universal Powershell Dashboard in Azure!
Source:
https://adamtheautomator.com/powershell-universal-dashboard/