663 questions with Azure Event Hubs tags

Sort by: Updated
1 answer

Event Hub from another Subscription not visible for IoT Hub data route endpoints

Im trying to pass telemetry data from an IoT Hub to an event hub residing in another subscription, under same tenant/directory. I have created a managed identity, and assigned both services to the identity with Subscription-level Owner roles and…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,029 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,221 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-20T16:16:09.33+00:00
Sinipelto 0 Reputation points
answered 2024-12-20T18:49:30.7566667+00:00
Sander van de Velde | MVP 33,951 Reputation points MVP
1 answer

Some questions with the Azure kafka service

we want use Azure kafka service, some questions need your help : Azure kafka is Confluent Cloud kafka? what's difference with Apache Kafka? Is support cross-region? What configuration is needed to support cross-region? Does it support native Kafka…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-16T02:41:13.5+00:00
Yingping Wu 0 Reputation points
commented 2024-12-20T11:05:48.5466667+00:00
Smaran Thoomu 18,630 Reputation points Microsoft Vendor
0 answers

I have an application which sends table data from ibmias400 tables . How to collect messages and process it according to table names from messages and load it into delta parquet files/SQL tables and use it for reporting purposes?

I have an application which sends table data from ibmias400 tables . How to collect messages and process it according to table names from messages and load it into delta parquet files/SQL tables and use it for reporting purposes?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,207 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,203 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
406 questions
asked 2024-12-20T05:55:04.43+00:00
Suraj Surendran 60 Reputation points
commented 2024-12-20T07:38:44.3366667+00:00
AnnuKumari-MSFT 33,976 Reputation points Microsoft Employee
1 answer

Inquiry Regarding Expiration of Azure Event Hub RootManageSharedAccessKey

Hi All, When I create an Azure Event Hub, a Shared Access Policy named RootManageSharedAccessKey is automatically created. I would like to confirm whether the access key within this policy has an expiration date, or if it is permanent Thank you.

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-15T09:42:08.2633333+00:00
Eli 0 Reputation points
commented 2024-12-17T01:27:44.74+00:00
Chandra Boorla 5,755 Reputation points Microsoft Vendor
1 answer

unrecognized arguments: --eventhub-name

https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string#azure-cli has --namespace-name xxx in the instructions, but when I try it on my desktop or in cloud shell, I get this error: unrecognized arguments: --eventhub-name xxx

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-10T02:25:12.8266667+00:00
Klinemeier, Kevin (624) 0 Reputation points
commented 2024-12-16T19:38:51.7433333+00:00
phemanth 12,575 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

IoT Hub Continues to Send Events After Device Deletion

Hi Everyone, I have an issue with IoT Hub, Could you help ? Events such as TwinChangeEvents and DeviceLifecycleEvents are routed from IoT Hub to Event Hub. However, after deleting the deviceId (S5_U0_15312) created in 2016, IoT Hub still sends…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,221 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-11T08:29:35.52+00:00
Tuan Tran 21 Reputation points
commented 2024-12-12T19:40:02.2666667+00:00
Sander van de Velde | MVP 33,951 Reputation points MVP
1 answer One of the answers was accepted by the question author.

View Events shows error - At least one receiver for the endpoint is created with epoch of '6'.

What is the meaning of this error and how can I resolve it? I get this error when I use "View Events" option in the "Data Explorer" in the Event Hub instance. "At least one receiver for the endpoint is created with epoch of '6',…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-11T02:22:46.5933333+00:00
Poonam Deshmukh 40 Reputation points
accepted 2024-12-12T12:58:31.04+00:00
Poonam Deshmukh 40 Reputation points
1 answer One of the answers was accepted by the question author.

Azure EvenHub integration with Elasticsearch

Hello, I want to send the events on the Event Hub or Azure Service Bus to Elastic (installed on an Azure VM). There are two integrations that I found - Azure Event Hub Integration and Azure Logstash Integration. Can you help me understand how to make a…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-09T21:32:24.32+00:00
Poonam Deshmukh 40 Reputation points
commented 2024-12-11T23:03:18.4933333+00:00
Poonam Deshmukh 40 Reputation points
1 answer One of the answers was accepted by the question author.

Can't create event schema using bicep file

There is no API to create schema for a schema group. The expected code as following, resource schema 'Microsoft.EventHub/namespaces/schemagroups/schemas@2024-05-01-preview' = { parent: schemaGroup name: schemaName properties: { …

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-08T20:56:36.6133333+00:00
Yang Woody 20 Reputation points
accepted 2024-12-11T16:58:30.01+00:00
Yang Woody 20 Reputation points
2 answers

How to set up capture to AzureStorage from EventHub Avro type files

Hi, I am trying to set up Avro files capture for EventHub to be stored on Azure Storage. I have a container, granted access to it as a Storage Contributor to aforementioned EventHub. When saving, I am getting all the time Not sure if anything is wrong…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,290 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-12-01T18:33:23.4133333+00:00
Mirko Boruc (MKBU) 0 Reputation points
answered 2024-12-05T09:32:07.95+00:00
Sumarigo-MSFT 47,376 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

i'm using azure function and eventhub trigger so if there is any exception comes during the processing the event then offset commit or checkpointing will handled by azure function runtime or it is handled manually.

i'm using azure function and eventhub trigger so if there is any exception comes during the processing the event then offset commit or checkpointing will be handled by azure function runtime or we have to handled it manually. (if exception is throws…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,248 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2023-06-27T10:07:53.81+00:00
Akshit 90 Reputation points
commented 2024-12-03T07:41:26.2333333+00:00
Akshit 90 Reputation points
2 answers

Does Azure Notification Hub Support iOS VoIP Push Notifications?

I am using the paid service of Azure Notification Hub to send regular push notifications and VoIP push notifications. Regular push notifications are working fine for both Android and iOS. However, VoIP push notifications are not functioning on iOS. I…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
334 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-11-15T14:28:02.5466667+00:00
Naresh Khuriwal 20 Reputation points
commented 2024-12-03T05:08:01.29+00:00
Shree Hima Bindu Maganti 1,585 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Event Processor Client - Invalid Offset Error

I'm encountering an issue with the EventProcessorClient in Azure Event Hubs. Specifically, I'm receiving the following error when trying to process events: The supplied offset '38655200720' is invalid. The last offset in the system is '8590386784'.…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-11-27T15:16:43.26+00:00
Neeraj Mahajan 61 Reputation points
accepted 2024-11-29T16:44:06.9566667+00:00
Neeraj Mahajan 61 Reputation points
1 answer

Fluidframework/azure-client token provider

I'm testing fluid relay for the first time, on a sample dice roll.   The deployment is not working showing timeout errors,  how to fix the error?  and also I hope someone can answer these doubts  If more than 150 users are available, how will it be…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,013 questions
Azure Fluid Relay
Azure Fluid Relay
An Azure service used to add real-time collaborative experiences to apps with Fluid Framework.
5 questions
asked 2024-11-20T15:58:29.56+00:00
Fernan Dolz 0 Reputation points
commented 2024-11-28T14:15:50.93+00:00
ajkuma 27,771 Reputation points Microsoft Employee
1 answer

How-to enable auto create topics for Azure Event Hub - Kafka

Hi. Some tools we use needs to have auto create topic enabled for Kafka, is that possible to configure when using Kafka with Event Hubs?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-11-27T14:52:03.4033333+00:00
Jesper 0 Reputation points
answered 2024-11-28T14:03:55.4533333+00:00
phemanth 12,575 Reputation points Microsoft Vendor
1 answer

Can Eventhub management endpoints return json (in stead of xml)

When querying fore some status information like described here (https://learn.microsoft.com/en-us/rest/api/eventhub/list-consumer-groups) i get a XML response. I've tried with a request accept header requesting json (Accept: application/json), but…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,237 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-11-20T08:58:27.73+00:00
Wit, Nol de 0 Reputation points
commented 2024-11-22T19:04:48.9933333+00:00
phemanth 12,575 Reputation points Microsoft Vendor
1 answer

Event Hubs: Return errors of REST API as JSON

When sending successfully JSON events to Azure Event Hubs REST API (https://<NAMESPACE>.servicebus.windows.net/<INSTANCE>/messages), it returns code 201 and no text. With e.g. a missspelled instance name in the URL or an ill-formed Shared…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2023-07-21T09:26:26.2966667+00:00
Andre 0 Reputation points
edited a comment 2024-11-20T08:49:49.72+00:00
Wit, Nol de 0 Reputation points
1 answer

Publishing to event hub via rest API is slow from ADF web activity

Publishing to message via rest api event hub using managed identity from dedicated integration runtime. Event Hub is premium with auto scale and there is enough TU. Messages are being sent one at a time. Each call takes 3 to 15 seconds to publish…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,237 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,044 questions
asked 2024-11-16T04:06:04.1233333+00:00
Himanshu Zinzuwadia 45 Reputation points
commented 2024-11-19T01:09:38.8566667+00:00
Chandra Boorla 5,755 Reputation points Microsoft Vendor
1 answer

How to configure TLS 1.3 for Service Bus and Event Hub

As per below documentation, TLS 1.3 is enabled for Service bus and Event hubs, but TLS 1.3 option is not available in Configuration page of those resources. Also we are still able to select TLS 1.0 and 1.1 while creating new resources. How do we…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
653 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-11-12T20:49:39.34+00:00
admasirga 0 Reputation points
commented 2024-11-13T16:27:55.1133333+00:00
TP 100.9K Reputation points
1 answer

Intergrate Azure Schema Registry with Azure Service Bus

In the documentation it is mentioned that "In spite of being hosted in Azure Event Hubs, the schema registry can be used universally with all Azure messaging services and any other message or events broker". I believe that then with Azure…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
653 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
663 questions
asked 2024-11-04T14:34:47.9733333+00:00
suvra jyoti 151 Reputation points
commented 2024-11-07T06:42:19.4033333+00:00
Khadeer Ali 1,395 Reputation points Microsoft Vendor