Where do i find Azure HTTP status 429 response-code-examples
Where do i find Azure HTTP status 429 response-code-examples for: Azure Service BUS Azure Event Hub Azure Event Grid Azure Blob Storage Microsoft Fabric Azure Blob Storage und MS Fabric benutzt Azure Datalake Storage gen2 API
Events with DeviceTelemetry type are no longer sent to EventHub when unauthorized access to IoT Hub is attempted
Events with DeviceTelemetry type are no longer sent to EventHub when an unauthorized access to IoT Hub is attempted (with invalid authorization). This functionality used to work, but at this moment events are no longer visible via servicebus connection…
Put a private event hub behind a public load balancer
Im trying to put a private EH behind a Public Load balancer to transport TCP Kafaka messages over port 9093 the EH was added to backend pull using the EH private end point NIC Health Prob dosnt work and looks like it prevent the message to flow
How to remove the Server header from the response of an Event Hub?
I'm working with an Event Hub and I need to remove the Server header from the response. Is there a way to achieve this? I've attached a screenshot of the header for reference.
Guidance on how to use Service Principal with Certificate to Authorize for EventHub Stream Read
I found this documentation https://github.com/Azure/azure-event-hubs-spark/blob/master/docs/use-aad-authentication-to-connect-eventhubs.md online on how to use service principal with certificate to use spark stream read from EventHubs, I want to do this…
Function with Event Hub Trigger doen't follow maxWaitTime in host.json
Hello, I am trying to trigger an Azure function after every 10 minutes using the Event Hub. The host.json has max batch size of 100, so if either of the above is satisfied , the function should fire. But the custom metrics (in App Insights table) which…
Downtime during recreation Service Bus and EventHub configured as Endpoints in Message Routing of IOT Hub
I am planning to enable zone redundancy for my Azure resources: Service Bus and Event Hub. This change will trigger their recreation. However, I use these services as endpoints in the Message Routing of my IoT Hub, and my devices continuously send a…
I want to ingest data from event hub to log analytics workspace
Hello, I have a question/ problem about ingesting data from event hub to log analytics workspace. I am following this Tutorial: Ingest events from Azure Event Hubs into Azure Monitor Logs (Public Preview)…
Azure Linux Diagnostic VM Extension
Hello Azure Community, I need help to Send Azure VM Logs to Event hubs using Linux Diagnostics LAD 4.0 . I have succesfully create Storage account and Event hubs. But I encounter an error or problem message. This is the message "Problem(s)…
Cannot delete event hubs with an active incoming events source
Hello, We enabled Entra ID logs to send to Event Hub, and when we would need to change configuration in our terraform modules, I change it and try to deploy via Azure DevOps pipelines. Everything worked until April end, but just before the Memorial Day…
How to add a new field with a different record type using Avro in the schema registry?
Hi all, Can another record be used as the type field in the Avro schema? Example: Existed schema: { "type": "record", "name": "Foo", "namespace": "com.example", …
Migrating from Microsoft.Azure.EventHubs to Azure.Messaging.EventHubs . What do i need to do to make sure new SDK deployment picks up from checkpoint made by older SDK
Migrating from Microsoft.Azure.EventHubs to Azure.Messaging.EventHubs . Read from docs online that new SDK doesnt support old checkpointing format . What do i need to do to make sure new SDK deployment picks up from checkpoint made by older SDK
Event hub event triggered azure function not triggering/consuming all incoming events to event hub
Hi! I have a Azure function app of type Python which is event hub event triggered. The issue I am having is that it is partly consuming the incoming events to the event hub, but not all of them. My event hub is getting in events from a IoT hub. The…
integrate dynamics crm to Azure event Hub
Hi, I would like to connect our Dynamics CRM to an Azure event hub, that create an event each time we create a changes in dynamic. Can somone help me
Databricks not sending audit logs to event hub
Hi, I'm trying to push all the logs from databricks using the diagnostic tool to event hub but is not working, it didn't push anything. I'm using the root access policy and also already created the eventhub name, what else I'm probably missing? Thanks in…
About Disaster Recovery on Event Hubs + Functions
Hi, I'm facing an architectural challenge. I have: A Blob Storage where files will be landing A Function environment where one functions gets executed every time a file is uploaded. This is done via Event Grid notification source on Blob trigger An…
Ingestion of Security Events
Good afternoon, Was not sure if anyone else has seen this before. We have a few clients that are getting abnormal ingestion of security events coming from the DC. Event ID 4661 in this case. We don't want to disable the event as it is important but we do…
Azure function event hub trigger executes after delay of about 5-10 seconds
I have an Azure Function v4 .NET 6 isolated app with an HTTP trigger function that writes events to an event hub. Another event hub triggered function in the same app listens to those events, performs some manipulation, and publishes them again to…
About Event Hubs partitions
Hi, I'm facing a challenge and a colleague of mine suggested to me to use partitions on Event Hubs. So, I've reading a lot and have some questions: ¿How are partitions related to Event Hub capacity? Let's suppose an Standard Tier with 5 TU ... ¿How is…
How are PUs assigned/distributed in azure event hub premium tier ?
Hi We have 15+ eventhub in a namespace, each namespace has varying partitions, the problem we are having are seeing is we are able to pull only 1TB per an hour, which the limits as per eventhub as higher than these. We are consuming using logstash…