Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

A generic webjob to consume your event from eventhubs and send it to appinsights.

License

Notifications You must be signed in to change notification settings

ve-global/eventhubs-appinsights-webjob-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventhub to app insights pipe

This is a general eventhubs to app insights consumer. The idea it is that you would use this to pipe events from event hubs to application insights.

How to use it

To use this just deploy this to your webjob you would need to change the config file to something that it is compatible with the following config.

the config file config.json must be placed on the same folder of the webjob.

{
    "Eventhub": {
        "connectionstring": ""
        "path": ""
    }
    ApplicationInsights : [
        {
            "types": [
                "type.to.be.used"
            ]
            "applicationId": "insights"
        },
        {
            "types": [
                "other.types.to.be.used",
                "some.other.type.used"
            ]
            "applicationId": "insights2"
        }
    ]
}

About

A generic webjob to consume your event from eventhubs and send it to appinsights.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages