Azure Monitor in External Tenant
Hi, We are setting up an Entra External ID tenant to house external users of a web app that we host. I presently stream our internal diagnostics logs to an Event Hub in our workforce tenant and then to an IDR. I found this article and was successful at…
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…
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…
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…
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 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…
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…
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 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…
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 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…
![](https://techprofile.blob.core.windows.net/images/hAFzqf2_AwAAAAAAAAAAAA.png?8DB62B)
No I will make the issue onto the mail
There should be some changes onto the platform reaching
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…
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…
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…
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…
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.…
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…
Debugging Data Loss in Stream Analytics to Event Hubs and ADF
My goal is to stream telemetry data from blob storage files into a Azure Data Factory database. I have set up a stream analytics job that takes data from blob storage, bins it by hour, and then passes it through an event hub with two partitions in order…
We are seeing higher than normal latencies of around 4 seconds per request when sending events to Azure Event Hub. .
We send around 500k - 600k events through Azure Event Hub per day. Over the past week, we have seen our latencies for sending events to Event Hub increase to ~4 seconds per call. I thought that perhaps we were hitting some Throughput Units. But our Event…