Book Image

Microsoft Operations Management Suite Cookbook

By : Chiyo Odika
Book Image

Microsoft Operations Management Suite Cookbook

By: Chiyo Odika

Overview of this book

Microsoft Operations Management Suite Cookbook begins with an overview of how to hit the ground running with OMS insights and analytics. Next, you will learn to search and analyze data to retrieve actionable insights, review alert generation from the analyzed data, and use basic and advanced Log search queries in Azure Log Analytics. Following this, you will explore some other management solutions that provide functionality related to workload assessment, application dependency mapping, automation and configuration management, and security and compliance. You will also become well versed with the data protection and recovery functionalities of OMS Protection and Recovery, and learn how to use Azure Automation components and features in OMS. Finally you will learn how to evaluate key considerations for using the Security and Audit solution, and working with Security and Compliance in OMS. By the end of the book, you will be able to configure and utilize solution offerings in OMS, understand OMS workflows, how to unlock insights, integrate capabilities into new or existing workflows, manage configurations, and automate tasks and processes.
Table of Contents (11 chapters)

Using automation with alert rules

Automation plays an important part in the fabric of OMS and enables much of the functionality in the service. One use case is the application of automation for alert management and issue remediation. In addition to the email and webhook actions reviewed in the previous section, you can also configure Runbook actions within OMS alert rules to start a Runbook in Azure Automation. Alert rules can be configured to automatically run an automation Runbook to remediate an issue identified by the alert rule. Alert configurations provide two options for calling Runbooks:

  • Directly selecting a Runbook
  • Using a webhook

While you can use a webhook without linking your OMS workspace to an Automation account, you will need to link your OMS workspace to an Automation account in order to directly select a runbook for use with an alert rule.

...