Microsoft Event Hub Inquiry - What will be the estimated cost of Event Hub Subscription?
Good day! We are planning to integrate Microsoft Entra ID to our SIEM, but it is required for us to leverage the Event Hub. We all know that it is "pay-as-you-go" setup so we can't figure it out unless we use it initially. So, to clarify some…
Can't create RiskyServicePrincipals and ServicePrincipalRiskEvents logs
I am using Microsoft Entra ID P2 license and I am testing different log types generated by Entra ID. My test setup is as follows: I have created a Resource Group with an Event Hub Namespace containing one Event Hub. I have created a Diagnostic…
Best practice to manage device logs with IoT Hub
Hello, I was wondering if there are any best practices for managing logs generated by IoT devices. Currently, our devices generate logs in text files, and we thought the easiest way to manage these logs is to upload the text files to a storage account…
Process streaming data with Synapse Pipeline or Data Flow
Hi Team, May I know if I can use Synapse pipeline or Data Flow to connect Eventhub and process Streaming data? Pipeline: Data Flow: I try to use this visual programming to create a process to read streaming data from eventhub and join cosmos db etc.…
Azure stream analytics
I get this error when I want to display the data generated from this script
Consumer Group Limits per Namespace
Hello, we are thinking of using Event Hubs Premium or Dedicated to host an Event Hubs namespace for our project. We would prefer a single namespace to allow all consumers to subscribe to any topics. The Event Hubs tier comparison page states: Number of…
Unable to use log queries to pull data in eventhub and Cache for redis
Hi, I am unable to use KQL log queries in eventhub. Its just shows table name with value. Other queries like finding partitions, getting errors, those queries doesn't work. I provisioned Log Analytics workspace and added through diagnostic settings, same…
What happens to the azure resource after region level disaster?
What happens to an Azure resource after a region-level disaster? Will it be automatically deleted? Will I continue to incur costs if the resource remains unused? Assume that no disaster recovery plan is in place. For example, if I have an Event Hub in…
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…
Can I update the email body when deleting the event?
I am using this method to delete the event, but I don’t see the possibility of updating the email body upon deletion. Is this correct? String url = String.format("https://graph.microsoft.com/v1.0/users/%s/calendar/events/%s", …
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…
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.…
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…
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…
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)…
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…
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…