powershell - Set Monitoring Level to Verbose in an Azure Web Role using Powershel -
I have created some custom display counters in our web application posted in an exorbitant web roll. In the dashboard, the values of that display counter To be able to see, I have to go to the portal, monitor level must be set to verbos, and add new metrics to the dashboard.
The problem is that we are building infrastructure using PowerShell, and every time we rebuild the infrastructure, we lose these settings.
Can I set monitor level and metrics (and possibly alerts) through PowerShell? / P>
Thank you very much,
It seems that you can not set the monitoring level And metrics via PowerShell or REST API Only to make alerts what you think is allowed to do through REST:
Thanks.
Comments
Post a Comment