Skip to content

An set of azure functions to help ingest data from your Azure organization into your RunReveal account.

License

Notifications You must be signed in to change notification settings

runreveal/azure-functions-runreveal

Repository files navigation

Azure Functions for Sending Event Hub data to RunReveal

This collection of functions are triggered when events arrive on an Azure Event Hub namespace. Azure Functions can process events in near real time and will forward the data to RunReveal.

Deploy to Azure

Getting Started

1. Create an Azure source in your RunReveal account.

Find the appropriate Azure source and create a new one giving it a name. You will be provided with a URL that will be used to forward your events.

2. Create Event Hub

These functions are triggered from Event Hub data. Create an Event Hub namespace following the instructions provided by Microsoft.

3. Sending data to Event Hub

Following the documentation in RunReveal setup the event source to forward data to an Event Hub namespace. Make note of the hub name, consumer group, and connection string.

4. Deploy Functions

Use the 'Deploy to Azure' button about to create the necessary Azure Functions. You will be asked for the Event Hub setup information that was obtained in step 3, and you will need to provide the RunReveal webhook URL obtained in step 1. Once deployed Azure will create the necessary resources to maintain this function. The Azure Functions should start executing as soon as events arrive into the Event Hub namespace.

About

An set of azure functions to help ingest data from your Azure organization into your RunReveal account.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published