Book Image

Microsoft Azure IAAS Essentials

Book Image

Microsoft Azure IAAS Essentials

Overview of this book

Table of Contents (14 chapters)
Microsoft Azure IaaS Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Introduction to Microsoft Azure Cloud Services
Index

Other monitoring tools


Along with what is available in the Azure portal, you have some other options when it comes to monitoring your cloud-based infrastructure.

PowerShell

We have seen the built-in capabilities for monitoring and alerting that are available through the portal. If you have a large environment, creating the necessary alerts can obviously be time consuming. Wouldn't it be nice to have a way to automate the creation of alerts? Step up PowerShell. PowerShell is Microsoft's scripting tool of choice and can be used to help you create and manage your alerts in Azure.

Keith Meyer has an excellent blog post on this information on the Microsoft TechNet site (http://blogs.technet.com/b/keithmayer/archive/2014/11/08/scripts-to-tools-automate-monitoring-alert-rules-in-microsoft-azure-with-powershell-and-the-azure-service-management-rest-api.aspx).

We will use Keith's PowerShell function described here to allow you to create an alert on the CPU percentage for one of our Azure-based virtual...