Realtime time data from on premise databases
Hi Suppose I have 8 databases on premise and if i want to implement the lambda architecture then How can i ETL the data from these on-premise databases into cloud databases/storage in realtime. Can i use the Event hub for this? Is there any…
Azure Event Hubs
Azure Stream Analytics
Apache Spark Event Hubs connector OAuth authentication - is it supported?
Does anyone has an example of reading streams from Azure EventHub using OAuth authentication in Databricks? I find only examples which use SAS keys and to be honest I am sure whether this is officially supported.
Azure Event Hubs
Azure Databricks

Azure EventHubTrigger Java function does not always get triggered
Hi, We have a simple Azure Event Hub which has an Azure function from type @EventHubTrigger . when new messages are sent to the event hub, the azure function should get triggered and process the data from the event hub. what actually happens is…
Azure Functions
Azure Event Hubs

Unable to read messages from event hub
I have multiple eventhubs in my event hub namespace. I'm unable to read messages from one of the event hub's. I tried using kafka-console-consumer and even tried using a spring cloud streams application, and none of them fetched me any message. Command…
Azure Event Hubs
azure stream analytics query too complex??? not giving proper output and now error... what to do next....
Hi, Query I use attached. I am using an event hub to ingest messages in json format from a push api. Json msg has some arrays in it. Now I am getting an error like "We cannot connect to Event Hub partition [0] because the maximum number of…
Azure Table Storage
Azure Event Hubs
Azure Stream Analytics
Not able to schedule for az-900 exam
Hi, While trying to schedule for exam AZ-900, getting below error - 50056: Sorry, we are having a service interruption and we are unable to complete your transaction. Please contact customer support. Attached the screenshot as well. Also, could…
Azure Event Hubs
Azure Java EventHubTrigger using r2dbc-mssql gives netty errors
I am trying to persist the messages received b y a Java EventHubTrigger to Azure SQL Database using r2dbc-mssql driver. When the function gets triggered I get the following error: Caused by: java.lang.NoSuchMethodError:…
Azure SQL Database
Azure Functions
Azure Event Hubs

[Error] The listener for function 'Functions.IoTHub_EventHub1' was unable to start
Please help!!! I have created a function to save the messages from the IoT Hub in a cosmosDB but I run in that error: 2020-08-04T02:15:41.884 [Error] The listener for function 'Functions.IoTHub_EventHub1' was unable to…
Azure Functions
Azure Event Hubs
Java EventHubTrigger not working
I am facing a situation with Java EventHub Trigger. I created one using VS Code and pointed to the Event Hub namespace that I had previously created. I see that the connection string is applied correctly. After deploying this function app I send a batch…
Azure Functions
Azure Event Hubs
Azure sign in logs are not forwarded to storage account
Azure sign in logs are not forwarded to storage account or event hub
Azure Storage
Azure Event Hubs

What is not working across two different Azure Subscriptions?
Hi People, We have multiple different objects spread across multiple different Azure Subscriptions like below: Development-AzSubscription ApplicationGateway\AppGW-Dev1 ApplicationGateway\AppGW-Dev2 ... Testing-AzSubscription …
Azure Cloud Services
Azure Firewall
Azure Event Hubs
Azure Web Application Firewall


Azure DevTest with data projects?
Hello, I'm trying to use Azure DevTest to deploy an ARM template that I've created that spins up our entire environment. Problem is that the environment is more based around streaming data/analyzing data versus using VMs/etc. Is there a way to…
Azure DevTest Labs
Azure Event Hubs
ARM Template with app function and event hubs not created the return
Hi, I need help. I developed a function app. I am working on creating a ARM template which will create a function app and deploy from github. With this I don’t problem. The function app send messages to Event hubs. This resource also included in…
Azure Functions
Azure Event Hubs

when trying to get Security Center Alerts into an Event Hub using continuous export I get the error "Failed to update export settings"
I can successfully add Security Center Recommendations. , can anyone advise ? Do I need an Event Hub Policy for Alerts
Azure Event Hubs
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
Can I reformat a Surface HUB to a Normal Touchscreen Window 10 System?
Currently have this Surface Hub in our Clients Conference Room and their Director wants us to format it as a very large Windows 10 O/S Touchscreen and eliminate all the cool Hub features. The Client's IT Dept has a full Windows 10 License but unsure if…
Azure Event Hubs
Azure Event Hub Duplicate Message
Steps: Created Azure Event HUB Namespace + Event Hub with 4 partitions Also Created Azure Storage Account with Container for CheckPointing Created SenterApp to send messages to Azure Event Hub, to check the consistency, I also added the message…
Azure Event Hubs
Azure Eventhub to web app (nodejs)
To subscribe data using azure event hub, We are using @azure/event-hubs node js module version 5.2.0. Few questions we need to understand, mentioned below. 1) We are receiving "EventHub receiver OperationTimeoutError: Unable to create the amqp…
Azure Event Hubs
More convenient service to read avro files from Azure Data Lake Gen2
Hi, I have to read lots of avro files created by an Event Hub Capture in a Data Lake Gen2. Data must be filtered, processed and then applied to train a machine learning model. I'm considering Azure Databricks and the Azure Machine Learning service…
Azure Data Lake Storage
Azure Machine Learning
Azure Event Hubs
Azure Databricks
Event Hub Connection String Error using ARM template
I am working with ARM template and I have one Event Hub and I need connect to many Logic Apps. For this i use the API Connection. (Example image below) In the Api Connection (eventhubs) when I not set connection string in the ARM template. The…
Azure Logic Apps
Azure Event Hubs


Public IP for Azure Event Hub
Will the public IP of an Azure Event Hub ever change? I would like to IP whitelist my connection to it and while I can find the IP of my specific event hub using traceroute I am just curious if this will ever change assuming I never delete and recreate…