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. Navigate to Setup > Account.
  4. Click on the Integrations and Apps tile.
  5. Search for Azure. Also you can use the All Categories dropdown list to search.
  6. Select the Azure tile.
  7. Click the menu option for the profile and click Edit..
  8. In the Options tab, select the Stream Azure Events checkbox.
  9. Paste the connection string URL in Connection field and click Save.

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