Overview

OpsRamp consumes your Azure events. To use Azure Event Grid, you need to select the Azure resource you would like to subscribe to, and enter the event handler to send the event to. Event Grid has built-in support for events coming from Azure services, such as storage blobs, and resource groups. Event Grid also has support for your own events, using custom topics.

  1. Create an EventHubNamespace in Azure public cloud.
  2. Create an EventHub in the EventHubNamespace which was just created.
Step-02_AzureEvent
  1. Enter a name for the event hub.
  2. Click the Review + Create button at the bottom of the page.
Step-02_AzureEvent
  1. In the Review + Create tab, review the settings and click Create.
Step-02_AzureEvent
  1. Once the event hub is created, you can see the event hub in the list of event hubs.

Create a shared access policy

  1. Go to the EventHub created in the above steps.

    Step-01_SharedAccess

  2. Go to Shared access policies and add a Policy with the following configurations:

  • Permission - Listen permission is mandatory.
Step-02_SharedAccess
  1. Once a policy is created, go to shared access policies and click the policy just created. You will find a primary and a secondary connection string as shown below:
Step-03_SharedAccess

OpsRamp configuration

  1. Log in to the OpsRamp account with your credentials.
  2. Select a client.
  3. Go to Setup > Integration and Apps > Integrations.
  4. Under Installed Integrations, select Azure.
  5. In the Azure Integration page, under the Discovery Profiles section, click the Edit icon to edit the profile for which you want to add the Azure EventHub ConnectionString.
  6. Under Perform Actions, select Stream Azure Events. Paste the connection string URL in Azure EventHub ConnectionString field as shown below:
opsramp integration

Supported Azure Events

Azure Events - Azure Activity Log portal

Below is the list of Azure Events supported by Azure Activity Log portal:

  • Administrative
  • Security
  • ServiceHealth
  • Alert
  • Recommendation
  • Policy
  • Autoscale
  • ResourceHealth

Azure Events - OpsRamp

Below is the list of Azure Events supported by OpsRamp:

  • Security
  • ServiceHealth
  • Alert
  • ResourceHealth

Resource Level Events

OpsRamp consumes Azure events from the Azure Event Hub streaming platform. Currently, OpsRamp supports below resource-level events:

Opsramp supported:

  • Resource Write Success
  • Resource Delete Success

Unsupported:

  • Resource Write Failure
  • Resource Write Cancel
  • Resource Delete Failure
  • Resource Delete Cancel
  • Resource Action Success
  • Resource Action Failure
  • Resource Action Cancel