Graph Api create subscription returns Status Code: BadRequest; Reason: The value 'https://outlook.office365.com/api/v2.0/Users('Sandbox%40company.com')/Events' of parameter 'Resource' is invalid.]\n\nPOST
In our java springboot app we use dependency https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/5.72.0 When we try to create eventhub subscription for meeting room via that API we are getting…
Azure Event Hubs
Azur Event Hubs - Error "Connection recovery support is terminated." on one partition
Hello, I'm using java to send events on Event Hubs with the client EventHubProducerAsyncClient and everything works fine. For perfomance purpose I tried to switch to the EventHubBufferedProducerClientBuilder and I get an error when eventdata are sent on…
Azure Event Hubs
Connecting Microsoft Graph Subscriptions to Azure Event Hub facing time out issues starting today
I am working on a project that passes Graph events through an Azure Event Hub to trigger a function app. The subscriptions had been set up and running for months without issue. Two days ago, I switched my functions over to the isolated model as opposed…
Azure Event Hubs
How to enable batch processing of event hub triggers on python v2 azure functions?
The documentation mentions nothing about this for python v2. And only a single line about "cardinality" for v1. …
Azure Functions
Azure Event Hubs

How to get real-time data from a SQL Server running on a Self-Hosted VM?
I have a SQL server running on a VM (which is Self-hosted and not managed by any cloud). Database and table which I want to use have CDC enabled on them. I want to have those tables data into KQL DB as real-time only. No batch or incremental load. I…
Azure Event Hubs
Event Hub Namespace Disaster Recovery (Geo-recovery)
In Event Hubs disaster recovery, we can establish pairing through geo-recovery, which creates a primary and secondary namespace. After initiating a failover, do I need to manually update the connection string in my application, or make any configuration…
Azure Event Hubs
We are seeing lot of below mentioned error while consuming event hub
We are getting below error while consuming the event hub. org.apache.kafka.common.KafkaException : Unexpected error from SyncGroup: The request timed out. This issue is seeing very frequently for every region. Below are some respective kafka…
Azure Event Hubs
Some data points seem to disappear downstream when using Event hubs
Hi! Let me explain my current setup to you - Setup diagnostic rule in AKS to send log data to a log analytics workspace (LAW) Setup a data export rule from to an event hub Data goes from event hub to ASA (azure stream analytics) And from ASA to…
Azure Event Hubs

On Azure Eventhub Can i have a kafka producer and a Eventhub client consumer for the same events ?
I produce events via .net confluent kafka client and send via :9093 kafka endpoint can those events be consumed by a non kafka .net azure eventhub EventProcessorClient? does mapping of headers happen automatically ? from byte array to string ?
Azure Event Hubs
Connecting to MQTT event hubs with a ZLAN8309 Gateway RS485
Hi, wondering if anyone has had experience with connecting a ZLAN8309 gateway that polls RS485 to event hubs MQTT. The device can connect to unsecure and secure ports locally but appears to have a problem with certificates and connection directly into…
Azure Event Hubs

Event Hub: seeing requests but no messages
Hello, We have an Event Hub namespace set up but we can see successful/incoming requests without any messages or throughput. Why is this happening? Thanks. Regards.
Azure Event Hubs

Copy data from EventHub to CosmosDB with 408 error
Hi, I need a clarification about this discussion. I have a function with these features (Event Hubs trigger and Cosmos DB output binding). Randomly, I obtain 408 error with the following diagnostic info { "Summary": { …
Azure Event Hubs
Azure Cosmos DB
Integrate Apache Kafka with Event Hub
Working on POC to integrate confluence Kafka (data exists in topic) with Azure eventhub - query - configuration changes need to done on confluence Kafka end apart from bootstrap changes/ user credential changes
Azure Event Hubs
Azure Eventhub High Request Volume
I have an Event hub that is receiving about 50 requests a minute and I am not sure what from. They aren't messages because the messages and throughput are all normal. I have sent some requests to logs and the Caller_s field is always Resource…
Azure Event Hubs
How to fix We cannot connect to Event Hub partition [0] because the maximum number of allowed receivers per partition in a consumer group has been reached
We cannot connect to Event Hub partition [0] because the maximum number of allowed receivers per partition in a consumer group has been reached. Ensure that other Stream Analytics jobs or Service Bus Explorer are not using the same consumer group. The…
Azure Event Hubs
Azure Stream Analytics

New receiver with higher epoch of '0' is created hence current receiver with epoch '0' is getting disconnected
Hello, We are receiving the following error whenever new instances of our application are starting up and the partitions need to be rebalanced: "New receiver '2643943a-a143-43ef-ad1d-858bdec9c686' with higher epoch of '0' is created hence current…
Azure Event Hubs
Azure Event Hub Python SDK - is the order of adding events to an EventDataBatch also the order in which the events will be written to the eventhub?
Hi, I would like to use the python EventHubProducerClient to send events in batches to an eventhub while guaranteeing the order of events within their batch. My plan is to create an EventDataBatch first and then add events to it in my desired order. Is…
Azure Event Hubs
How do Azure Functions scale in relation to Event Hubs partitions?
Hi, I'm using Azure Functions with an Event Hub trigger and would like to confirm how scaling and partition assignment works in this integration. From my understanding: Only one function instance processes events from a given partition at any one time,…
Azure Event Hubs
Azure Event Hub Python SDK - does EventDataBatch go to a single partition even without partition_key or partition_id?
Hi, I'm working with Azure Event Hubs using the Python SDK. I’ve been reviewing the documentation here: https://learn.microsoft.com/en-us/python/api/azure-eventhub/azure.eventhub.eventdatabatch?view=azure-python. I'm creating an EventDataBatch using…
Azure Event Hubs
MQTT messaged displayed in Event Hub Data Explorer are data_base64
I'm able to publish MQTT messages from my client an route them to an Event Hub. The Event Hub Data Explorer show the message payloads as data_base64. Is there a way to display them as JSON? If not is there another azure component I can use?