Debugging Data Loss in Stream Analytics to Event Hubs
A stream analytics job has been set up to transfer data from a blob storage account to Event Hubs and subsequently into a Kusto database. There is an observed data loss of 10% compared to the original blob storage account. What methods are available to…
Azure Blob Storage
Azure Event Hubs
Azure Stream Analytics
Not able to see messages spike in event hub while sending logs from log analytics workspace data export rule to event hub
Hi Team, I am sending logs from log analytics workspace data export rule to event hub. I am able to see spike of requests in event hub but not able to see spike of messages in event hub. I also confirm that table is in supportable by data export rule.…
Azure Event Hubs
Unable to deploy multiple eventhub trigger based azure functions within same function app
When I create multiple eventhub trigger based azure functions within the same function app my azure functions do not behave as expected. I created multiple functions using blueprints approach. Even though each of my azure functions are connected to…
Azure Functions
Azure Event Hubs
Why isn’t my IoT Hub telemetry being ingested into Cosmos DB via Azure Functions?
Overview: I'm building an IoT solution on Azure where devices send telemetry to IoT Hub. The telemetry is routed using IoT Hub’s built-in Event Hub–compatible endpoint, and an Azure Function (using Python and the V2 programming model) to processes the…
Azure Functions
Azure IoT Hub
Azure Event Hubs
Azure Cosmos DB
How can we detect an increase in Throughput Units (TUs) when Auto-Inflate is enabled for an Azure Event Hub namespace?
Hi, I am deploying Azure Event Hub using the Azurerm Terraform provider and have also configured several alerts, such as highIncomingBytes and highEventHubSize. The threshold values for these alerts are based on the number of Throughput Units (TUs)…
Azure Event Hubs
How to get notified via event hub using graph api about sharepoint page updates?
How to get notified via event hub using graph api about sharepoint page updates? For drives I have found out how to use webhooks/event hub to subscribe to file changes. But I have not found a way to use graph api to get notified when a page (in the Site…
Azure Event Hubs
Microsoft 365 and Office | SharePoint | Development

Microsoft Security | Microsoft Graph
When updating a Teams event using the API, if the event already has a virtual meeting (Teams meeting link) and the update request removes the virtual meeting, here’s what might be happening and how to address it:
I am using the Microsoft Teams API to create, update, and delete meetings. However, when I try to update a meeting, it removes the virtual meeting (the Teams meeting link). I am sending the parameter "isOnlineMeeting": true in the request, but…
Azure Event Hubs
Microsoft Security | Intune | Configuration Manager | Updates
Microsoft Security | Microsoft Graph
Azure Function: Issues with BlobTrigger Configuration and Namespace Reference Errors
I'm encountering persistent issues with configuring a BlobTrigger in my Azure Function and need some assistance. Here's a summary of the problem and the steps taken so far: Problem Description: Trying to set up an Azure Function that processes .gz log…
Azure Functions
Azure Blob Storage
Azure Event Hubs
How to Establish Connectivity Between Kafka and Azure Event Hub in Cross-Tenant Subscriptions Using Private Endpoints?
I have the following requirements: Source: Kafka hosted in Azure Subscription ABC, Tenant ABC, and Region East US. Destination: Azure Event Hub configured with a private endpoint in Azure Subscription XYZ, Tenant XYZ, and Region East Asia. Key Points and…
Azure Virtual Network
Azure Event Hubs
It is possible to retrieve logs for specific users or domains in azure entra I'd
Hi Team, I want to send Microsoft Entra I'd logs to event hub I want to know that can we use the RBAC functionality in Entra Id to retrieve designated logs for specific users or domains ? Without using log analytics, azure function etc . Just want to…
Azure Event Hubs
Azure Eventhub is changing the date from at consumer side
Hi Community, I am pretty new on Azure and able to build Azure Eventhub producer-consumer application in Java SpringBoot with the help of documentations but I am facing an issue with Eventhub communication, I am sending a message from producer using Java…
Azure Event Hubs
Deleting a Consumer Group Without Persisting Offsets
I am consuming events from a consumer group into ClickHouse via a Kafka endpoint for Event Hubs. After consuming data with a consumer group and re-reading it from the beginning, I cannot delete the consumer group and reuse the same name, as it seems to…
Azure Event Hubs
Azure function eventHub typescript trigger is converting message to UTF-8 string and cause data missing
I am using Event Hub to store protobuf serialized message, Everything is fine, If I am using SDK library (python or JS library) to access Event hub. But when I use Azure function Eventhub trigger (when there is new message on event hub, trigger a…
Azure Functions
Azure Event Hubs

No I will make the issue onto the mail
There should be some changes onto the platform reaching
Azure Event Hubs
Kafka streams being throttled in Event hubs standard tier
I am trying to run my kafka streams client and it feels like every message sent is being instantly rejected and after retry it succeeds. So I am thinking that there is some kind of throttling going on here. It also failed to create internal topics…
Azure Event Hubs
How to fix TopicAuthorizationException while connecting eventhub with kafka streams
We are trying to use apache kafka streams to process messages from azure event hub .While using aggregations , kafka internally creating internal topics and we are getting TopicAuthorizationException and it says could not create topic . Is it something…
Azure Event Hubs
On Portal: The "Events" section of every Storage Account returns an error
Hello, When I open up the "Events" section of each of our Azure Storage Accounts, I get an error: 'onInitialize' must return a Promise that covers the full initialization of the Blade, including data-loading. The Storage Accounts are all in…
Azure Storage
Azure Blob Storage
Azure Event Hubs
Which IPs need to be allowed in event hub and key vault firewalls for it to work with change notifications
I am trying to setup change notifications for my application using Microsoft Graph and Event Hubs as described here. I set up Azure Event Hubs authentication using shared access signatures (SAS) through the Azure portal. However I am having challenges…
Azure Key Vault
Azure Event Hubs
Microsoft Security | Microsoft Graph
EventHub Namespace Schema Registry Write Exception
This Post is similar to the question Posted by @Anonymous , but the exception is slightly different. The exception I get is Azure.RequestFailedException: 'Authorization failed for specified action: SchemaGroupWrite,SchemaWrite.…
Azure Event Hubs
Is it possible to find the producer of Event Hub Messages and determine what TLS version is being used?
Hello, I have three Event Hubs that were created couple of years back and i'm trying to determine: the IPs of the Event hub messages -> https://learn.microsoft.com/en-us/answers/questions/1120359/is-it-possible-to-find-the-producer-of-event-hub-m…