/
OAuth authentication with Event Hub
OAuth authentication with Event Hub
Scope
Devo recommends authenticating to Event Hub using a connection string. If a connection string cannot be obtained, OAuth authentication can be set up.
Process
In the Cloud Collector App, create an Azure Collector instance using this parameters template, replacing the values enclosed in < >
. The region name for each event hub will be logged in the region field of cloud.azure. It is not required to be your Azure region.
{
"inputs": {
"azure_event_hub": {
"credentials": {
"client_id": "<CLIENT ID>",
"client_secret": "<SECRET>",
"subscription_id": "<SUBSCRIPTION>",
"tenant_id": "<TENANT>"
},
"enabled": true,
"id": "<UNIQUE ID>",
"services": {
"event_hubs": {
"queues": {
"<REGION>": {
"event_hub_name": "<HUB NAME>",
"namespace": "<NAMESPACE>"
}
}
}
}
}
}
}
The secret must be a secret value containing a tilde.
, multiple selections available,
Related content
OAuth authentication with Event Hub
OAuth authentication with Event Hub
More like this
Automatically add event hubs
Automatically add event hubs
More like this
Automatically add event hubs
Automatically add event hubs
More like this
Azure Event Hub collector
Azure Event Hub collector
More like this
Azure Event Hub collector
Azure Event Hub collector
More like this
Manual tagging of Event Hub data
Manual tagging of Event Hub data
More like this