manuphilip 

By: | 143 downloads | Last Updated: 5/30/2020 | Latest Version: 1.0

Procedure 1. Copy the full script in to a notepad and save as .ps1 file 2. Open PowerShell as Administrator 3. Connect your Azure tenant 4. Run the script in PowerShell 5. Script will prompt to enter the VM Name. Enter the VM name and sit relax until the script completes the full deletion of all your resources Notes: The script will not delete the ... More info

By: | 111 downloads | Last Updated: 5/16/2020 | Latest Version: 1.0

Print Azure WebApp Metrics in Shell #This following PowerShell code can print Azure WebApp statistics 'DataIn, DataOut, Requests' for each days for selected number of days #The script is ready to use. Copy the code and save as PS1 file #When executing, the script will ask for the webappname and number of days needed in report #After the completi... More info

By: | 100 downloads | Last Updated: 5/16/2020 | Latest Version: 1.0

Plot Azure WebApp Metrics in Shell as Graph #The following PowerShell code can print Azure WebApp metrics as Graphical form 'DataIn, DataOut, Requests' for each days for selected number of days $Important Note: Install Graphical module before you run the code in shell. #Install-Module Graphical #The script is ready to use. Copy the code and save a... More info