diff --git a/README.md b/README.md index 0b734d4..8da63cf 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,7 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercont - 3. Visualizing Azure Monitor Metrics like CPU %age on a Virtual machine in #PowerShell - +3. Visualizing Azure Monitor Metrics like CPU %age on a Virtual machine in #PowerShell ```PowerShell $ResourceID = '/subscriptions//resourceGroups/demo-resource-group/providers/Microsoft.Compute/virtualMachines/SimpleWinVM' @@ -89,7 +88,6 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercont Import-Module Graphical Show-Graph -Datapoints $Datpoints -GraphTitle 'CPU (% age)' - ``` - ![](https://github.com/PrateekKumarSingh/Graphical/blob/master/img/AzureMonitor.png) + ![](https://github.com/PrateekKumarSingh/Graphical/blob/master/img/AzureMonitor.png)