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 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…
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…
Stream RealTime data from an On Prem Microsoft Server to a Azure Data Lake.
There is a need for Real Time data to be collected from a On Prem SQL Server. This means ADF is not suitable because it only does batch. Azure Streaming Analytics only connects to Azure SQL Server and not on prem. Has anybody else encountered this and…
im getting "unauthorized" status code 401 although i added the neccessary permissions
im trying to send logs from my storage to an event hub by using logic app. i added the permission "Azure Event Hubs Data Sender" to the logic app (managed identity). im getting "unauthorized" status code 401 on the last step, which is…
How to monitor partition count currently in use for event hub namespaces?
We are trying to create an alert to notify us when our event hub namespaces are nearing partition count capacity. I have been able to find out how many partitions are allocated to an event hub namespace using KQL, but have not been able to figure out how…
Azure Event Hub Geo-Disaster recovery
Your revised version looks great! Here's a slightly refined version with minor adjustments for flow: Hi, I am interested in implementing a geo-disaster recovery mechanism for Azure Event Hub. I have reviewed the guidelines regarding primary and…