אם אתה מכיר איך לכתוב PowerShell וזקוק לבנות לוח בקרה גרפי המייצג כמעט כל נתונים, תבדוק את PowerShell Universal Dashboard (UD). UD הוא דרך אינטואיטיבית לבנות לוחות בקרה נהדרים וכן טפסים בעזרת PowerShell בלבד. למרבה המזל, Universal Powershell Dashboard עובד ב-Azure!
Universal Powershell Dashboard הוא מודול PowerShell שניתן להתקין על ידי הרצת Install-Module -Name UniversalDashboard.Community
. המודול הקהילתי חינמי, אך אני ממליץ לך לרכוש את הגרסה המלאה.
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 דורש שרת אינטרנט להפעלה. אתה יכול לבחור להפעיל את 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 כדי לבנות כל סוג של לוח בקרה שאת/ה צריך/ה.
עיין/י ב-URL של אפליקציית האינטרנט שלך ב-Azure ותתעדף/י בכבוד של מופע 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/